diff options
Diffstat (limited to 'nagios/objects/commands.cfg')
-rw-r--r-- | nagios/objects/commands.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 6569dc7..7c9f215 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -100,6 +100,11 @@ define command { } define command { + command_name check_https + command_line $USER1$/check_http -I $HOSTADDRESS$ -H sys.randomdan.homeip.net --sni -S 2+ $ARG1$ +} + +define command { command_name check_ssh command_line $USER1$/check_ssh $ARG1$ $HOSTADDRESS$ } |