Slashdot Mirror


IT Asset Tracking and Helpdesk Software?

MJanofsky asks: "I am the IT guy for a new, smallish non-profit organization. I won't always be able to be in my office to access information about our a users machine or to get the word that there is an issue somewhere. What I am looking for is something similar to the likes of Numara Track-It!, but it is very cost-prohibitive despite having all of the features needed. What it needs to include is integration of the HelpDesk and Asset Tracking parts (i.e. a user submits a ticket with equipment associated to it via a web interface and when I view it, I get the option to view the profile of the equipment), it has to be able to use bar-codes, be web-based, and ideally under $300. It would also be nice to have auditing via the network, and remote-control features but those are in the 'if it has it, great' category. Do Slashdot readers have any suggestions in their endless wisdom?"

82 comments

  1. Works well, and open source too by SaidinUnleashed · · Score: 5, Informative

    OneOrZero is what the college I worked at last year uses, and I was quite impressed with it. FOSS too.

    --
    Shiny. Let's be bad guys.
    1. Re:Works well, and open source too by Anonymous Coward · · Score: 0

      I worked for an organization with this software, and I had to maintain it (including having to go into the code every once in a while). This is possibly the worst written application I have ever used and had to maintain.

      I can't emphasize that enough... It is FULL of SQL injection attacks, XSS attacks, etc. If you name the attack, it is probably there.

      Also, if you need to make any modifications to the code, be ready to make it at least twice (and probably three times), because the code is split into users/supports/administrators folders, and the code in each folder is pretty much the same (these people obviously haven't heard of code reuse). The code is riddled with SQL statements all over the place, many of which take input directly from the user. There is also a particuarly nasty SQL injection attack in the search interface. Unless they have changed it recently, they pass the entire SQL statement back to the user as a hidden input, so if you want to do ANYTHING at all, go right ahead!

      The software was SO bad, every time I was forced to go into the code I cursed their names and came VERY close to just writing a new helpdesk.

      I'm posting anonymously because the organization I worked for still uses the software...

    2. Re:Works well, and open source too by Anonymous Coward · · Score: 1, Informative

      I also use OneOrZero at my place of work. In fact I implemented it because it was so good. I'd previously run it at another job.

      I've not had any complaints, and it's incredibly stable (we run a LAMP config for it).

  2. perldesk.com by Anonymous Coward · · Score: 0

    thanks perl!

  3. not sure if this is what you need by Jett · · Score: 1

    At work we use Clientele by Epicor. It's an old version though, not sure what the newest one has in it but probably close to what you need.

    At the place I worked before that I built a custom system that was all web-based, if you're small enough and have the available skill-set that might be a good option.

  4. Don't use Track-IT! by Anonymous Coward · · Score: 1, Informative

    We use Track-It! and let me tell you, it's a piece of crap.

    If you use keyboard shortcuts to speed up your data entry, it only saves about half your changes, and the remote control package locked up a lot of machines. The schema in the database sucks, all your users have to be entered as "workstations".

    I'm so fed up with it, I'm trying to convince my boss to let me write a replacement.

    1. Re:Don't use Track-IT! by BenjiTheGreat98 · · Score: 1

      We use track-it only for the remote control functionality and I absolutely hate it. It has to easily be the worst remote control package available. I used to think I hated Novell's.... No longer. Besides it looking horrible, if you hit a ctrl key or the windows key it will make that button stuck on the client. Sometimes I just have to get up and walk to the server because I can't read what I need off the screen. I've tried to get my boss to let us switch to VNC but he says he doesn't trust free software.....

      --
      :wq
    2. Re:Don't use Track-IT! by Anonymous Coward · · Score: 0

      tell your boss about all of the free plugins he uses on the web

    3. Re:Don't use Track-IT! by Anonymous Coward · · Score: 0

      I have just started to implement Track-it, and would have to agree. After reviewing how parts of this software work, I would not use one of thier personal products.
      Later
      Anonymous Coward

    4. Re:Don't use Track-IT! by stinerman · · Score: 3, Insightful

      Seconded.

      My boss and I worked on getting it set up for the upcoming school year. We were on phone with tech support about every 30 minutes because we didn't know about mundane minutae for turning on option X or why module Y wouldn't work. The manual is written in clear English, but it doesn't really say how to do much.

      If only it was free software, we could fix it, but it isn't, so it will continue to have bugs such as the UTC bug, and the "i don't feel like saving what you type if you tab to a field, rather than use the mouse" bug.

    5. Re:Don't use Track-IT! by belthize · · Score: 2, Informative

      Yep ... same here. I'm on the 'management' side. My lead windows admin kept saying, the next release blah blah blah will be better. I finally said enough, throw it away. We just ended up writing our own scripts for Linux,OS/X and Windows to populate a mySQL db with all the info (name,owner,cpu,mem,age,arch,os,patch level, sofware packages etc). The scripts run by the clock or at boot, dump to files and then the db snarfs them in. Simple and functional.

            For helpdesk we just use wreq. I'm one of those management wonks that thinks tools like these should make your job easier not 'be' the bloody job (remedy anyone).

      Belthize

    6. Re:Don't use Track-IT! by plopez · · Score: 1

      I concur, for the reasons stated above.

      --
      putting the 'B' in LGBTQ+
    7. Re:Don't use Track-IT! by RingDev · · Score: 1

      The network guys in my company use Track-IT and they don't seem too displeased with it. I used Test Track Pro from Seapine for my software (feature/defect) related tracking. And I absolutely love it. The price was insignificant (I think $750 for 3 licenses with support), their support is amazing (I've submitted questions on friday afternoons and gotten answers before I head home for the day), and the product is rock solid, easy to use, and highly configurable.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    8. Re:Don't use Track-IT! by Anonymous Coward · · Score: 0

      Quit 'kvetching' you whiny kike.

    9. Re:Don't use Track-IT! by Knightfall · · Score: 1

      OK, I have to use Track-It and am certainly no big fan, but your post is just B.S. In 4 years I have never had a problem with any data entry being saved, remote control has never locked up any machine I've used it with and users most definitely DO NOT have to be entered as workstations. You may be right about the schema sucking as database access is quite slow and I suppose that would contribute. I have no problem seeing this product get bashed, but come on .....

      --


      Knightfall
    10. Re:Don't use Track-IT! by 22_9_3_11_25 · · Score: 1

      I used Track-It and would not recommend it. It is unweildy , slow and not easily configurable. Remember, plan for expansion early so it never comes back to haunt you.

    11. Re:Don't use Track-IT! by dloflin · · Score: 1

      How can you call $750, "insignificant"? That's a hefty chunk o cash there, for which I would have to get approval & justify spending - so if I turn out to not like the product, I'm screwed, it's all I'll get.

      It's attitudes like yours that are the reason software IS so expensive!!

    12. Re:Don't use Track-IT! by RingDev · · Score: 1

      Uhhh, $750 is a drop in the bucket. For example, the leasing application we use, if we want the developer to implement a new feature for us, it is a minimum of $10,000 for just the assessment and planning. Most feature implementations have a final cost of over $50,000.

      Think of what $750 really is. If you have a small software company, let's say 4 developers, 4 customer support people, 4 sales staff, a trio of managers, an accountant, a CEO, and the mean salary is $50,000/year. That means the cost per employee (with benefits, insurance, taxes, square footage in the office, PC, network connectivity, etc...) is likely over $100,000 per year. For that small organization (and 17 people is significantly smaller than Seapine), you are looking at an operating budget close to two million dollars a year. So if they are selling their software at $250/license, they would need to sell 8,000 licenses in a year to stay in the black (if it were their only product).

      And think about the scope of $750 in your own organization. I just specced out a new ISP contract for a not-for-profit organization. Their budget is the tightest constraint I've ever had to work under and I still got them a hell of a deal for a corporate wide ISP/Phone/VPN solution for under $15,000. If a piece of software that costs $750 can save them 2 staff-hours per week through out the organization, they would be saving over $2,500 per year.

      Software is expensive because it takes a lot of people a lot of time to make. Seapine offers free trials (with full support!), webinars, and direct contact with their sales and technical staff both for trials and purchases. And if you can't justify a $750 expense, I would recommend either spending more time reviewing your current situation and budget, or leaving budgetary issues to someone who can.

      -Rick

      --
      "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    13. Re:Don't use Track-IT! by Ringleader · · Score: 1

      I am the Track-IT administrator for our Helpdesk and was able to install and configure the application on our applications server, link to the database on our SQL server, and install the client on 13 technician's PCs in about 2 hours with no problems. We have used Track-IT for the past year and have recently renewed our subscription. I am pleased with the service and support that Numara software (Track-IT's owner) has provided us. I have attended free seminars provided by Numara software and have been treated very well by the support staff. Thwy answer our questions in a timely manner and are very knowledgeable in the subject matter. It still has a long way to go as far as fuctionality in some areas, but overall it has been a great product that has produced a respecable ROI.

    14. Re:Don't use Track-IT! by Ringleader · · Score: 1

      I agree. I am the Track-IT admin for my company and have not experienced any of these issues.

    15. Re:Don't use Track-IT! by Ringleader · · Score: 1

      You may want to try Dameware Mini-Remote from www.dameware.com. I user it instead of the Track-IT Remote and it works great in out enterprise. We do use Track-It Helpdesk and I must admit that I don't understand why other users have had so much trouble with it. We have 11 offices in 7 states and I implemented Track-IT without any trouble. It runs smoothly and has never locked up our machines.

  5. Sourceforge? by JoeCommodore · · Score: 1
    Did you check on Sourceforge.net for any such projects? I know there are a bunch of trouble-ticket/helpdesk items as well as asset tracking (sone for helpdesks to keep trak of units in the process of being fixed.



    I know being a non-profit can have it's own problems (multiple departments / funding sources), I'm rolling our own though I've started with assets (general) and eventually will expand it.

    --
    "Enjoy what you're doing! If it becomes drudgery, you're doing it wrong!" - Jim Butterfield
  6. Built one in FileMaker by rbanzai · · Score: 2, Insightful

    I built a simple asset/inventory tracker and trouble ticket combo in FileMaker. It works fine in small environments. It's nice to be able to pull up a serial number and see the history of a piece of equipment, who used it, what problems it has had, etc.

    Recently someone got fired and refused to return their laptop. I hopped on the system pulled up the serial number, date of purchase, date it was transferred to the employee, etc. Should make the lawyers happy.

    1. Re:Built one in FileMaker by plebeian · · Score: 1

      Filemaker actually has a lot going for it. Easy to use plus you can sync with filemaker mobile on a handheld with a barcode reader. For remote polling I would start with MSIA and integrate a SNMP query tool(take your pick depending upon your scripting language) If you are not familiar with SNMP start playing around with getif.

      --
      "I myself am made entirely of flaws, stitched together with good intentions."
  7. Help Desk by g35force · · Score: 5, Informative

    Help Desk Reloaded (www.helpdeskreloaded.com) has trouble ticket, and basic asset managment. Its a free PHP MySQL app. It does not have remote control of end users desktop built in however.

    1. Re:Help Desk by tsstahl · · Score: 1

      Add VNC to your toolbox to compliment the trouble and asset tracking.

  8. Corporate sponsors, grants and donations by mysticgoat · · Score: 3, Insightful

    Perhaps you have done this already: check with your CEO and grant writers about asking Numera to donate a license and service agreement to Track-It as a charitable contribution.

  9. Information Resource Manager (aka IRM) by DA-MAN · · Score: 5, Informative

    Check out IRM, a free application that does everything you asked for and more.

    From the website: "IRM, the Information Resource Manager, is a powerful web-based asset tracking and trouble ticket system built for IT departments and HelpDesks. It keeps detailed information about each computer, as well as providing a trouble ticket system, an FAQ system, and a Knowledgebase. All elements are interwoven into a seamless web application."

    This can be used to track machines, port switches, software on the machine and tickets. You can create custom fields and make them pull down or allow people to enter their own txt. It's good stuff, and 100% free.

    Demo: http://budgester.homeip.net/~irm/irm/
    User: Tech
    Pass: tech

    --
    Can I get an eye poke?
    Dog House Forum
    1. Re:Information Resource Manager (aka IRM) by Anonymous Coward · · Score: 0

      Let me 2nd IRM. We use it where I work and it is wonderful.

      --AC

    2. Re:Information Resource Manager (aka IRM) by Anonymous Coward · · Score: 2, Interesting

      We found GLPI, a fork of IRM, to be much more flexible and useful. It's not very polished, but it's got a very solid base and our small office (200 desktops) used it with great success.

    3. Re:Information Resource Manager (aka IRM) by Guru2Newbie · · Score: 1
      Went to the site, and if you click on nearly any link, the page's language magically changes to French, and it displays

      dmin | ©2002-2006 INDEPNET Sauf mention contraire, les documents publiés sur le site sont placés sous licence libre Creative Commons BY-NC-SA Site développé avec SPIP, un logiciel libre écrit en PHP sous licence GNU/GPL.

      And that's it. No downloads, no documentation, no links except (References, License, Forum) work.
  10. I can't begin to tell you how much I hate Track-It by Anonymous Coward · · Score: 0

    I would recommend any product that I've never used ... over Track-It!.

  11. helpdesk software by twm1010 · · Score: 1

    We use Clientele at my work too, an older version. I'm ready to implement their new version which is now called ITSM (IT Service Management).

    In my opinion, it seems like they put way too much muscle behind the software when it really isn't doing anything that complex. Their support is top notch though.

    --
    If this post has multiple meanings, and one of those pisses you off, I meant the other one.
    1. Re:helpdesk software by RevDobbs · · Score: 1
      In my opinion, it seems like they put way too much muscle behind the software when it really isn't doing anything that complex.

      Care to elaborate? Are you saying it has too many features, or that it runs too fast? Or that it has huge hardware requirements?

  12. SysAid by Juhani · · Score: 3, Informative

    You can check out SysAid. They have a free version if you wish. And it has a remote control feature.

    1. Re:SysAid by Anonymous Coward · · Score: 0

      Seconded- Sysaid is a nice product for a small company- we've been using it for about a year in our company and we're quite pleased with it. It runs on Tomcat, with a MySQL backend, and runs a small client on networked Windows machines to allow asset management and remote control features- we force install the client on network logins. Sysaid is free for one tech/admin, costs (not very much) for additional techs. Check it out at http://www.ilient.com/.

  13. plus more... by pupstah · · Score: 1

    What I need is the features of Track-It (tickets, sub tickets, help database, issue tracking, self help/faq generation) but I also need things for a service department (time tracking, parts and most importantly INVOICE GENERATION).

    --

    -- pupkick

  14. OCS Inventory NG by Dik+Zak · · Score: 1

    Have a look at OCS Inventory NG, it's an asset tracking system. It can also integrate with GLPI, which is a helpdesk system. They're FOSS. I'm thinking of giving them a go at the non-profit where I work. It looks pretty cool, the only thing that bothers me so far is the shoddy translation.

    1. Re:OCS Inventory NG by theolein · · Score: 1

      look at my post further up. We use them both and they work extremely well. If you need tips or help, drop me a mail at theolein at gmail dot com. I've even written a custom installer for the OSx client.

    2. Re:OCS Inventory NG by BigUX · · Score: 1

      My Vote too. I use OCS and GLPI to make Inventory and Trouble Ticketing (I also use RT for this one too, but I am evaluating the chance to have only one software for it). Regarding OCS having a few glitches in some windows clients (beats me why it "grabs" all processing power to it), you can make your domain logon script force the inventory of all computers in your network. With GLPI you can even connect each MAC address to a Switch port (by hand of course), nonetheless ...it's a Dynamic Duo !

      --
      __________________________________________________ ________ TUX Powered
  15. A suggestion by Johnso · · Score: 1

    My IT company uses Avalon Business Systems' Avalon Management Suite. It handles ticketing, asset tracking, and a whole lot more (client database, scheduling, accounting, vendor integration, etc.). It's all web-based and real-time. I'd highly recommend checking it out.

    --
    I'm a signature virus. Please copy me to your signature so I can replicate.
  16. Web Center by Anonymous Coward · · Score: 0

    We use it at the school I work at. It's decent and if you can code asp, you can customize it fairly easily. It's free for up to three "techs". Since you are small, ther three tech limitation shouldn't be an issue for you.

    http://www.inet-sciences.com/

  17. OTRS by ShaunC · · Score: 2, Insightful

    I can't help with asset tracking, but at work, we use OTRS to manage our entire IT support ticketing system. Multiple queues, complete email integration, LDAP support, and a host of other features make it one heck of a solution. Oh, and it's free :)

    --
    Thanks to the War on Drugs, it's easier to buy meth than it is to buy cold medicine!
    1. Re:OTRS by walterbyrd · · Score: 1

      I used to work for a company IncentraSolutions, which used OTRS to manage hundreds of customers, nationally and internationally.

      Providing customer support was the core of their business. Incentra used OTRS by dozen of reps, 24/7.

  18. We're stuck half-way by exKingZog · · Score: 1

    I created a decent SQL schema for our asset-tracking system, which has basic fault and maintenance logging for computers, but is more geared towards managing our licensing. Currently there's no front end and I do all the work using SProcs and views. Lesson here is: building such a system is more complicated than you think, and you will most likely fall into scope-creep!

    That said, does anyone know a way of automatically detecting software packages installed on a Windows PC?

    --
    "If he were a plant, people would roll him up and smoke him."
    1. Re:We're stuck half-way by majest!k · · Score: 1

      That said, does anyone know a way of automatically detecting software packages installed on a Windows PC?

      Check out PSInfo

      "psinfo -s \\remote_computer" connects to the Remote Registry service (on by default on XP) and shows you the "Add/Remove Programs" list.

      --
      smattawichu
    2. Re:We're stuck half-way by exKingZog · · Score: 1

      Excellent, thanks!

      --
      "If he were a plant, people would roll him up and smoke him."
  19. VHDESK.com by Anonymous Coward · · Score: 0

    We're working on a hosted helpdesk solution that includes time management, resource tracking and software and hardware asset tracking. Due to go live in 2007:

    http://www.vhdesk.com/

  20. CA Unicenter by Anonymous Coward · · Score: 0

    This is probably offtopic, considering your price range and requirements, but I'm sure someone could find it interesting...

    We have CA Unicenter installed at work: asset management, software delivery, remote control, helpdesk... It chews on 60-80 MB of memory on client PC's, and upon a forced install from the sysadmins, the client software somehow nerfed my copy of Visual Studio so I had to reinstall. We also use McAfee, which tends to chew on 40-50 MB RAM. Most of the computers in my company are equipped with 128 MB of memory, some even with 64. My machine has 512 MB, and even with that, it slowed down considerably. I had the CA services deinstalled (admin passwords do wonders), and someone detected it in about 10 days. However, after changing the PC network name and deinstalling again, I never received a call from the sysadmins. Either they are clueless, or the software couldn't handle it. I don't mind ;)

    I don't know much about the rest of the package, but the helpdesk software is confusing and hard to use. It won't even integrate with LDAP (though it does integrate with AD).

    So if someone wants to give you a sweet CA Unicenter deal - run away from it!

    1. Re:CA Unicenter by Anonymous Coward · · Score: 1

      People like you are the reason why support techs go postal. Rather than renaming your machine, and in doing so breaking who knows what else as well as creating an adversarial relationship with the people who are supposed to be helping you, how about going through the proper channels to let the higher-ups know that in order for this software to not impede your job they need to either upgrade the memory in all machines or have the Unicenter client run as needed as an app rather than a forced service? BTW, bitching to a tech as he's walking by your cube doesn't count as going through the proper channels.

      Decent techs will know who's monkeying around with their machines, and typically hate them for it. In our environment the 5% of people who circumvent the system account for more than half of the problems. When it comes time to roll out new hardware, guess who's going to be last on the list?

    2. Re:CA Unicenter by Anonymous Coward · · Score: 0

      I'm at a different company, different software (Remedy, Openview, & and an internal asset tracker), and have been on most roles of help desk support. Five years ago when I moved to new position outside of the help desk (and it moved to India) I disabled everything but the asset tracking on network logon. If I need to call the help desk, it isn't for a problem on my computer. If I were to ever call the help desk because of a problem on my computer, I would know the needed fix, but don't have the access or permissions. Sounds arrogant? Do I care?

      In our environment the 5% of people who circumvent the system account for more than half of the problems.
      In our environment I feel sorry for the users who are totally dependent upon it. They'll never get past the mouse clicky, help me print, what happened to my icon phase of capability.

  21. OCSNG and GLPI by theolein · · Score: 1

    At my organisation, we went with two open source projects,OCS NG and GLPI. OCS NG is a client-server solution that uses a client, written in php, but compiled as an exe installer and running as a service on Windows (There's also clients available for Solaris, Linus and OSX), that collects information on hardware and software from the client computer (the source is avaiulable and you can edit it if you want). The OCS NG server collects the data from the clients via an xml-rpc call and sorts and stores them (you can delete clients, filter software into categories etc). The GLPI server is the main helpdesk and tracking app. It works hand-in-hand with the OCS NG server and is really good, and provides detailed data on clients, plus the ability to do financial info on them and reporting.

    We have both running on a gentoo server and the level of control is excellent.

    The downside is that both are from France. The English translation is less than perfect (but we're in switzerland and so we use it in French). I can only recommed the software though. No licensing issues or huge costs from proprietry vendors adn the ability to modify the source code is a god send. We modified GLPI to print labels via an xsl transform of the xml output to xslfo for Apache's FOP.

    1. Re:OCSNG and GLPI by Anonymous Coward · · Score: 0

      I have used GLPI for two years and im quite satisfied with its features, since GLPI is not only helpdesk/ticketing software its a complete hardware/software tracking/inventory/helpdesk solution.
      OCS inventory is ugly but satisfying enough if you integrate it with GLPI, so u dont have to look at it again :)

      You can make your own translation of GLPI, its just one text file, but its quite simple.

      My recomandation goes for GLPI/OCS Inv.

      Dont use that HP or CA software, its too big, too complicated, too much hardware damandable....

  22. Software by c_g_hills · · Score: 2, Insightful

    Where I work we use RMS ServiceDesk in conjunction with Centennial Discovery. The best feature of Discovery, when it works, is that it is able to discover network port attachments. You can create a hierarchy to represent buildings, floors, rooms, or whatever, and see at a glance what devices are where, as well as be alerted when a device has moved.

  23. Cheap Commercial Solutions Dont exist by nurb432 · · Score: 1

    If you only have a shoestring budget in this arena, either you go with OSS, or do it yourself.

    It seems that all HD sofware companies are out to get as much $ as they can ( most often per seat... so your 300$ goal is not going to happen )

    And if you think track-it is expensive, ive seen a lot worse..

    --
    ---- Booth was a patriot ----
  24. Another hater of trackit here.... by Anonymous Coward · · Score: 0

    Worst pile of dog crap I've ever seen. OMG! I thought the bad app we had prior was bad, I mean really, really bad....but trackit is bad on a level that makes one shiver. Another case of where people with no technical knowledge pick applications instead of letting the people that have to work with it suggest something(else in this case).

  25. WebHelpDesk by natd · · Score: 1
    I trialled OTRS and while I thought it looked like a good system, there was some amount of work required to get it right for my organisation. We ended up buying an unlimited license for WebHelpDesk

    http://webhelpdesk.com/

    We've had it for just over a year, done 12,000 tickets, entered inventory for 150 sites and are pretty happy with it. It's not open source, but it is multi platform coming with easy installers for Win, Mac OS, Solaris and Linux. I've run it on Mac to trial and currently Win in production.

    --
    Only big ligs use sigs.
    1. Re:WebHelpDesk by KmArT · · Score: 1

      We made an almost identical decision a few years ago, between OTRS and WebHelpDesk. We have over 23,000 tickets and haven't fully implemented asset tracking, but have encountered very few problems, save a memory leak somewhere in the Linux version. I've also implemented this for a few remote sites (different organizations), and the multiple platforms it runs on is definitely a plus. It is definitely not cheap - you won't touch it for $300, but as someone else noted, there are no cheap commercial offerings in this software realm.

  26. What you're looking for... by slk · · Score: 1

    is RT at http://www.bestpractical.com/rt/ and RTx::AssetTracker at http://atwiki.chaka.net/

    RT is a very powerful open source ticketing system, and RTx::AssetTracker adds adequate asset tracking to it. You would probably have to do a bit of work to get it to work with barcodes (or just use a barcode scanner with the
    cursor on the right page - most just send standard keyboard type input IIRC).

    It's all open source, written in Perl, and really just works very well. And if it turns out to be inadequate, you'll learn enough from the experience to have a much better idea of what you actually need.

    --
    ERROR: Null .sig, core dumped.
    1. Re:What you're looking for... by falzbro · · Score: 1

      Seconded. My company uses this and we're quite happy. We had already been using RT for trouble tickets, so we were quite happy to add the AT asset portion on. Definately check it out.

  27. AdventNet ServiceDesk Plus by jwilhelm · · Score: 1

    I highly recommend AdventNet ServiceDesk Plus (www.servicedeskplus.com). They have a version that is free for one admin, but I would be willing to be that as a non-profit you may be able to get a sever discount on additional seats as well. It is a wonderfully designed program, the interface is quite nice, and it is very stable and full-featured. Take a look at it (we use it where I work and it's been one of the best investements we've made).

    1. Re:AdventNet ServiceDesk Plus by wik · · Score: 1

      A sever discount? Be careful, they might cut more than just the price. Ouch.

      --
      / \
      \ / ASCII ribbon campaign for peace
      x
      / \
    2. Re:AdventNet ServiceDesk Plus by jwilhelm · · Score: 1

      Ouch is right. I had a few spelling errors in that post...

    3. Re:AdventNet ServiceDesk Plus by Jjeff1 · · Score: 1

      I'll second that. I just sold their helpdesk solution to a school to replace a $30,000 copy of BMC Magic. You can add a custom field to handle bar codes to each asset item. It's priced per technician logon as a yearly subscription, though you still host it on your own servers. A 10 tech license is normally $2000 per year, though they have a 10% educational discount, perhaps something similar for non-profit. In addition to inventory and helpdesk, it also handles Purchase Orders and Maintenance Contracts.

    4. Re:AdventNet ServiceDesk Plus by ZoomieDood · · Score: 2, Informative

      I just put in one of these ServiceDesk Plus installations. If you pay up front for an indefinite license, you get each additional license for $300, and with the first year, you pay a mandatory support fee for $60. Additional years are $60 ea.

      It's not a bad product, but tries to do too much well. It does do asset tracking, but cannot tie any new items of inventory you get as part of the PO process into your existing asset tracking database. It also requires you to drop any firewalls you may have up on internal machines, and for that I find unacceptable. They have an agent software piece that comes with another product, so SOMEONE knows how to do it, but despite my many complaints to them about this, they seem unwilling to integrate an agent onto each desktop.

      The ticketing system is not too bad. It needs to be firmed up a bit, but is workable. There are occasional problems with images attached to submitted tickets. And I wouldn't suggest using the onboard spam filtering option. It's rudimentary at best.

      For a low cost helpdesk, I think it's pretty good. But don't expect the power and flexibility of Remedy. For a small shop, Remedy is an overkill. ServiceDesk Plus is a good product, but needs (and is undergoing) additional enhancement.

    5. Re:AdventNet ServiceDesk Plus by jwilhelm · · Score: 1

      And Active Directory integration, which is key in many companies. Import everyone in AD at once, passwords are synchornized, even supports multiple domains out of the box.

  28. check out RT by bergeron76 · · Score: 1

    The most pervasive one I've seen is RT.

    --
    Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
  29. Scanner Compatability by MJanofsky · · Score: 1

    Do any of these systems support barcode scanners?

    --
    Ethernet (n): Device Used to Catch the Etherbunny
    1. Re: Scanner Compatability by extrandall · · Score: 1

      I believe Asset Navigator Does: http://www.alloy-software.com/solutions/am.html The company I worked for about 5 years ago was implementing barcode scanners Download a Demo Version: http://www.download.com/Asset-Navigator/3000-2651_ 4-10374256.html Limitations: 10 computer nodes, 1 admin account

  30. Asset/Helpdesk software by Wolfout · · Score: 2, Informative

    These work well together. This will bust your budget a bit but it is good stuff. Footprints http://www.unipress.com/products.html and Centennial Discovery http://www.centennial-software.com/ FP runs on Window$ or Linux and is perl based. Discovery is sweet in that it will do what it's name implies. It will find hardware on your network (rogue AP's are a problem where I work). Check them out...:)

  31. Helpdesk & Inventory Software by Anonymous Coward · · Score: 0

    Hi. I've just installed GLPI helpdesk (open source) which so far has been easy to install & fairly easy to configure. It uses PHP & MySQL & has a minimal inventory system as well.

    However GLPI can work in tandem with OCS Inventory (which I haven't installed yet). OCS is also open source, & includes client agent app's for Windows and Linux that report hardware, software etc.

    Adrian Hicks

  32. Asset Navigator by extrandall · · Score: 1

    Download a Demo Version: http://www.download.com/Asset-Navigator/3000-2651_ 4-10374256.html
    Limitations: 10 computer nodes, 1 admin account

  33. Quite Happy With... by periol · · Score: 2, Informative

    Manageengine Servicedesk Plus. Reasonable licensing (and the free version might work for your company). Support is good, and asset discovery is automatic on your network (and easily linkable to users, who are also automatically discovered). So far, it's been an excellent program.

  34. I've implemented... by krack · · Score: 2, Informative

    ... http://otrs.org/ for ticketing, http://ocsinventory.sourceforge.net/ for hardware tracking and http://glpi-project.org/?lang=en for software license tracking.

    The ticketing and asset pieces aren't integrated and you might be able to get GLPI and OCS to work with a barcode scanner if the scanner will dump to a text field in the web page. I haven't had your specific needs but I thought I'd tout what worked for me, since I haven't seen them mentioned.

    --
    Just because you are not paranoid does not mean they are not out to get you.
  35. Spiceworks by Anonymous Coward · · Score: 0

    Spiceworks is another option, its an odd ad based asset tracker, shows various google ads on the side depending on if your on like the servers tab or the PC tab etc. Free, web based and it can automatically detect your installs and collect the data on them for you (including like what software is installed etc)

    For remote admin I use UltraVNC from sourceforge, nice package but freaks people out when I take over on them

  36. you coudl try gesco medical... by hesaigo999ca · · Score: 1

    There is a software I am aware of that does exactly all this, and is right now taking off for the medical sector ....to be able to follow from start to finish all the demands for new materials etc.... also has a web based interface and easy to use master configuration UI fro seperating roles and groups for tracking. I think the link is http://www.gesco.info/forfaits_en.asp

  37. Drupal with Light CRM module? by walterbyrd · · Score: 1

    This is probably more of a solution for people who are already using drupal.

    The drupal CMS, has a Light CRM module which may provide an adequate helpdesk.

    I suppose you could build an assett management system with drupal's flixinode module.

  38. Liberum by Rinnt · · Score: 1

    I have been using Liberum helpdesk (http://www.liberum.org/) to manage the helpdesk portion of my job. It's free, has a very simplistic interface for users, and can store requests into a knowledgebase if you choose to do so. The two+ years I've used it has proven it to be a reliable solution.

  39. http://www.easycmdb.com/ by Anonymous Coward · · Score: 0

    Check http://www.easycmdb.com/ - it's web based, OSS based (though not Open Source) and quite cheap from what I understand.

  40. Kayako by ces · · Score: 1

    I'll second all of the endorsements for RT, OTRS, and IRM. We're currently using a combination of RT and IRM for our IT helpdesk and asset tracking needs though we're looking at converting over to OTRS from RT.

    However I think Kayako SupportSuite might be worth a look. We're switching our customer support department over to it from Cerberus Helpdesk and it looks pretty nice. While it isn't FOSS the license cost is fairly reasonable ($500/year per server). It's all AJAX and PHP with source code so you can make your own modifications. A fair number of companies seem to be using it to power their support sites.

    --
    Happy Fun Ball is for external use only.
  41. Double Choco Latte by boy_afraid · · Score: 0

    DCL. Double Choco Latte is pretty good. FOSS and I like it too!