1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-11-21 18:03:45 +01:00

missing quote added

This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-20 14:38:26 +00:00
parent e261ce37e0
commit ad813e3dde

View File

@ -1 +1 @@
command[check_eva]=python /usr/lib/nagios/plugins/check_eva.py --host "$ARG1$" --username "$ARG2$" --password "$ARG3$" --mode $ARG4$"
command[check_eva]=python /usr/lib/nagios/plugins/check_eva.py --host "$ARG1$" --username "$ARG2$" --password "$ARG3$" --mode "$ARG4$"