Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748638
en ru br
ALT Linux repos
S:2.2.1-alt1
5.0: 1.4.12-alt1
4.1: 1.4.12-alt1.M41.1
4.0: 1.4.5-alt1.1
3.0: 1.4-alt1

Group :: Monitoring
RPM: nagios-plugins

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

## Check if the LDAP service is alive (default port=389)
# 'check_ldap' command definition
define command{
command_name check_ldap
command_line $USER1$/check_ldap -3 -p 389 -b cn=Subschema -H $HOSTADDRESS$ $ARG1$
}

## Check if the LDAP-SSL service is alive (default port=636)
# 'check_simap' command definition
define command{
command_name check_ldaps
command_line $USER1$/check_ldaps -3 -p 636 -b cn=Subschema -H $HOSTADDRESS$ $ARG1$
}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin