diff options
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 8d6e457..9b62f47 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -113,6 +113,11 @@ define command{ } define command{ + command_name check_ftp + command_line /usr/lib/nagios/plugins/check_ftp -H localhost +} + +define command{ command_name check_ntp command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$ } |