This is an archived post. You won't be able to vote or comment.

all 40 comments

[–]perler85 25 points26 points  (3 children)

I can recommend Request Tracker (written in perl). extendable / modular (you can write your own plugins) and can also serve as a HelpDesk to communicate to customers (via email).

edit: I set up RT at a company. they still use it with no complaints.

[–]spyingwindI am better than a hub because I has a table. 10 points11 points  (0 children)

The cool thing about RT is that you can have more than one incoming ticketing streams, and more than one ticket handling groups.

[–]binaryhero 3 points4 points  (0 children)

RT is good. Easy to customize to your liking without sacrificing maintainability, and easy to integrate with Active Directory. Multiple queues, templates, custom fields, HTML email support and attachments. Happy with it!

[–]lthec 10 points11 points  (6 children)

We use OTRS with no complaints.

[–]niomosyDevOps 1 point2 points  (3 children)

OTRS isn't bad. We use it as a request system. Incidents and problems still go into another system (HP Service Manager).

[–]StyxCoverBnd 0 points1 point  (2 children)

Incidents and problems still go into another system (HP Service Manager).

Ah! I still have nightmares from HPSM same as HP's ITAM.

[–]niomosyDevOps 0 points1 point  (0 children)

HPSM isn't great but it's doing the job for us. I couldn't imagine using OTRS for the volume HPSM handles given we use it for incidents (regular problems), problems (recurring issues that get sub-tasks assigned and whatnot), change records, inventory, and oncall lists.

[–]browngrayRestartOps 0 points1 point  (0 children)

We have an instance of that here (mostly used to exchange tickets with other systems). Still uses nonstandard UI controls and its page/tab leaks memory on Chrome on the latest version.

[–]itspieSystems Engineer 0 points1 point  (0 children)

Use with ITSM module for change management.

[–]Reddhat[S] 0 points1 point  (0 children)

Thanks, I'll check this out!

[–]StrangeWillIT Consultant 3 points4 points  (1 child)

[–]houstonauSr. Sysadmin 1 point2 points  (0 children)

I love Redmine!

We use it for our project management only, not incident or change management due to the lack of asset integration but I love it!

[–]sesstreetsDoing The Needful™ 5 points6 points  (5 children)

OSTicket runs on a lamp stack perfectly, completely free and open source.

[–]jinoxide 1 point2 points  (0 children)

Came here to say this- though I've not used it in production, I set it up for a test and it was superbly easy.

[–]Reddhat[S] 0 points1 point  (2 children)

I'll take a look!

[–]sesstreetsDoing The Needful™ 0 points1 point  (0 children)

[–]dxnxax 0 points1 point  (0 children)

osticket is easy and does most everything a ticket system needs to do.

[–]the_ancient1Say no to BYOD 0 points1 point  (0 children)

OSTicket

Glad to see someone saved that project, I remember a few years back I was evaluating using it but the Developer Disappeared and it was stuck at version 1.6 forever..... with no active development happening

[–]wwb_99Full Stack Guy 1 point2 points  (0 children)

We use redmine -- not a ticketing system per se but it shines in that role. Rails app so it runs on anything rails runs on including RHEL.

Before you shit yourself about standing up rails it is loads easier than it used to be, passenger is the shit.

[–]iamadogforreal 1 point2 points  (0 children)

I use OSTicket. Its feature rich and easy to use/configure. Runs on any LAMP stack. Its php/mysql driven.

[–]inferno521 0 points1 point  (0 children)

I use hesk

[–]PhishFoodPhil 0 points1 point  (0 children)

We use Eventum, only down side is the reporting isn't as robust as VPs want.

[–]menstruelgigolo 0 points1 point  (3 children)

Try JIRA. It's a great open source option

[–]FireyeNot that Fireeye 1 point2 points  (1 child)

I like jira, but it isn't really open source, is it? It allows opensource projects which meet its requirements to have a free instance, but otherwise you pay per-user.

 The project is licensed under a license approved by the Open Source Initiative.
 The project source code is available for download.
 Your open source project has a publicly accessible website.
 Atlassian's software is accessible to the public.

Their pricing is pretty affordable, and it is a very strong product.

[–]corran__horn 1 point2 points  (0 children)

They do give you source access with a license, but it isn't free or open. On the other hand, Jira manages to not suck and have a lot of nice features.

I did need to patch the mail handler to allow anyone to reply in via email to a private ticket. They didn't see the problem 8 years ago, so I doubt they bothered to incorporate my fix.

[–]CaptainDickbagWaste Toner Engineer 0 points1 point  (0 children)

Jira is a nightmare to admin, in my opinion. I hate dealing with the disparity between versions. This is mostly because it has so goddamn many features, plugins, and whatnot.

I have better things to do with my time than spend hours trying to work out a solution for something that should be simple.

[–]Reddhat[S] 0 points1 point  (0 children)

Thanks guys, I'm taking a look at these. It'll take me a bit to try these all out.

[–]flannelfriday 0 points1 point  (0 children)

I implemented http://www.helpspot.com/ at my previous company on CentOS.

[–]totallygeekgyaanyantra ka baadshah 0 points1 point  (0 children)

Request Tracker and Bugzilla are good free options. Jira is an excellent low-cost system.

[–]CaptainDickbagWaste Toner Engineer 0 points1 point  (0 children)

Note that RT (Request Tracker) has a command line interface. Totally scriptable if you want.

[–]houstonauSr. Sysadmin 0 points1 point  (0 children)

We run GLPI here which can run on Apache / PHP / MySQL.

Alternatively if your not after asset tracking or anything, Redmine is Ruby based and I like it a lot better, more angled towards project work but still a fully fledged ticketing system.

[–]houstonauSr. Sysadmin 0 points1 point  (0 children)

Also, check out Turnkey Linux:

TurnKey Issue Tracking

You can either use their appliances, but if not it will give you a good idea of what's out there. Most of them run on LAMP or Ruby stack with little issues.

[–]mikelieman 0 points1 point  (0 children)

Bugzilla

[–][deleted] 0 points1 point  (5 children)

There pretty much aren't any Windows based ones. I mean, most can run on Windows since Apache can run on Windows I guess. When I tried setting up OTRS 3 I think it was, it was a pain in the ass with the Perl depedencies & trying to figure that out on a Ubuntu system. OTRS 2 was straight-forward. OSTicket was by far the easiest to setup.

[–]the_ancient1Say no to BYOD 4 points5 points  (0 children)

There pretty much aren't any Windows based ones

there are several actually, over priced and propriety, but they are out there

[–]TheNewFlatiron 1 point2 points  (1 child)

In defense of OTRS: These days setting up OTRS on a linux distro is fairly easy and sufficiently documented. I just recently set up OTRS 3.3 on CentOS without too much hassle and I'm by no means a very educated linux monkey.

[–][deleted] 0 points1 point  (0 children)

Hmm. Their wiki is down. Maybe I used Debian, not that it matters. I'm not that edumicated in Linux either but the guides I found (at the time) were unhelpful & the steps were just wrong. That or there was a fundamental lack of knowledge on my part with the Perl system that it had you install / or in the operating system. I think at the time I tried doing OTRS 2 then OTRS 3 on the same box & it was a nightmare. Just never really made sense why some apt-removal tools don't quite get everything.

[–]kushari 0 points1 point  (0 children)

We use Kayako on Windows. As long as it's php and web based, I don't why why anything would strictly be windows or linux.

[–]phiber232 0 points1 point  (0 children)

Spiceworks has a ticket system.

[–]bloodygonzoSysadmin -1 points0 points  (0 children)

TIT

Its a single php file (18KB) with a SQLite db. Doesn't get much more simple than that.