we want to monitor pglistener, take 2
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
index 4126961..1591f52 100644 (file)
@@ -67,3 +67,7 @@ define command{
        command_name    dsa_check_ntp
        command_line    /usr/lib/nagios/plugins/check_ntp_time -H '$HOSTADDRESS$'
 }
+define command{
+       command_name    dsa_check_port_closed
+       command_line    /usr/lib/nagios/plugins/dsa-check-port-closed -H '$HOSTADDRESS$' -p $ARG1$
+}