14 Jan
2011
14 Jan
'11
11:53 a.m.
From: Troy Adams [mailto:troy at athabascau.ca] Sent: Thursday, January 13, 2011 12:50 PM
I'm trying to figure out how to get "bad performance" alerts.
Here is my bb-hosts entry:
192.168.10.121 mbox1 # imaps
I want to get an alert when the response time goes above 100 ms.
You'll have to go to the 4.3.0 beta3 version for that. There's an example in the analysis.cfg(5) man-page describing just that:
HOST=mbox1 DS tcp.imaps.rrd:sec >0.1 COLOR=yellow TEXT="Response time &V exceeds &U seconds"
Earlier versions would only alert you if it could not connect to the service at all.
Regards, Henrik