]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/varnish.conf
allow all configuration options to be set from the command line; #1991
[netdata.git] / conf.d / health.d / varnish.conf
1    alarm: varnish_last_collected
2       on: varnish.uptime
3     calc: $now - $last_collected_t
4    units: seconds ago
5    every: 10s
6     warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
7     crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
8     info: number of seconds since the last successful data collection
9       to: sysadmin