OSDN Git Service

add nagios-grid cookbook. nagios-grid-0.1.0
authorwhitestar <whitestar@gaea.test>
Wed, 17 Aug 2016 11:41:05 +0000 (20:41 +0900)
committerwhitestar <whitestar@gaea.test>
Wed, 17 Aug 2016 11:41:05 +0000 (20:41 +0900)
commit9b4e058491cbedaf35156fa18578e96223617384
tree41724ac567f23fab60b93457405fc5f65513434a
parent975c249f76f20b80e4109e6767620aa3f5fb9a79
add nagios-grid cookbook.
30 files changed:
cookbooks/nagios-grid/.rubocop.yml [new file with mode: 0644]
cookbooks/nagios-grid/CHANGELOG.md [new file with mode: 0644]
cookbooks/nagios-grid/Gemfile [new file with mode: 0644]
cookbooks/nagios-grid/README.md [new file with mode: 0644]
cookbooks/nagios-grid/Rakefile [new file with mode: 0644]
cookbooks/nagios-grid/attributes/default.rb [new file with mode: 0644]
cookbooks/nagios-grid/metadata.rb [new file with mode: 0644]
cookbooks/nagios-grid/recipes/default.rb [new file with mode: 0644]
cookbooks/nagios-grid/recipes/nagios-base.rb [new file with mode: 0644]
cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb [new file with mode: 0644]
cookbooks/nagios-grid/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/nagios-grid/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/nagios-grid/templates/centos/etc/httpd/conf.d/nagios.conf [new file with mode: 0644]
cookbooks/nagios-grid/templates/centos/etc/nagios/cgi.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/centos/etc/nagios/nagios.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios/check_logs/check_logs.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios/nrpe_local.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/apache2.conf [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/base/checkcommands-generic.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/base/hosts-generic.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/base/services-generic.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/cgi.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/nagios.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/site/checkcommands.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/site/contacts.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/site/hosts.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/site/services.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/etc/nagios3/site/timeperiods.cfg [new file with mode: 0644]
cookbooks/nagios-grid/templates/default/usr/lib/nagios/plugins/check_logs.pl [new file with mode: 0755]
cookbooks/nagios-grid/templates/default/usr/lib/nagios/plugins/check_smart.pl [new file with mode: 0755]