cookbook 'nagios3', '= 1.3.4'
nagios3
(39) Versions
1.3.4
-
Follow1
Setup nagios3 with common checks predefined
cookbook 'nagios3', '= 1.3.4', :supermarket
knife supermarket install nagios3
knife supermarket download nagios3
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
- Author:: DennyZhang001 denny.zhang001@gmail.com
- Copyright:: 2015, http://DennyZhang.com
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.4 failed this metric
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_check.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_check.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_check.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:105
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:107
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:119
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:133
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:151
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:108
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:109
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:176
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:181
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:187
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:192
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:195
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:200
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:203
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:208
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:213
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:218
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:221
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:226
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:227
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:233
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:15
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:21
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:124
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:24
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:31
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:50
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:57
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:1
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:10
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:11
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:12
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:16
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:17
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:18
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:12
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:21
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:119
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:126
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:128
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:129
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:130
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:147
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:184
FC034: Unused template variables: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/templates/default/my_nrpe.cfg.erb:1
1.3.4 failed this metric
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_check.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_check.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_check.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:105
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:107
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:119
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:133
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:151
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:108
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:109
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:176
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:181
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:187
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:192
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:195
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:200
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:203
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:208
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:213
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:218
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:221
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:226
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:227
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:233
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:15
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:21
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:124
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:24
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:31
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:50
FC002: Avoid string interpolation where not required: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:57
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/attributes/default.rb:1
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:10
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:11
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:12
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:16
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:17
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/default.rb:18
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_client.rb:12
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:21
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:119
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:126
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:128
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:129
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:130
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:147
FC019: Access node attributes in a consistent manner: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/recipes/nagios_server.rb:184
FC034: Unused template variables: /tmp/cook/a279fad1f7ecc789ae40bfbf/nagios3/templates/default/my_nrpe.cfg.erb:1