Add: more host/service in the sample conf.
[shinken.git] / etc / nagios.cfg
blobd468834354b96e385b743ef0d37b09030425f7cd
3 #Will create the good module for your brokers
4 log_file=/tmp/donotusethis.log
7 #Are you working? Yes I think...
8 execute_host_checks=1
9 execute_service_checks=1
12 #Configuration files with common objects like commands, timeperiods,
13 #or templates that are used by the host/service/contacts
14 #cfg_file=commons.cfg
15 cfg_file=commands.cfg
16 cfg_file=timeperiods.cfg
17 cfg_file=escalations.cfg
18 cfg_file=dependencies.cfg
20 #Now templates of hosts, services and contacts
21 cfg_file=templates.cfg
23 #Now groups
24 cfg_file=servicegroups.cfg
25 cfg_file=hostgroups.cfg
26 cfg_file=contactgroups.cfg
28 #and now real hosts, services and contacts
29 cfg_dir=objects/hosts
30 cfg_dir=objects/services
31 cfg_dir=objects/contacts
33 #Some macros
34 resource_file=resource.cfg
37 #Dummy conf with 150 hosts, each one with 10 services
38 #cfg_file=host-150.cfg
39 #cfg_file=services-150h-1500srv.cfg
42 #Broker? No, there is the module objects for it thanks.
43 #broker_module=/usr/local/nagios/bin/ndomod-3x.o config_file=/usr/local/nagios/etc/ndomod.cfg
46 #No use, this value must be in a module!
47 status_update_interval=60
50 #Number of interval (60s by default) to spread first checks
51 #for hosts and servcies
52 max_service_check_spread=5
53 max_host_check_spread=5
55 #File where to send external commands. Will be in a module in the future
56 #because Shinken is multiplatform, and Windows do not have such pipes
57 command_file=/usr/local/shinken/var/rw/nagios.cmd
60 #Unused from now
61 date_format=iso8601
64 #You can set it to 1, but there is no embedded_perl from now, sorry
65 enable_embedded_perl=0
68 #ater 10s, checks are killed (RIP)
69 service_check_timeout=10
72 #flap_history is the lengh of history states we keep to look for flaping
73 #20 by default, can be useful to increase it. Each flap_history increase cost :
74 #flap_history cost = 4Bytes * flap_history * (nb hosts + nb services)
75 #ex : 4 * 20 * (1000+10000) ~ 900Ko for a quite big conf. So, go for it!
76 flap_history=30
79 #Max plugin output for the plugins launch by the pollers, in bytes
80 max_plugins_output_length=8192
83 #Enable or not the state change on impact detection (like
84 #an host going unreach if a parent is DOWN for example). It's for
85 #services and hosts.
86 #Remark : if this option is absent, the default is 0 (for Nagios
87 #old behavior compatibility)
88 enable_problem_impacts_states_change=1
91 #Lock file (with pid) for Arbiterd
92 lock_file=/usr/local/shinken/var/arbiterd.pid
95 #if 1, disable all notice and warning messages at
96 #configuration cehcking
97 disable_old_nagios_parameters_whining=0
100 #If you need to set a specific timezone to your deamons, uncomment it
101 #use_timezone=FR/Paris
103 #If possible, do not use it. It's not good for CPU :)
104 use_large_installation_tweaks=1
105 enable_environment_macros=0
107 #User that wil be used by the arbiter. shinken/shinken
108 #by default
109 #shinken_user=shinken
110 #shinken_group=shinken