Skip to content

Commit 92e8d1e

Browse files
committed
Merge pull request ganglia#37 from FraserMCampbell/patch-2
Add example of tracking ap_busy_workers and ap_idle workers to conf file
2 parents 0bad491 + 123b48e commit 92e8d1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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)