Allow empty --defaults opt for check_mysql_sudo

This commit is contained in:
Daniel Berteaud 2020-09-01 17:52:24 +02:00
parent 5bac8a2296
commit ddff2419a2
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
# or retreive the value of a specific key
# Run the script without --what to get a list of available keys
UserParameter=db.mysql[*],sudo /var/lib/zabbix/bin/check_mysql_sudo --host '$1' --port '$2' --user '$3' --password '$4' --defaults='$5' --what '$6'
UserParameter=db.mysql[*],sudo /var/lib/zabbix/bin/check_mysql_sudo --host '$1' --port '$2' --user '$3' --password '$4' --defaults '$5' --what '$6'