diff options
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 01af7fd..ac539f7 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -165,7 +165,7 @@ define command{ define command{ command_name check_dns - command_line /usr/lib/nagios/plugins/check_dns -H $HOSTADDRESS$ -s $HOSTADDRESS$ + command_line /usr/lib/nagios/plugins/check_dns -s $HOSTADDRESS$ -H $ARG1$ } define command{ |