Location: Formally the dc floor, now an office near you
Age: 26
Posts: 3,073
Alternative to cacti
THIS USER HAS BEEN GAGGED BY THE FORUM HOSTS FOR SPAM OR BREAKING THE RULES...
User will be ungaged in around 78 hours from this post.
Can anyone offer any open source alternatives to cacti- its doing my nut, so to speak.
Thanks in advance!
__________________
Oliver Warburton
Managing Director, INX-Network Ltd.
The UK's leading GSP
Company # 05100055. VAT # 875 6215 00. INX-Gaming - UK Game Servers. Managed dedicated gaming servers. INX BLOG - Reviews, previews, rants etc GBGL.co.uk. Europe's fastest growing CSS, CZERO, CS gaming league These are not the views of a company director. These are strictly my personal views.
Wouldn't you have to know advanced PHP for that?
I say advanced because of the graphs which have to be produced and then presented.
I know you can do the graphing via RRDTool (which is what cacti use) but im not sure how easy / hard it is to integrate the two.
Take your pick from one of the many freely (or very cheaply) available graph libraries for PHP and Bob's your Mothers Brother. i.e. JPGraph. Having said that, graph drawing isn't particularly difficult at all.
__________________ Karl Austin :: Owner :: Director :: Admin :: Tea Boy KDA Web Services Ltd. :: 0800 542 9764 :: Company: 04114724 :: VAT: GB 842 9597 81 "Individual Solutions for Individual Customers" - Call us today for free
THIS USER HAS BEEN GAGGED BY THE FORUM HOSTS FOR SPAM OR BREAKING THE RULES...
User will be ungaged in around 78 hours from this post.
PRTG if you dont mind paying for it.
MRTG free I believe.
There was one with a weird name one of our transit suppliers used, I cant now think what it is, but I am sure I read somewhere it was going open source.
A combination of munin and monit works pretty well - nothing spectacular, but it's fine for internal use, is nice and simple to install, and has proved to be reliable.
Like Karl says though, not hard to write your own - then at least you know how it works so you can fix it and extend it. Something I'll do when I get time, but until then munin and monit will do nicely.
Gah, I cant remember what that software was called.
I think it had a picture of a man and a shark on it.
Someone help me it's annoying.
That would be Hybodus, that the owner stop developing because one or two customers whined at them on their forum. That used JGraph that Karl mentioned above.
__________________ » Sean Andrews,
» xoozoo.com ltd - www.xoozoo.com
» Free DNS Report tools - dr.xoozoo.com
» Company no:6482396
NAGIOS and Cacti are very different beasts, designed for very different uses...
You don't need advanced PHP (or any other language) to collect SNMP data, put it in an RRD file and then run a graph command; its not rocket science and can be done even in bash/sh/shell of choice.
We use cacti to poll (cactid) and run our own software that reads the produced RRD files which gives us the best of both worlds (flexibility and integration from a client point of view and the speed of cactid). For some bits, like VPDN graphing, we use a custom SNMP data poller which uses SQLite as a stop-off point for handling connection resets.
Location: Cluj-Napoca, Transylvania & Didsbury, UK
Age: 23
Posts: 2,030
Quote:
Originally Posted by dch
That would be Hybodus, that the owner stop developing because one or two customers whined at them on their forum. That used JGraph that Karl mentioned above.
And you forgot to mention that after that they planned on releasing it open source instead of just deleting the project, and another couple of users moaned so they just went ahead and made it vanish. What a waste.
We store the raw data, rather than using RRD for summaries of the data, I do keep meaning to get around to creating daily, weekly, monthly summaries as well though to keep things nippy.
__________________ Karl Austin :: Owner :: Director :: Admin :: Tea Boy KDA Web Services Ltd. :: 0800 542 9764 :: Company: 04114724 :: VAT: GB 842 9597 81 "Individual Solutions for Individual Customers" - Call us today for free