Code

updated templates
[gosa.git] / gosa-plugins / nagios / contrib / nagios_ldap.conf
1 # ldap configuration
2 peopleou="ou=people,dc=example,dc=com"
3 groupeou="ou=group,dc=example,dc=com"
4 base="dc=example,dc=com"
5 scope="sub"
6 server="localhost:389"
8 # output mode. Info about what the script did.
9 # Available options are "mail" "log" "normal"
10 stdout="log"
11 # send script output info to:
12 email="mail@example.com"
13 # log script output info to:
14 logfile="/tmp/gosa-nagios.log"
16 # the nagios defined object to send email
17 service_notification_commands="notify-service-by-email"
18 # the nagios defined object to send email
19 host_notification_commands="notify-host-by-email"