blob: cca7446b421145b4deaa3043dde96c5a3bf71ab1 (
plain)
1
2
3
4
5
6
7
8
9
|
alarm: varnish_last_collected
on: varnish.uptime
calc: $now - $last_collected_t
units: seconds ago
every: 10s
warn: $this > (($status >= $WARNING) ? ($update_every) : ( 5 * $update_every))
crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
info: number of seconds since the last successful data collection
to: sysadmin
|