You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
303 B
7 lines
303 B
8 years ago
|
# Discover if an httpd instance is running and has mod_status available on http://127.0.0.1/server-status
|
||
|
# Just return {#HTTPD_STATUS_AVAILABLE} => 'yes' if found
|
||
|
UserParameter=httpd.discovery,/var/lib/zabbix/bin/disco_httpd
|
||
|
|
||
|
# Stats to get
|
||
|
UserParameter=httpd[*],/var/lib/zabbix/bin/check_httpd -w $1
|