Skip to content

Commit 123b48e

Browse files
Add example of tracking ap_busy_workers and ap_idle workers to conf file
1 parent 0bad491 commit 123b48e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

apache_status/conf.d/apache_status.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ collection_group {
1515
collect_every = 20
1616
time_threshold = 90
1717

18+
metric {
19+
name = "ap_busy_workers"
20+
title = "Busy Threads"
21+
value_threshold = 0
22+
}
23+
metric {
24+
name = "ap_idle_workers"
25+
title = "Idle Threads"
26+
value_threshold = 0
27+
}
1828
metric {
1929
name = "ap_logging"
2030
title = "Logging"

0 commit comments

Comments
 (0)