blob: 1fddbc99f2fea924fcb8f084f5cf96613938545d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# make sure apache is running
template: apache_last_collected_secs
on: apache.requests
calc: $now - $last_collected_t
every: 10s
warn: $this > ( 5 * $update_every)
crit: $this > (10 * $update_every)
units: seconds ago
info: number of seconds since the last successful data collection
|