Commands.cfg: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „define command{ command_name check_kerberos command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 88 } define command{ command_name check…“)
 
 
Zeile 1: Zeile 1:
 +
<pre>
 +
 
define command{
 
define command{
 
         command_name check_kerberos
 
         command_name check_kerberos
Zeile 48: Zeile 50:
 
         command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 3306
 
         command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 3306
 
}
 
}
 +
</pre>

Aktuelle Version vom 22. September 2015, 16:08 Uhr


define command{
        command_name check_kerberos
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 88
}

define command{
        command_name check_LDAP
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 389
}

define command{
        command_name check_named
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 53
}

define command{
        command_name check_apache
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 80
}

define command{
        command_name check_squid3
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 3128
}

define command{
        command_name check_vsftpd
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 21
}

define command{
        command_name check_mailport
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 25
}

define command{
        command_name check_sambashare-139
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 139
}

define command{
        command_name check_sambashare-445
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 445
}

define command{
        command_name check_sql
        command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 3306
}