Skip to content

Instantly share code, notes, and snippets.

@bunelr
Created June 24, 2014 18:03
Show Gist options
  • Save bunelr/c67cc841e5f15fdc5a64 to your computer and use it in GitHub Desktop.
Save bunelr/c67cc841e5f15fdc5a64 to your computer and use it in GitHub Desktop.
Example Nagios multi conf
init_config:
# - check_freq: 15
instances:
- nagios_conf: /path/to/first/nagios/conf.cfg
collect_events: True
collect_host_performance_data: False
collect_service_performance_data: False
- nagios_conf: /path/to/second/nagios/conf.cfg
collect_events: True
collect_host_performance_data: True
collect_service_performance_data: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment