Additional scripts for Zabbix agent on Linux to discover and monitor several services
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.
|
|
|
# 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 --uri $1 --what $2
|