Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

nagios3 (39) Versions 1.3.8

Setup nagios3 with common checks predefined

Policyfile
Berkshelf
Knife
cookbook 'nagios3', '= 1.3.8', :supermarket
cookbook 'nagios3', '= 1.3.8'
knife supermarket install nagios3
knife supermarket download nagios3
README
Dependencies
Quality 0%

nagios3 Cookbook

Install and Configure nagios3 with nagiosgraph and common checks predefined

No special configuration is required to enforce the basic checks.


Requirements

Platform

  • Debian/Ubuntu
  • RHEL/CentOS/Scientific
  • Fedora
  • ArchLinux
  • FreeBSD

Recipes

  • default
  • nagios_server
  • nagios_client
  • nagios_check

Usage

Ensure that the nagios server and client are installed and the service is managed with recipe[nagios3].

Attributes List

  • node['nagios']['server_ip] - The nagios server ip. If it's 127.0.0.1 or current chef client ip, this machine will install nagios server. Default value is 127.0.0.1
  • node['nagios'][client_ip_list] - The nagios client ip list. If it's 127.0.0.1 or current chef client ip is in the ip list, this machine will install nagios server. Default value is 127.0.0.1
  • node['nagios']['allowed_host] - allowed_host for nrpe call. Default is "127.0.0.1"
  • node['nagios']['admin_username] - admin username to login webUI of nagios. Default is nagiosadmin
  • node['nagios']['admin_password_hash] - The hash value of password. Default is password1234. The has can be generated by cli like "openssl passwd -1 password1234"

Examples and Common usage

Current machine install both nagios server and client

"nagios": {
  "server_ip": "127.0.0.1",
  "client_ip_list": "127.0.0.1"
}

Customize admin username and password for nagios server

"nagios": {
  "server_ip": "127.0.0.1",
  "client_ip_list": "127.0.0.1"
  "admin_username": "mynagios"
  # generated by "openssl passwd -1 mypassword"
  "admin_password_hash": "$1$hZeGGyy1$AbzVOr8H6DLJTlppWP2zx."
}

Current machine only install nagios client

Suppose we have a cluster of 3 machines, which ip of 192.168.1.3, 192.168.1.4, 192.168.1.5

And we want to deploy nagios system like: 192.168.1.3 as nagios server, all other machines as nagios clients

"nagios": {
  "server_ip": "192.168.1.3",
  "client_ip_list": "192.168.1.3;192.168.1.4;192.168.1.5"
  }
}

License & Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

1.3.8 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_check.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_check.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_check.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:105
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:107
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:119
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:133
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:151
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:108
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:109
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:179
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:183
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:188
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:194
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:199
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:202
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:207
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:210
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:215
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:220
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:225
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:228
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:233
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:234
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:240
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:15
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:21
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:124
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:24
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:31
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:50
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:57
FC002: Avoid string interpolation where not required: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:117
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/attributes/default.rb:1
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/default.rb:10
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/default.rb:11
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/default.rb:12
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/default.rb:16
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/default.rb:17
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/default.rb:18
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_client.rb:12
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:21
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:117
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:126
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:133
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:135
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:136
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:137
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:154
FC019: Access node attributes in a consistent manner: /tmp/cook/2946ec198175000660a3ce43/nagios3/recipes/nagios_server.rb:191
FC034: Unused template variables: /tmp/cook/2946ec198175000660a3ce43/nagios3/templates/default/my_nrpe.cfg.erb:1