Alerting on 'rate' thresholds

Nathan Ward nward at quicksilver.co.nz
Thu Oct 28 02:32:06 CEST 2004


I'd like to use nagios to monitor things like octets transferred on an 
interface per second, and other things that are typically constantly 
incrementing counters.

I am looking at using the nagios performance data framework for putting 
data in to RRD for graphing, which enables several possible ideas: - 
Write a wrapper around each of the checks that return this performance 
data, which knows how to read a value from RRD and compare it against a 
threshold. Of course, this means that I am checking data that is >= 
normal_check_interval old, not the data I have just read.
- Set up another service for each rate threshold I want to monitor, 
which runs a script to do the above test on an RRD. This means that the 
data I am checking is <= normal_check_interval. Still, it's not the 
most up to date data.

Ideally, I'd like to run a check script right after the performance 
data command (ie inserting data in to RRD) has been run.
Any bright ideas?
What about cricket?
How are other people monitoring 'rate' thresholds?

--
Nathan Ward



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list