ansible-nagios-config
ansible-nagios-config copied to clipboard
Ansible role for configuring Nagios 4.
https://npm-inc.slack.com/archives/C025DQ6HP/p1585284972046500 Might be because we got too many checks, but we'll try bumping up the alarm to 5 attempts first.
- Remove 'members' definition from hostgroups template - Add new 'groups' list to host definitions - Update README to reflect changes This addresses #6, as we have encountered the problem...
- Add check_interval, max_check_attempts, retry_interval and notification options to service configuration
Allows for individual host checks not only host group checks. Added support for host groups with no checks attached to them (purely aesthetic)
[Currently](https://github.com/npm/ansible-nagios-config/blob/d60d8202ad1be4d0cff929bacd0c3db2ecfc3ff7/templates/hostgroups.cfg#L5) we declare a hostgroup with the members. This makes the members line churn as any server added or removed will alter these lines. Obviously, there are worse things in...