Code

Updated samba Tab
[gosa.git] / contrib / scripts / ldap2nagios.conf
1 ##############################################################################
2 #
3 # General Configuration
4 #
5 ##############################################################################
7 #
8 # Where are you ldap users stored
9 #
10 peopleou = "ou=people,dc=opensides,dc=be"
12 #
13 # Where are you ldap group stored
14 #
15 groupeou = "ou=groups,dc=opensides,dc=be"
17 #
18 # Base of your ldap tree for searching
19 # Not used yet
20 #
21 base = "dc=opensides,dc=be"
23
24 # Ldap scope method for search
25 #
26 scope = sub
28 #
29 # Address of the ldap server where we connect
30 #
31 server = localhost
33 #
34 # Where to send the logs
35 # Parameters are :
36 # mail, log, terminal
37 #
38 logs = terminal
40 #
41 # Where to save the logs when logs = log
42 #
43 logfile = /var/log/syslog/ldap2nagios.log
45 #
46 # Address email where to send the logs
47 #
48 email = benoit.mortier@opensides.be
50 #
51 # From email address
52 #
53 email_from = ldap2nagios@opensides.be
55 #
56 # Base nagios admin
57 #
58 nagiosadmin = admin
60 #
61 # Nagios config file path
62 #
63 cgi_file = cgi.cfg
64 contacts_file = contacts.cfg
65 contacts_groups_file = contactgroups.cfg