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.
|
|
|
# Discovery of configured host
|
|
|
|
# Key: zimbra.discovery[services] or zimbra.discovery[servers]
|
|
|
|
# Macro: {#ZM_SERVICE}
|
|
|
|
# Other available macros:
|
|
|
|
UserParameter=zimbra.discovery[*],/usr/bin/sudo /var/lib/zabbix/bin/disco_zimbra_sudo --$1
|
|
|
|
|
|
|
|
# Item prototypes
|
|
|
|
# key: zimbra.check[*]
|
|
|
|
# or
|
|
|
|
# Returns a JSON object, use dependent item to split it
|
|
|
|
UserParameter=zimbra.status[*],/usr/bin/sudo /var/lib/zabbix/bin/check_zimbra_sudo --status=$1
|