diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-06 19:22:24 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-06 19:22:24 +0000 |
commit | 2663b94bc3c1d86839d8d71fcb98b9b9e01c782a (patch) | |
tree | ae0ef4787a3bdbcbdc6b117024bec768405bfce4 /nagios.cfg | |
parent | be7fafe44ab8ef50f4bcd2bdd3ff339796d223e0 (diff) | |
download | sitesummary-2663b94bc3c1d86839d8d71fcb98b9b9e01c782a.tar.gz sitesummary-2663b94bc3c1d86839d8d71fcb98b9b9e01c782a.tar.bz2 sitesummary-2663b94bc3c1d86839d8d71fcb98b9b9e01c782a.tar.xz |
Implement draft Nagios autoconfiguration.
Diffstat (limited to 'nagios.cfg')
-rw-r--r-- | nagios.cfg | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/nagios.cfg b/nagios.cfg new file mode 100644 index 0000000..1038c99 --- /dev/null +++ b/nagios.cfg @@ -0,0 +1,59 @@ +# Nagios configuration file for use with the sitesummary generated +# host and service list. + +cfg_file=/etc/nagios3/sitesummary-templates.cfg +cfg_file=/var/lib/sitesummary/nagios-generated.cfg +log_file=/var/log/nagios3/nagios.log +temp_file=/var/cache/nagios3/nagios.tmp +status_file=/var/cache/nagios3/status.dat +status_update_interval=15 +nagios_user=nagios +nagios_group=nagios + +log_archive_path=/var/log/nagios3/archives +command_check_interval=-1 + +command_file=/var/lib/nagios3/rw/nagios.cmd +lock_file=/var/run/nagios3/nagios3.pid +p1_file=/usr/lib/nagios3/p1.pl +state_retention_file=/var/lib/nagios3/retention.dat +retention_update_interval=60 +sleep_time=0.25 +max_concurrent_checks=0 +service_reaper_frequency=10 +interval_length=60 +low_service_flap_threshold=5 +high_service_flap_threshold=20 +low_host_flap_threshold=5 +high_host_flap_threshold=20 +service_check_timeout=60 +host_check_timeout=30 +event_handler_timeout=30 +notification_timeout=30 +ocsp_timeout=5 +perfdata_timeout=5 +illegal_object_name_chars=`~!$%^&*|'"<>?,()= + +illegal_macro_output_chars=`~$&|'"<> + +admin_email=root + +admin_pager=pageroot + +object_cache_file=/var/cache/nagios3/objects.cache +service_inter_check_delay_method=s + +max_service_check_spread=30 +host_inter_check_delay_method=s + +max_host_check_spread=30 +auto_rescheduling_interval=30 +auto_rescheduling_window=180 +host_freshness_check_interval=60 +service_freshness_check_interval=60 +event_broker_options=-1 + +host_perfdata_file_mode=a +service_perfdata_file_mode=a +host_perfdata_file_processing_interval=0 +service_perfdata_file_processing_interval=0 |