Monitor/graph multiple interfaces with Hobbit?
Greetings.
I am a newcomer to hobbit. I find it to be a very exciting project, but I cannot figure out how to perform a vital function. We currently have dozens of RRD databases and CGI scripts creating graphs on those RRDs. We also run BB for network health monitoring. I would like to combine the two using hobbit, but I am not sure how to go about it.
Here's what I want to do: have a "traffic" monitor in hobbit that tracks any number of interfaces on a firewall or router. It would alert on a certain traffic threshold and would provide RRD graphs of the interfaces. I would like to avoid MRTG if at all possible.
Is this kind of arbitrary RRD graphing/alerting available in hobbit? I've been through the docs and don't see anything.
Thanks in advance.
Jeremy Worrells
-- Jeremy Worrells Intermountain Healthcare 801.442.5981 jeremy.worrells at intermountainmail.org
The thing you want requires SMNP get for all the interfaces you want to monitor. Now if you do not want the use MTRG for getting this then you must write an extention script that does the snmpget by itself and then report this back to hobbit.
If you would consider MRTG I see from the list and docs that you will be havin hobbit scheduling the mrtg runs and the rrds created from this would then be presented in hobbit graphs.
/thomas/
Jeremy Worrells wrote:
Greetings.
I am a newcomer to hobbit. I find it to be a very exciting project, but I cannot figure out how to perform a vital function. We currently have dozens of RRD databases and CGI scripts creating graphs on those RRDs. We also run BB for network health monitoring. I would like to combine the two using hobbit, but I am not sure how to go about it.
Here's what I want to do: have a "traffic" monitor in hobbit that tracks any number of interfaces on a firewall or router. It would alert on a certain traffic threshold and would provide RRD graphs of the interfaces. I would like to avoid MRTG if at all possible.
Is this kind of arbitrary RRD graphing/alerting available in hobbit? I've been through the docs and don't see anything.
Thanks in advance.
Jeremy Worrells
-- Jeremy Worrells Intermountain Healthcare 801.442.5981 jeremy.worrells at intermountainmail.org
-- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.6/257 - Release Date: 10-02-2006
On Fri, Feb 10, 2006 at 10:43:28AM -0700, Jeremy Worrells wrote:
I am a newcomer to hobbit. I find it to be a very exciting project, but I cannot figure out how to perform a vital function. We currently have dozens of RRD databases and CGI scripts creating graphs on those RRDs. We also run BB for network health monitoring. I would like to combine the two using hobbit, but I am not sure how to go about it.
Here's what I want to do: have a "traffic" monitor in hobbit that tracks any number of interfaces on a firewall or router. It would alert on a certain traffic threshold and would provide RRD graphs of the interfaces. I would like to avoid MRTG if at all possible.
Is this kind of arbitrary RRD graphing/alerting available in hobbit?
It's not available "out of the box" - you'll have to write some scripts to collect the data you're after, check it against the thresholds, and sends the result of that check to Hobbit as a status message. This status can then include the raw data which can go into a graph shown by Hobbit.
What you're asking for doesn't seem terribly out of the ordinary, so it would make sense to provide this as a standard part of Hobbit. A merge of MRTG's data collection with Hobbit's alerting and graph features would be a pretty powerful setup.
I do have plans for Hobbit to trigger alerts based on the data that is reported into the RRD files, which would take care of the alerting part of your scenario. Then there's the SNMP-based data collection; a user from Belgium has done some work on this so there might be something available soon.
So - it will happen one day. But it's not there yet.
Regards, Henrik
participants (3)
-
henrik@hswn.dk
-
Jeremy.Worrells@intermountainmail.org
-
tlp-hobbit@holme-pedersen.dk