]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/apache.conf
58bb863d21c7f7d33660c83c0bb867dede321dc5
[netdata.git] / conf.d / health.d / apache.conf
1
2 # make sure apache is running
3
4 template: apache_last_collected_secs
5       on: apache.requests
6     calc: $now - $last_collected_t
7    units: seconds ago
8    every: 10s
9     warn: $this > ( 5 * $update_every)
10     crit: $this > (60 * $update_every)
11    delay: up 0 down 15m multiplier 1.5 max 1h
12     info: number of seconds since the last successful data collection
13       to: webmaster
14