shoekstra on use_nginx
tas50 on master
Depend on nginx instead of chef… Use nginx >= 7.0 Merge pull request #552 from so… (compare)
shoekstra on use_nginx
Use nginx >= 7.0 (compare)
shoekstra on use_nginx
Depend on nginx instead of chef… (compare)
shoekstra on release_8.0.0
Release 8.0.0 (compare)
shoekstra on use_nginx
Depend on nginx instead of chef… (compare)
nagios_contactgroup 'admins' do
options 'alias' => 'Nagios Administrators',
'members' => nagios_users.return_user_contacts
end
@sbotman I would like put everything into data bags, form the git pages I found that we can specify members by name, but what should I put into data bag in members if I want to encounter all users?
define host {
use linux-server
host_name yourhost
alias My first Apache server
address 10.132.234.52
max_check_attempts 5
check_period 24x7
notification_interval 30
notification_period 24x7
}
define service {
use generic-service
host_name yourhost
service_description Glassfish
check_command check_supervisord!9001!superv!superv!glassfish
}
Hello,
I want to share my ansible roles: https://github.com/CoffeeITWorks/
Those still need automated tests and some minor changes to work with fedora/centos/redhat, but most of the parts are done and working properly on our infra on production and testing environments for more than 2 years now.
https://github.com/CoffeeITWorks/ansible-role-nagios
https://github.com/CoffeeITWorks/ansible_nagios4_server_thruk
https://github.com/CoffeeITWorks/ansible_nagios4_server_pnp4nagios
https://github.com/CoffeeITWorks/ansible_nagios4_server_config
https://github.com/CoffeeITWorks/ansible_nagios4_server_plugins
https://github.com/CoffeeITWorks/ansible_nagios4_server_snmptrap
I will be working on enhancements and minor changes for those this year to help other use it, so every new issue and pull request is welcome.
The snmptrap role is something that I haven't found around internet, so could be interesting for some others.
The idea is to automate and have more collaborative and simple way to manage all nagios customizations.
check_icmp: Failed to resolve <mysqlservername>