cloud-mu 1.9.0.pre.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (618) hide show
  1. checksums.yaml +7 -0
  2. data/Berksfile +56 -0
  3. data/Berksfile.lock +250 -0
  4. data/Jenkinsfile +184 -0
  5. data/LICENSE.md +37 -0
  6. data/README.md +26 -0
  7. data/bin/mu-aws-setup +376 -0
  8. data/bin/mu-cleanup +68 -0
  9. data/bin/mu-configure +1133 -0
  10. data/bin/mu-deploy +166 -0
  11. data/bin/mu-firewall-allow-clients +30 -0
  12. data/bin/mu-gcp-setup +200 -0
  13. data/bin/mu-gen-docs +34 -0
  14. data/bin/mu-gen-env +42 -0
  15. data/bin/mu-load-config.rb +158 -0
  16. data/bin/mu-node-manage +683 -0
  17. data/bin/mu-self-update +228 -0
  18. data/bin/mu-ssh +23 -0
  19. data/bin/mu-tunnel-nagios +144 -0
  20. data/bin/mu-upload-chef-artifacts +757 -0
  21. data/bin/mu-user-manage +275 -0
  22. data/cookbooks/awscli/LICENSE +37 -0
  23. data/cookbooks/awscli/README.md +58 -0
  24. data/cookbooks/awscli/attributes/default.rb +1 -0
  25. data/cookbooks/awscli/libraries/instance_metadata.rb +21 -0
  26. data/cookbooks/awscli/metadata.rb +20 -0
  27. data/cookbooks/awscli/recipes/default.rb +56 -0
  28. data/cookbooks/awscli/templates/default/config.erb +18 -0
  29. data/cookbooks/mu-activedirectory/CHANGELOG.md +13 -0
  30. data/cookbooks/mu-activedirectory/LICENSE +37 -0
  31. data/cookbooks/mu-activedirectory/README.md +6 -0
  32. data/cookbooks/mu-activedirectory/attributes/default.rb +98 -0
  33. data/cookbooks/mu-activedirectory/files/default/password-auth +32 -0
  34. data/cookbooks/mu-activedirectory/files/default/sshd_pol.pp +0 -0
  35. data/cookbooks/mu-activedirectory/files/default/sshd_pol.te +32 -0
  36. data/cookbooks/mu-activedirectory/files/default/syslogd_oddjobd.pp +0 -0
  37. data/cookbooks/mu-activedirectory/files/default/syslogd_oddjobd.te +10 -0
  38. data/cookbooks/mu-activedirectory/files/default/system-auth +34 -0
  39. data/cookbooks/mu-activedirectory/files/default/winbindpol.pp +0 -0
  40. data/cookbooks/mu-activedirectory/files/default/winbindpol.te +37 -0
  41. data/cookbooks/mu-activedirectory/libraries/config.rb +106 -0
  42. data/cookbooks/mu-activedirectory/libraries/helper.rb +86 -0
  43. data/cookbooks/mu-activedirectory/metadata.rb +17 -0
  44. data/cookbooks/mu-activedirectory/providers/domain.rb +152 -0
  45. data/cookbooks/mu-activedirectory/providers/domain_controller.rb +89 -0
  46. data/cookbooks/mu-activedirectory/providers/domain_node.rb +275 -0
  47. data/cookbooks/mu-activedirectory/recipes/default.rb +8 -0
  48. data/cookbooks/mu-activedirectory/recipes/domain-controller.rb +44 -0
  49. data/cookbooks/mu-activedirectory/recipes/domain-node.rb +50 -0
  50. data/cookbooks/mu-activedirectory/recipes/domain.rb +43 -0
  51. data/cookbooks/mu-activedirectory/recipes/sssd.rb +185 -0
  52. data/cookbooks/mu-activedirectory/resources/domain.rb +25 -0
  53. data/cookbooks/mu-activedirectory/resources/domain_controller.rb +25 -0
  54. data/cookbooks/mu-activedirectory/resources/domain_node.rb +20 -0
  55. data/cookbooks/mu-activedirectory/templates/default/dhclient-eth0.conf.erb +4 -0
  56. data/cookbooks/mu-activedirectory/templates/default/interface +0 -0
  57. data/cookbooks/mu-activedirectory/templates/default/krb5.conf.erb +23 -0
  58. data/cookbooks/mu-activedirectory/templates/default/ntp.conf.erb +56 -0
  59. data/cookbooks/mu-activedirectory/templates/default/smb.conf.erb +33 -0
  60. data/cookbooks/mu-activedirectory/templates/default/sssd.conf.erb +60 -0
  61. data/cookbooks/mu-activedirectory/templates/windows/Backup.xml.erb +20 -0
  62. data/cookbooks/mu-activedirectory/templates/windows/bkupInfo.xml.erb +1 -0
  63. data/cookbooks/mu-activedirectory/templates/windows/gpreprt.xml.erb +198 -0
  64. data/cookbooks/mu-activedirectory/templates/windows/gptmpl.inf.erb +12 -0
  65. data/cookbooks/mu-activedirectory/templates/windows/manifest.xml.erb +1 -0
  66. data/cookbooks/mu-firewall/CHANGELOG.md +11 -0
  67. data/cookbooks/mu-firewall/LICENSE +37 -0
  68. data/cookbooks/mu-firewall/README.md +5 -0
  69. data/cookbooks/mu-firewall/attributes/default.rb +3 -0
  70. data/cookbooks/mu-firewall/metadata.rb +16 -0
  71. data/cookbooks/mu-firewall/recipes/default.rb +10 -0
  72. data/cookbooks/mu-glusterfs/CHANGELOG.md +13 -0
  73. data/cookbooks/mu-glusterfs/LICENSE +37 -0
  74. data/cookbooks/mu-glusterfs/README.md +5 -0
  75. data/cookbooks/mu-glusterfs/attributes/default.rb +34 -0
  76. data/cookbooks/mu-glusterfs/metadata.rb +17 -0
  77. data/cookbooks/mu-glusterfs/recipes/client.rb +62 -0
  78. data/cookbooks/mu-glusterfs/recipes/default.rb +16 -0
  79. data/cookbooks/mu-glusterfs/recipes/samba.rb +57 -0
  80. data/cookbooks/mu-glusterfs/recipes/server.rb +200 -0
  81. data/cookbooks/mu-glusterfs/templates/default/mu-gluster-client.erb +71 -0
  82. data/cookbooks/mu-glusterfs/templates/default/smb.conf.erb +14 -0
  83. data/cookbooks/mu-jenkins/CHANGELOG.md +13 -0
  84. data/cookbooks/mu-jenkins/LICENSE +37 -0
  85. data/cookbooks/mu-jenkins/README.md +105 -0
  86. data/cookbooks/mu-jenkins/attributes/default.rb +42 -0
  87. data/cookbooks/mu-jenkins/files/default/cleanup_deploy_config.xml +73 -0
  88. data/cookbooks/mu-jenkins/files/default/deploy_config.xml +44 -0
  89. data/cookbooks/mu-jenkins/metadata.rb +21 -0
  90. data/cookbooks/mu-jenkins/recipes/default.rb +195 -0
  91. data/cookbooks/mu-jenkins/recipes/node-ssh-config.rb +54 -0
  92. data/cookbooks/mu-jenkins/recipes/public_key.rb +24 -0
  93. data/cookbooks/mu-jenkins/templates/default/example_job.config.xml.erb +24 -0
  94. data/cookbooks/mu-jenkins/templates/default/org.jvnet.hudson.plugins.SSHBuildWrapper.xml.erb +14 -0
  95. data/cookbooks/mu-jenkins/templates/default/ssh_config.erb +6 -0
  96. data/cookbooks/mu-master/CHANGELOG.md +13 -0
  97. data/cookbooks/mu-master/LICENSE +37 -0
  98. data/cookbooks/mu-master/README.md +6 -0
  99. data/cookbooks/mu-master/attributes/default.rb +95 -0
  100. data/cookbooks/mu-master/files/default/0-mu-log-server.conf +19 -0
  101. data/cookbooks/mu-master/files/default/addRSA.ldif +8 -0
  102. data/cookbooks/mu-master/files/default/check_mem.pl +197 -0
  103. data/cookbooks/mu-master/files/default/cloudamatic.png +0 -0
  104. data/cookbooks/mu-master/files/default/dirsrv_admin.pp +0 -0
  105. data/cookbooks/mu-master/files/default/dirsrv_admin.te +13 -0
  106. data/cookbooks/mu-master/files/default/nagios_selinux.pp +0 -0
  107. data/cookbooks/mu-master/files/default/nagios_selinux.te +51 -0
  108. data/cookbooks/mu-master/files/default/nagios_selinux_7.pp +0 -0
  109. data/cookbooks/mu-master/files/default/nagios_selinux_7.te +17 -0
  110. data/cookbooks/mu-master/files/default/pam_sshd +18 -0
  111. data/cookbooks/mu-master/files/default/ssl_enable.ldif +18 -0
  112. data/cookbooks/mu-master/files/default/syslogd_oddjobd.pp +0 -0
  113. data/cookbooks/mu-master/files/default/syslogd_oddjobd.te +10 -0
  114. data/cookbooks/mu-master/files/default/vimrc +19 -0
  115. data/cookbooks/mu-master/libraries/mu.rb +29 -0
  116. data/cookbooks/mu-master/metadata.rb +30 -0
  117. data/cookbooks/mu-master/providers/user.rb +41 -0
  118. data/cookbooks/mu-master/recipes/389ds.rb +164 -0
  119. data/cookbooks/mu-master/recipes/basepackages.rb +58 -0
  120. data/cookbooks/mu-master/recipes/caching_nameserver.rb +37 -0
  121. data/cookbooks/mu-master/recipes/default.rb +451 -0
  122. data/cookbooks/mu-master/recipes/eks-kubectl.rb +41 -0
  123. data/cookbooks/mu-master/recipes/firewall-holes.rb +70 -0
  124. data/cookbooks/mu-master/recipes/init.rb +542 -0
  125. data/cookbooks/mu-master/recipes/ssl-certs.rb +109 -0
  126. data/cookbooks/mu-master/recipes/sssd.rb +89 -0
  127. data/cookbooks/mu-master/recipes/update_nagios_only.rb +242 -0
  128. data/cookbooks/mu-master/recipes/vault.rb +111 -0
  129. data/cookbooks/mu-master/resources/user.rb +19 -0
  130. data/cookbooks/mu-master/templates/default/389-directory-setup.inf.erb +28 -0
  131. data/cookbooks/mu-master/templates/default/chef-server.rb.erb +18 -0
  132. data/cookbooks/mu-master/templates/default/dhclient-eth0.conf.erb +9 -0
  133. data/cookbooks/mu-master/templates/default/mu-momma-cat.erb +149 -0
  134. data/cookbooks/mu-master/templates/default/mu.rc.erb +9 -0
  135. data/cookbooks/mu-master/templates/default/openssl.cnf.erb +354 -0
  136. data/cookbooks/mu-master/templates/default/sssd.conf.erb +44 -0
  137. data/cookbooks/mu-master/templates/default/web_app.conf.erb +90 -0
  138. data/cookbooks/mu-mongo/CHANGELOG.md +13 -0
  139. data/cookbooks/mu-mongo/LICENSE +37 -0
  140. data/cookbooks/mu-mongo/README.md +5 -0
  141. data/cookbooks/mu-mongo/attributes/default.rb +22 -0
  142. data/cookbooks/mu-mongo/files/default/keyfile +16 -0
  143. data/cookbooks/mu-mongo/files/default/remove_nodes.js +5 -0
  144. data/cookbooks/mu-mongo/metadata.rb +17 -0
  145. data/cookbooks/mu-mongo/recipes/default.rb +149 -0
  146. data/cookbooks/mu-mongo/recipes/yum-update-rule.rb +18 -0
  147. data/cookbooks/mu-mongo/templates/default/mongo_create_openfema_db.js.erb +2 -0
  148. data/cookbooks/mu-mongo/templates/default/mongo_init.js.erb +1 -0
  149. data/cookbooks/mu-mongo/templates/default/mongo_logrotate.erb +14 -0
  150. data/cookbooks/mu-mongo/templates/default/mongo_replset_addnodes.js.erb +6 -0
  151. data/cookbooks/mu-mongo/templates/default/replset_init.js.erb +2 -0
  152. data/cookbooks/mu-openvpn/CHANGELOG.md +13 -0
  153. data/cookbooks/mu-openvpn/LICENSE +37 -0
  154. data/cookbooks/mu-openvpn/README.md +6 -0
  155. data/cookbooks/mu-openvpn/attributes/default.rb +119 -0
  156. data/cookbooks/mu-openvpn/metadata.rb +18 -0
  157. data/cookbooks/mu-openvpn/recipes/default.rb +108 -0
  158. data/cookbooks/mu-openvpn/templates/default/users.json.erb +42 -0
  159. data/cookbooks/mu-php54/CHANGELOG.md +12 -0
  160. data/cookbooks/mu-php54/LICENSE +37 -0
  161. data/cookbooks/mu-php54/README.md +0 -0
  162. data/cookbooks/mu-php54/files/centos/php.ini +1802 -0
  163. data/cookbooks/mu-php54/files/ubuntu/php.ini +1870 -0
  164. data/cookbooks/mu-php54/metadata.rb +21 -0
  165. data/cookbooks/mu-php54/recipes/default.rb +97 -0
  166. data/cookbooks/mu-splunk/CHANGELOG.md +37 -0
  167. data/cookbooks/mu-splunk/LICENSE +37 -0
  168. data/cookbooks/mu-splunk/README.md +451 -0
  169. data/cookbooks/mu-splunk/attributes/default.rb +95 -0
  170. data/cookbooks/mu-splunk/attributes/upgrade.rb +49 -0
  171. data/cookbooks/mu-splunk/definitions/splunk_installer.rb +103 -0
  172. data/cookbooks/mu-splunk/files/default/splunk-nocheck +10 -0
  173. data/cookbooks/mu-splunk/libraries/helpers.rb +72 -0
  174. data/cookbooks/mu-splunk/libraries/splunk_app_provider.rb +156 -0
  175. data/cookbooks/mu-splunk/libraries/splunk_app_resource.rb +43 -0
  176. data/cookbooks/mu-splunk/metadata.json +30 -0
  177. data/cookbooks/mu-splunk/metadata.rb +17 -0
  178. data/cookbooks/mu-splunk/recipes/client.rb +143 -0
  179. data/cookbooks/mu-splunk/recipes/default.rb +31 -0
  180. data/cookbooks/mu-splunk/recipes/disabled.rb +41 -0
  181. data/cookbooks/mu-splunk/recipes/install_forwarder.rb +23 -0
  182. data/cookbooks/mu-splunk/recipes/install_server.rb +23 -0
  183. data/cookbooks/mu-splunk/recipes/server.rb +53 -0
  184. data/cookbooks/mu-splunk/recipes/service.rb +95 -0
  185. data/cookbooks/mu-splunk/recipes/setup_auth.rb +49 -0
  186. data/cookbooks/mu-splunk/recipes/setup_ssl.rb +63 -0
  187. data/cookbooks/mu-splunk/recipes/upgrade.rb +94 -0
  188. data/cookbooks/mu-splunk/recipes/user.rb +34 -0
  189. data/cookbooks/mu-splunk/templates/default/base_logs_unix_inputs.conf.erb +26 -0
  190. data/cookbooks/mu-splunk/templates/default/inputs.conf.erb +13 -0
  191. data/cookbooks/mu-splunk/templates/default/outputs.conf.erb +9 -0
  192. data/cookbooks/mu-splunk/templates/default/splunk-init.erb +74 -0
  193. data/cookbooks/mu-splunk/templates/default/system-web.conf.erb +7 -0
  194. data/cookbooks/mu-tools/CHANGELOG.md +12 -0
  195. data/cookbooks/mu-tools/LICENSE +37 -0
  196. data/cookbooks/mu-tools/README.md +188 -0
  197. data/cookbooks/mu-tools/attributes/default.rb +142 -0
  198. data/cookbooks/mu-tools/attributes/ebs_rolling_snapshots.rb +3 -0
  199. data/cookbooks/mu-tools/files/amazon/etc/freshclam.conf +235 -0
  200. data/cookbooks/mu-tools/files/centos/CentOS-Base.repo +52 -0
  201. data/cookbooks/mu-tools/files/centos/etc/bashrc +93 -0
  202. data/cookbooks/mu-tools/files/centos/etc/freshclam.conf +235 -0
  203. data/cookbooks/mu-tools/files/centos/etc/login.defs +72 -0
  204. data/cookbooks/mu-tools/files/centos/etc/profile +77 -0
  205. data/cookbooks/mu-tools/files/centos/etc/security/limits.conf +57 -0
  206. data/cookbooks/mu-tools/files/centos/etc/sysconfig/init +19 -0
  207. data/cookbooks/mu-tools/files/centos/etc/sysctl.conf +82 -0
  208. data/cookbooks/mu-tools/files/centos-6/README_MU +0 -0
  209. data/cookbooks/mu-tools/files/centos-6/etc/audit/stig.rules +173 -0
  210. data/cookbooks/mu-tools/files/centos-6/etc/bashrc +90 -0
  211. data/cookbooks/mu-tools/files/centos-6/etc/login.defs +70 -0
  212. data/cookbooks/mu-tools/files/centos-6/etc/pam.d/su +12 -0
  213. data/cookbooks/mu-tools/files/centos-6/etc/profile +83 -0
  214. data/cookbooks/mu-tools/files/centos-6/etc/securetty +12 -0
  215. data/cookbooks/mu-tools/files/centos-6/etc/sysconfig/init +30 -0
  216. data/cookbooks/mu-tools/files/centos-6/etc/sysctl.conf +40 -0
  217. data/cookbooks/mu-tools/files/default/Mu_CA.pem +34 -0
  218. data/cookbooks/mu-tools/files/default/PSWindowsUpdate.zip +0 -0
  219. data/cookbooks/mu-tools/files/default/ebs_snapshots.py +123 -0
  220. data/cookbooks/mu-tools/files/default/etc/BANNER +0 -0
  221. data/cookbooks/mu-tools/files/default/etc/BANNER-FEDERAL +19 -0
  222. data/cookbooks/mu-tools/files/default/gpo_no_uac.zip +0 -0
  223. data/cookbooks/mu-tools/files/default/mypol.pp +0 -0
  224. data/cookbooks/mu-tools/files/default/mypol.te +37 -0
  225. data/cookbooks/mu-tools/files/default/nrpe_c7.pp +0 -0
  226. data/cookbooks/mu-tools/files/default/nrpe_c7.te +31 -0
  227. data/cookbooks/mu-tools/files/default/nrpe_check_disk.pp +0 -0
  228. data/cookbooks/mu-tools/files/default/nrpe_check_disk.te +11 -0
  229. data/cookbooks/mu-tools/files/default/nrpe_disk.pp +0 -0
  230. data/cookbooks/mu-tools/files/default/nrpe_disk.te +10 -0
  231. data/cookbooks/mu-tools/files/default/nrpe_file.pp +0 -0
  232. data/cookbooks/mu-tools/files/default/nrpe_file.te +31 -0
  233. data/cookbooks/mu-tools/files/default/ntrights +0 -0
  234. data/cookbooks/mu-tools/files/default/serverclass.conf +18 -0
  235. data/cookbooks/mu-tools/files/default/splunk-apps/base_logs_unix/local/app.conf +1 -0
  236. data/cookbooks/mu-tools/files/default/splunk-apps/base_logs_unix/local/inputs.conf +13 -0
  237. data/cookbooks/mu-tools/files/default/splunk-apps/base_logs_windows/local/app.conf +1 -0
  238. data/cookbooks/mu-tools/files/default/splunk-apps/base_logs_windows/local/inputs.conf +8 -0
  239. data/cookbooks/mu-tools/files/default/sshd_pol.pp +0 -0
  240. data/cookbooks/mu-tools/files/default/sshd_pol.te +32 -0
  241. data/cookbooks/mu-tools/files/redhat/etc/bashrc +93 -0
  242. data/cookbooks/mu-tools/files/redhat/etc/freshclam.conf +235 -0
  243. data/cookbooks/mu-tools/files/redhat/etc/login.defs +72 -0
  244. data/cookbooks/mu-tools/files/redhat/etc/profile +77 -0
  245. data/cookbooks/mu-tools/files/redhat/etc/security/limits.conf +57 -0
  246. data/cookbooks/mu-tools/files/redhat/etc/sysconfig/init +19 -0
  247. data/cookbooks/mu-tools/files/redhat/etc/sysctl.conf +82 -0
  248. data/cookbooks/mu-tools/files/redhat-6/README_MU +0 -0
  249. data/cookbooks/mu-tools/files/redhat-6/etc/audit/stig.rules +173 -0
  250. data/cookbooks/mu-tools/files/redhat-6/etc/bashrc +90 -0
  251. data/cookbooks/mu-tools/files/redhat-6/etc/login.defs +70 -0
  252. data/cookbooks/mu-tools/files/redhat-6/etc/pam.d/su +12 -0
  253. data/cookbooks/mu-tools/files/redhat-6/etc/profile +83 -0
  254. data/cookbooks/mu-tools/files/redhat-6/etc/securetty +12 -0
  255. data/cookbooks/mu-tools/files/redhat-6/etc/sysconfig/init +30 -0
  256. data/cookbooks/mu-tools/files/redhat-6/etc/sysctl.conf +40 -0
  257. data/cookbooks/mu-tools/files/redhat-7.1/etc/freshclam.conf +235 -0
  258. data/cookbooks/mu-tools/files/ubuntu-12.04/etc/bash.bashrc +64 -0
  259. data/cookbooks/mu-tools/files/ubuntu-12.04/etc/common-session +30 -0
  260. data/cookbooks/mu-tools/files/ubuntu-12.04/etc/login.defs +338 -0
  261. data/cookbooks/mu-tools/files/ubuntu-12.04/etc/profile +30 -0
  262. data/cookbooks/mu-tools/files/ubuntu-12.04/etc/security/limits.conf +56 -0
  263. data/cookbooks/mu-tools/files/ubuntu-12.04/etc/sysctl.conf +60 -0
  264. data/cookbooks/mu-tools/libraries/helper.rb +292 -0
  265. data/cookbooks/mu-tools/metadata.rb +28 -0
  266. data/cookbooks/mu-tools/recipes/add_admin_ssh_keys.rb +35 -0
  267. data/cookbooks/mu-tools/recipes/apply_security.rb +440 -0
  268. data/cookbooks/mu-tools/recipes/aws_api.rb +23 -0
  269. data/cookbooks/mu-tools/recipes/base_repositories.rb +31 -0
  270. data/cookbooks/mu-tools/recipes/cisbenchmark.rb +59 -0
  271. data/cookbooks/mu-tools/recipes/clamav.rb +53 -0
  272. data/cookbooks/mu-tools/recipes/cloudinit.rb +58 -0
  273. data/cookbooks/mu-tools/recipes/configure_oracle_tools.rb +81 -0
  274. data/cookbooks/mu-tools/recipes/disable-requiretty.rb +22 -0
  275. data/cookbooks/mu-tools/recipes/ebs_rolling_snapshots.rb +75 -0
  276. data/cookbooks/mu-tools/recipes/efs.rb +70 -0
  277. data/cookbooks/mu-tools/recipes/eks.rb +160 -0
  278. data/cookbooks/mu-tools/recipes/gcloud.rb +98 -0
  279. data/cookbooks/mu-tools/recipes/google_api.rb +25 -0
  280. data/cookbooks/mu-tools/recipes/maldet.rb +67 -0
  281. data/cookbooks/mu-tools/recipes/nagios.rb +19 -0
  282. data/cookbooks/mu-tools/recipes/newclient.rb +23 -0
  283. data/cookbooks/mu-tools/recipes/nrpe.rb +115 -0
  284. data/cookbooks/mu-tools/recipes/python_pip.rb +35 -0
  285. data/cookbooks/mu-tools/recipes/retrieve_application.rb +51 -0
  286. data/cookbooks/mu-tools/recipes/rsyslog.rb +65 -0
  287. data/cookbooks/mu-tools/recipes/set_local_fw.rb +57 -0
  288. data/cookbooks/mu-tools/recipes/set_mu_hostname.rb +81 -0
  289. data/cookbooks/mu-tools/recipes/split_var_partitions.rb +86 -0
  290. data/cookbooks/mu-tools/recipes/splunk-client.rb +69 -0
  291. data/cookbooks/mu-tools/recipes/splunk-server.rb +104 -0
  292. data/cookbooks/mu-tools/recipes/store_inspec_attr.rb +8 -0
  293. data/cookbooks/mu-tools/recipes/updates.rb +96 -0
  294. data/cookbooks/mu-tools/recipes/windows-client.rb +202 -0
  295. data/cookbooks/mu-tools/resources/aws_windows.rb +33 -0
  296. data/cookbooks/mu-tools/resources/disk.rb +88 -0
  297. data/cookbooks/mu-tools/resources/mommacat_request.rb +11 -0
  298. data/cookbooks/mu-tools/resources/scheduled_tasks.rb +29 -0
  299. data/cookbooks/mu-tools/resources/sshd_service.rb +45 -0
  300. data/cookbooks/mu-tools/resources/windows_users.rb +242 -0
  301. data/cookbooks/mu-tools/templates/amazon/sshd_config.erb +168 -0
  302. data/cookbooks/mu-tools/templates/centos-6/sshd_config.erb +212 -0
  303. data/cookbooks/mu-tools/templates/centos-7/sshd_config.erb +215 -0
  304. data/cookbooks/mu-tools/templates/default/0-mu-log-client.conf.erb +13 -0
  305. data/cookbooks/mu-tools/templates/default/conf.maldet.erb +137 -0
  306. data/cookbooks/mu-tools/templates/default/etc_hosts.erb +30 -0
  307. data/cookbooks/mu-tools/templates/default/etc_pamd_password-auth.erb +14 -0
  308. data/cookbooks/mu-tools/templates/default/etc_pamd_system-auth.erb +14 -0
  309. data/cookbooks/mu-tools/templates/default/etc_sysconfig_network.erb +12 -0
  310. data/cookbooks/mu-tools/templates/default/kubeconfig.erb +29 -0
  311. data/cookbooks/mu-tools/templates/default/kubelet.service.erb +35 -0
  312. data/cookbooks/mu-tools/templates/default/maldet_scanall.sh.erb +15 -0
  313. data/cookbooks/mu-tools/templates/default/nrpe.cfg.erb +233 -0
  314. data/cookbooks/mu-tools/templates/redhat-6/sshd_config.erb +213 -0
  315. data/cookbooks/mu-tools/templates/redhat-7/sshd_config.erb +215 -0
  316. data/cookbooks/mu-tools/templates/ubuntu-12.04/sshd_config.erb +146 -0
  317. data/cookbooks/mu-tools/templates/ubuntu-14.04/sshd_config.erb +145 -0
  318. data/cookbooks/mu-tools/templates/windows/Backup.xml.erb +20 -0
  319. data/cookbooks/mu-tools/templates/windows/bkupInfo.xml.erb +1 -0
  320. data/cookbooks/mu-tools/templates/windows/gpreprt.xml.erb +214 -0
  321. data/cookbooks/mu-tools/templates/windows/gptmpl.inf.erb +12 -0
  322. data/cookbooks/mu-tools/templates/windows/manifest.xml.erb +1 -0
  323. data/cookbooks/mu-tools/templates/windows/set_ad_dns_scheduled_task.ps1.erb +6 -0
  324. data/cookbooks/mu-tools/templates/windows/sshd_config.erb +136 -0
  325. data/cookbooks/mu-utility/CHANGELOG.md +12 -0
  326. data/cookbooks/mu-utility/LICENSE +37 -0
  327. data/cookbooks/mu-utility/README.md +6 -0
  328. data/cookbooks/mu-utility/attributes/default.rb +1 -0
  329. data/cookbooks/mu-utility/libraries/matchers.rb +21 -0
  330. data/cookbooks/mu-utility/metadata.rb +16 -0
  331. data/cookbooks/mu-utility/recipes/apt.rb +23 -0
  332. data/cookbooks/mu-utility/recipes/cleanup_image_helper.rb +118 -0
  333. data/cookbooks/mu-utility/recipes/iptables.rb +26 -0
  334. data/cookbooks/mu-utility/recipes/luks.rb +18 -0
  335. data/cookbooks/mu-utility/recipes/nat.rb +104 -0
  336. data/cookbooks/mu-utility/recipes/php.rb +33 -0
  337. data/cookbooks/mu-utility/recipes/rdp_gateway.rb +83 -0
  338. data/cookbooks/mu-utility/recipes/remi.rb +44 -0
  339. data/cookbooks/mu-utility/recipes/vim.rb +26 -0
  340. data/cookbooks/mu-utility/recipes/windows_basics.rb +37 -0
  341. data/cookbooks/mu-utility/recipes/zip.rb +26 -0
  342. data/cookbooks/mu-utility/templates/default/BundleConfig.xml.erb +34 -0
  343. data/cookbooks/mu-utility/templates/default/config.xml.erb +60 -0
  344. data/cookbooks/nagios/Berksfile +8 -0
  345. data/cookbooks/nagios/CHANGELOG.md +589 -0
  346. data/cookbooks/nagios/CONTRIBUTING.md +11 -0
  347. data/cookbooks/nagios/LICENSE +37 -0
  348. data/cookbooks/nagios/README.md +328 -0
  349. data/cookbooks/nagios/TESTING.md +2 -0
  350. data/cookbooks/nagios/attributes/config.rb +171 -0
  351. data/cookbooks/nagios/attributes/default.rb +228 -0
  352. data/cookbooks/nagios/chefignore +102 -0
  353. data/cookbooks/nagios/definitions/command.rb +33 -0
  354. data/cookbooks/nagios/definitions/contact.rb +33 -0
  355. data/cookbooks/nagios/definitions/contactgroup.rb +33 -0
  356. data/cookbooks/nagios/definitions/host.rb +33 -0
  357. data/cookbooks/nagios/definitions/hostdependency.rb +33 -0
  358. data/cookbooks/nagios/definitions/hostescalation.rb +34 -0
  359. data/cookbooks/nagios/definitions/hostgroup.rb +33 -0
  360. data/cookbooks/nagios/definitions/nagios_conf.rb +38 -0
  361. data/cookbooks/nagios/definitions/resource.rb +33 -0
  362. data/cookbooks/nagios/definitions/service.rb +33 -0
  363. data/cookbooks/nagios/definitions/servicedependency.rb +33 -0
  364. data/cookbooks/nagios/definitions/serviceescalation.rb +34 -0
  365. data/cookbooks/nagios/definitions/servicegroup.rb +33 -0
  366. data/cookbooks/nagios/definitions/timeperiod.rb +33 -0
  367. data/cookbooks/nagios/libraries/base.rb +314 -0
  368. data/cookbooks/nagios/libraries/command.rb +91 -0
  369. data/cookbooks/nagios/libraries/contact.rb +230 -0
  370. data/cookbooks/nagios/libraries/contactgroup.rb +112 -0
  371. data/cookbooks/nagios/libraries/custom_option.rb +36 -0
  372. data/cookbooks/nagios/libraries/data_bag_helper.rb +23 -0
  373. data/cookbooks/nagios/libraries/default.rb +90 -0
  374. data/cookbooks/nagios/libraries/host.rb +412 -0
  375. data/cookbooks/nagios/libraries/hostdependency.rb +181 -0
  376. data/cookbooks/nagios/libraries/hostescalation.rb +173 -0
  377. data/cookbooks/nagios/libraries/hostgroup.rb +119 -0
  378. data/cookbooks/nagios/libraries/nagios.rb +282 -0
  379. data/cookbooks/nagios/libraries/resource.rb +59 -0
  380. data/cookbooks/nagios/libraries/service.rb +455 -0
  381. data/cookbooks/nagios/libraries/servicedependency.rb +215 -0
  382. data/cookbooks/nagios/libraries/serviceescalation.rb +195 -0
  383. data/cookbooks/nagios/libraries/servicegroup.rb +144 -0
  384. data/cookbooks/nagios/libraries/timeperiod.rb +160 -0
  385. data/cookbooks/nagios/libraries/users_helper.rb +54 -0
  386. data/cookbooks/nagios/metadata.rb +25 -0
  387. data/cookbooks/nagios/recipes/_load_databag_config.rb +153 -0
  388. data/cookbooks/nagios/recipes/_load_default_config.rb +241 -0
  389. data/cookbooks/nagios/recipes/apache.rb +48 -0
  390. data/cookbooks/nagios/recipes/default.rb +204 -0
  391. data/cookbooks/nagios/recipes/nginx.rb +82 -0
  392. data/cookbooks/nagios/recipes/pagerduty.rb +143 -0
  393. data/cookbooks/nagios/recipes/server_package.rb +40 -0
  394. data/cookbooks/nagios/recipes/server_source.rb +164 -0
  395. data/cookbooks/nagios/templates/default/apache2.conf.erb +96 -0
  396. data/cookbooks/nagios/templates/default/cgi.cfg.erb +266 -0
  397. data/cookbooks/nagios/templates/default/commands.cfg.erb +13 -0
  398. data/cookbooks/nagios/templates/default/contacts.cfg.erb +37 -0
  399. data/cookbooks/nagios/templates/default/hostgroups.cfg.erb +25 -0
  400. data/cookbooks/nagios/templates/default/hosts.cfg.erb +15 -0
  401. data/cookbooks/nagios/templates/default/htpasswd.users.erb +6 -0
  402. data/cookbooks/nagios/templates/default/nagios.cfg.erb +22 -0
  403. data/cookbooks/nagios/templates/default/nginx.conf.erb +62 -0
  404. data/cookbooks/nagios/templates/default/pagerduty.cgi.erb +185 -0
  405. data/cookbooks/nagios/templates/default/resource.cfg.erb +27 -0
  406. data/cookbooks/nagios/templates/default/servicedependencies.cfg.erb +15 -0
  407. data/cookbooks/nagios/templates/default/servicegroups.cfg.erb +14 -0
  408. data/cookbooks/nagios/templates/default/services.cfg.erb +14 -0
  409. data/cookbooks/nagios/templates/default/templates.cfg.erb +31 -0
  410. data/cookbooks/nagios/templates/default/timeperiods.cfg.erb +13 -0
  411. data/cookbooks/s3fs/CHANGELOG.md +13 -0
  412. data/cookbooks/s3fs/LICENSE +37 -0
  413. data/cookbooks/s3fs/README.md +6 -0
  414. data/cookbooks/s3fs/attributes/default.rb +15 -0
  415. data/cookbooks/s3fs/files/default/fuse-2.9.3.zip +0 -0
  416. data/cookbooks/s3fs/metadata.rb +16 -0
  417. data/cookbooks/s3fs/recipes/default.rb +91 -0
  418. data/data_bags/demo/app.json +7 -0
  419. data/data_bags/nagios_services/chef.json +6 -0
  420. data/data_bags/nagios_services/linux_diskspace.json +5 -0
  421. data/data_bags/nagios_services/momma_cat.json +6 -0
  422. data/data_bags/nagios_services/mu-master-memory.json +5 -0
  423. data/data_bags/nagios_services/nagios_ui.json +6 -0
  424. data/data_bags/nagios_services/node_ssh.json +6 -0
  425. data/data_bags/nagios_services/ssh.json +6 -0
  426. data/demo/lambda_test.yaml +29 -0
  427. data/environments/DEV.json +8 -0
  428. data/environments/PROD.json +8 -0
  429. data/environments/dev.json +8 -0
  430. data/environments/development.json +8 -0
  431. data/environments/prod.json +8 -0
  432. data/extras/README.md +1 -0
  433. data/extras/admin-role-binding.yaml +16 -0
  434. data/extras/admin-user.yaml +6 -0
  435. data/extras/aws-auth-cm.yaml.erb +12 -0
  436. data/extras/clean-stock-amis +48 -0
  437. data/extras/git-fix-permissions-hook +12 -0
  438. data/extras/gitlab-eks-helper.sh.erb +20 -0
  439. data/extras/image-generators/README.md +2 -0
  440. data/extras/image-generators/aws/centos6.yaml +18 -0
  441. data/extras/image-generators/aws/centos7-govcloud.yaml +24 -0
  442. data/extras/image-generators/aws/centos7.yaml +17 -0
  443. data/extras/image-generators/aws/rhel7.yaml +17 -0
  444. data/extras/image-generators/aws/win2k12.yaml +16 -0
  445. data/extras/image-generators/aws/win2k16.yaml +16 -0
  446. data/extras/image-generators/aws/windows.yaml +18 -0
  447. data/extras/image-generators/gcp/centos6.yaml +17 -0
  448. data/extras/lambda_waf_domain_blacklist.py +103 -0
  449. data/extras/platform_berksfile_base +50 -0
  450. data/extras/ruby_rpm/build.sh +17 -0
  451. data/extras/ruby_rpm/muby.spec +44 -0
  452. data/extras/vault_tools/README.md +6 -0
  453. data/extras/vault_tools/export_vaults.sh +3 -0
  454. data/extras/vault_tools/recreate_vaults.sh +5 -0
  455. data/extras/vault_tools/test_vaults.sh +5 -0
  456. data/install/README.md +8 -0
  457. data/install/cfn_create_mu_master.json +1034 -0
  458. data/install/chef-server.rb.erb +19 -0
  459. data/install/deprecated-bash-library.sh +1891 -0
  460. data/install/images/Usage.png +0 -0
  461. data/install/installer +71 -0
  462. data/install/jenkinskeys.rb +8 -0
  463. data/install/user-dot-murc.erb +14 -0
  464. data/modules/html.erb +19 -0
  465. data/modules/mommacat.ru +426 -0
  466. data/modules/mu/cleanup.rb +339 -0
  467. data/modules/mu/cloud.rb +1446 -0
  468. data/modules/mu/clouds/README.md +201 -0
  469. data/modules/mu/clouds/aws/alarm.rb +319 -0
  470. data/modules/mu/clouds/aws/cache_cluster.rb +1010 -0
  471. data/modules/mu/clouds/aws/collection.rb +373 -0
  472. data/modules/mu/clouds/aws/container_cluster.rb +667 -0
  473. data/modules/mu/clouds/aws/database.rb +1836 -0
  474. data/modules/mu/clouds/aws/dnszone.rb +911 -0
  475. data/modules/mu/clouds/aws/firewall_rule.rb +641 -0
  476. data/modules/mu/clouds/aws/folder.rb +92 -0
  477. data/modules/mu/clouds/aws/function.rb +349 -0
  478. data/modules/mu/clouds/aws/group.rb +251 -0
  479. data/modules/mu/clouds/aws/loadbalancer.rb +888 -0
  480. data/modules/mu/clouds/aws/log.rb +363 -0
  481. data/modules/mu/clouds/aws/msg_queue.rb +480 -0
  482. data/modules/mu/clouds/aws/notification.rb +139 -0
  483. data/modules/mu/clouds/aws/role.rb +656 -0
  484. data/modules/mu/clouds/aws/search_domain.rb +646 -0
  485. data/modules/mu/clouds/aws/server.rb +2294 -0
  486. data/modules/mu/clouds/aws/server_pool.rb +1388 -0
  487. data/modules/mu/clouds/aws/storage_pool.rb +495 -0
  488. data/modules/mu/clouds/aws/user.rb +382 -0
  489. data/modules/mu/clouds/aws/userdata/README.md +4 -0
  490. data/modules/mu/clouds/aws/userdata/linux.erb +179 -0
  491. data/modules/mu/clouds/aws/userdata/windows.erb +278 -0
  492. data/modules/mu/clouds/aws/vpc.rb +1943 -0
  493. data/modules/mu/clouds/aws.rb +1009 -0
  494. data/modules/mu/clouds/cloudformation/alarm.rb +146 -0
  495. data/modules/mu/clouds/cloudformation/cache_cluster.rb +167 -0
  496. data/modules/mu/clouds/cloudformation/collection.rb +117 -0
  497. data/modules/mu/clouds/cloudformation/database.rb +278 -0
  498. data/modules/mu/clouds/cloudformation/dnszone.rb +274 -0
  499. data/modules/mu/clouds/cloudformation/firewall_rule.rb +308 -0
  500. data/modules/mu/clouds/cloudformation/loadbalancer.rb +193 -0
  501. data/modules/mu/clouds/cloudformation/log.rb +170 -0
  502. data/modules/mu/clouds/cloudformation/server.rb +370 -0
  503. data/modules/mu/clouds/cloudformation/server_pool.rb +279 -0
  504. data/modules/mu/clouds/cloudformation/vpc.rb +322 -0
  505. data/modules/mu/clouds/cloudformation.rb +733 -0
  506. data/modules/mu/clouds/docker.rb +30 -0
  507. data/modules/mu/clouds/google/container_cluster.rb +290 -0
  508. data/modules/mu/clouds/google/database.rb +152 -0
  509. data/modules/mu/clouds/google/firewall_rule.rb +267 -0
  510. data/modules/mu/clouds/google/group.rb +164 -0
  511. data/modules/mu/clouds/google/loadbalancer.rb +479 -0
  512. data/modules/mu/clouds/google/server.rb +1510 -0
  513. data/modules/mu/clouds/google/server_pool.rb +274 -0
  514. data/modules/mu/clouds/google/user.rb +266 -0
  515. data/modules/mu/clouds/google/userdata/README.md +4 -0
  516. data/modules/mu/clouds/google/userdata/linux.erb +137 -0
  517. data/modules/mu/clouds/google/userdata/windows.erb +275 -0
  518. data/modules/mu/clouds/google/vpc.rb +890 -0
  519. data/modules/mu/clouds/google.rb +811 -0
  520. data/modules/mu/config/README.md +11 -0
  521. data/modules/mu/config/alarm.rb +271 -0
  522. data/modules/mu/config/cache_cluster.rb +172 -0
  523. data/modules/mu/config/collection.rb +87 -0
  524. data/modules/mu/config/container_cluster.rb +103 -0
  525. data/modules/mu/config/container_cluster.yml +36 -0
  526. data/modules/mu/config/database.rb +458 -0
  527. data/modules/mu/config/database.yml +26 -0
  528. data/modules/mu/config/dnszone.rb +327 -0
  529. data/modules/mu/config/firewall_rule.rb +118 -0
  530. data/modules/mu/config/folder.rb +70 -0
  531. data/modules/mu/config/function.rb +140 -0
  532. data/modules/mu/config/group.rb +64 -0
  533. data/modules/mu/config/loadbalancer.rb +482 -0
  534. data/modules/mu/config/log.rb +47 -0
  535. data/modules/mu/config/log.yml +6 -0
  536. data/modules/mu/config/msg_queue.rb +47 -0
  537. data/modules/mu/config/msg_queue.yml +9 -0
  538. data/modules/mu/config/notification.rb +44 -0
  539. data/modules/mu/config/project.rb +71 -0
  540. data/modules/mu/config/role.rb +102 -0
  541. data/modules/mu/config/search_domain.rb +61 -0
  542. data/modules/mu/config/search_domain.yml +25 -0
  543. data/modules/mu/config/server.rb +587 -0
  544. data/modules/mu/config/server.yml +8 -0
  545. data/modules/mu/config/server_pool.rb +216 -0
  546. data/modules/mu/config/server_pool.yml +71 -0
  547. data/modules/mu/config/storage_pool.rb +145 -0
  548. data/modules/mu/config/user.rb +78 -0
  549. data/modules/mu/config/vpc.rb +743 -0
  550. data/modules/mu/config/vpc.yml +6 -0
  551. data/modules/mu/config.rb +2000 -0
  552. data/modules/mu/defaults/README.md +2 -0
  553. data/modules/mu/defaults/amazon_images.yaml +121 -0
  554. data/modules/mu/defaults/google_images.yaml +16 -0
  555. data/modules/mu/deploy.rb +686 -0
  556. data/modules/mu/groomer.rb +123 -0
  557. data/modules/mu/groomers/README.md +58 -0
  558. data/modules/mu/groomers/chef.rb +1024 -0
  559. data/modules/mu/kittens.rb +11319 -0
  560. data/modules/mu/logger.rb +208 -0
  561. data/modules/mu/master/README.md +27 -0
  562. data/modules/mu/master/chef.rb +471 -0
  563. data/modules/mu/master/ldap.rb +1005 -0
  564. data/modules/mu/master.rb +415 -0
  565. data/modules/mu/mommacat.rb +2703 -0
  566. data/modules/mu-load-config.rb +1 -0
  567. data/modules/mu.rb +724 -0
  568. data/modules/scratchpad.erb +1 -0
  569. data/modules/tests/super_complex_bok.yml +41 -0
  570. data/modules/tests/super_simple_bok.yml +40 -0
  571. data/mu.gemspec +62 -0
  572. data/roles/demo-dbservice-configure.json +19 -0
  573. data/roles/demo-portal-configure.json +19 -0
  574. data/roles/mu-master-jenkins.json +24 -0
  575. data/roles/mu-master-nagios-only.json +13 -0
  576. data/roles/mu-master.json +12 -0
  577. data/roles/mu-node.json +19 -0
  578. data/roles/mu-splunk-server.json +13 -0
  579. data/roles/mu-splunk.json +13 -0
  580. data/test/clean_up.py +25 -0
  581. data/test/demo-test-profile/README.md +3 -0
  582. data/test/demo-test-profile/controls/flask.rb +84 -0
  583. data/test/demo-test-profile/inspec.lock +7 -0
  584. data/test/demo-test-profile/inspec.yml +11 -0
  585. data/test/etco-test-profile/README.md +3 -0
  586. data/test/etco-test-profile/controls/all-in-one.rb +182 -0
  587. data/test/etco-test-profile/inspec.lock +7 -0
  588. data/test/etco-test-profile/inspec.yml +11 -0
  589. data/test/exec_inspec.py +246 -0
  590. data/test/exec_mu_install.py +241 -0
  591. data/test/exec_retry.py +44 -0
  592. data/test/mu-master-test/README.md +3 -0
  593. data/test/mu-master-test/controls/all_in_one.rb +557 -0
  594. data/test/mu-master-test/inspec.lock +3 -0
  595. data/test/mu-master-test/inspec.yml +11 -0
  596. data/test/mu-tools-test/README.md +3 -0
  597. data/test/mu-tools-test/controls/base.rb +265 -0
  598. data/test/mu-tools-test/inspec.lock +3 -0
  599. data/test/mu-tools-test/inspec.yml +8 -0
  600. data/test/simple-server-php-test/README.md +3 -0
  601. data/test/simple-server-php-test/controls/apachephp.rb +25 -0
  602. data/test/simple-server-php-test/controls/example.rb +19 -0
  603. data/test/simple-server-php-test/inspec.lock +7 -0
  604. data/test/simple-server-php-test/inspec.yml +12 -0
  605. data/test/simple-server-rails-test/README.md +3 -0
  606. data/test/simple-server-rails-test/controls/rails.rb +188 -0
  607. data/test/simple-server-rails-test/inspec.lock +7 -0
  608. data/test/simple-server-rails-test/inspec.yml +11 -0
  609. data/test/simple-windows-test/README.md +3 -0
  610. data/test/simple-windows-test/controls/windows.rb +20 -0
  611. data/test/simple-windows-test/inspec.lock +7 -0
  612. data/test/simple-windows-test/inspec.yml +11 -0
  613. data/test/smoke_test.rb +75 -0
  614. data/test/wordpress-test/README.md +3 -0
  615. data/test/wordpress-test/controls/wordpress.rb +97 -0
  616. data/test/wordpress-test/inspec.lock +7 -0
  617. data/test/wordpress-test/inspec.yml +11 -0
  618. metadata +979 -0
@@ -0,0 +1,589 @@
1
+ nagios Cookbook CHANGELOG
2
+ =========================
3
+ This file is used to list changes made in each version of the nagios cookbook.
4
+ 7.2.6
5
+ -----
6
+ ### Bug
7
+ - #445 Fixing escalation_periods.
8
+ - #448 Fixing service escalations.
9
+ - #459 Fixing undefined method `push'.
10
+ - #453 Fixing nodes without any tags.
11
+
12
+ ### Improvement
13
+ - #443 Merging the timezone settings.
14
+ - #450 Allowing default guest user.
15
+ - #454 Adding inheritance modifiers.
16
+ - #462 Adding Apache LDAP settings.
17
+ - #463 Adding '*' and 'null' as options.
18
+ - #470 Adding option for wrapper cookbooks.
19
+ - #470 Adding result_limit to cgi.cfg.
20
+
21
+ 7.2.4
22
+ -----
23
+ ### Bug
24
+ - #419 Fixing the nagios_interval logic and readme.
25
+ - #421 Fixing loading of pagerduty databag contacts.
26
+ - #430 Fixing loading of timeperiods out of databag with ducktyping.
27
+ - #437 Fixing loading of unmanaged_host databag regards to environments.
28
+ - #441 Enable setting of Fixnum's within nagios configuration attributes.
29
+
30
+ ### Improvement
31
+ - #426 Added command: service_notify_by_sms_email.
32
+ - #435 Adding pagerduty.cgi and needed packages
33
+
34
+ 7.2.2
35
+ -----
36
+ ### Bug
37
+ - Fixing the apache mpm breaking on centos.
38
+
39
+ 7.2.0
40
+ -----
41
+ ### Testing
42
+ - Added centos 7.1 for testing.
43
+ - Added centos 5.11 for testing.
44
+ - Added test-kitchen tests.
45
+
46
+ ### Improvement
47
+ - Added logic to exclude nodes based on tag.
48
+ - Including apache2::mpm_prefork for apache.
49
+ - Added the ability to specify command arguments within services.
50
+ - Added the ability to specify custom options on hosts, contacts and services.
51
+
52
+ 7.1.8
53
+ -----
54
+ ### Bug
55
+ - Fixing the unmanagedhosts databag filter on environment.
56
+ - Fixing the services databag filter on environment.
57
+
58
+ ### Improvement
59
+ - Moving the LWRP's providers into definitions.
60
+ This will remove some extra complexity and output will be
61
+ much nicer and debugging will be easier during the chef-converge.
62
+
63
+ 7.1.6
64
+ -----
65
+ ### Bug
66
+ - Fixing the nagios_[resource] provider delete action.
67
+
68
+ ### Improvement
69
+ - Added option for custom apache auth based on attribute.
70
+ - Update cgi-path attibute on source install.
71
+ - Update on test-kitchen tests.
72
+ - Update on kitchen-vagrant version.
73
+
74
+ 7.1.4
75
+ -----
76
+ ### Bug
77
+ - AuthzLDAPAuthoritative is removed in Apache 2.4.
78
+ - Fixed the pagerduty config by using LWRP.
79
+
80
+ ### Improvement
81
+ - Made test config os (in)dependent.
82
+ - Added zap for config file cleanup.
83
+ - Added encrypted user databag support.
84
+ - Added extra configuration tests.
85
+ - Added gitter badge.
86
+
87
+ 7.1.2
88
+ -----
89
+ ### Bug
90
+ - Fixed display of style sheets on Ubuntu 14.04+
91
+ - service_check_timeout_state config option is now only set on modern Nagios releases. This broke Ubuntu 10.04/12.04 service startup
92
+ - Updated Test Kitchen release / added additional platforms for testing
93
+ - Fixed the attribute used to enable notifications in the Readme file
94
+ - Fixed loading of node['nagios']['host_name_attribute']
95
+
96
+ ### Improvement
97
+ - Search queries in hostgroups data bag are now limited to the monitored environments if using node['nagios']['monitored_environments']
98
+
99
+ 7.1.0
100
+ -----
101
+ ### Bug
102
+ - Fixed class-type checking with duck-typing on update_options.
103
+ - Fixed host_name_attribute on nagios model.
104
+
105
+ ### Improvement
106
+ - Moved all nagios configuration options within attributes.
107
+ - Moved all nagios configuration attributes into separate file.
108
+
109
+ ### Breaking Changes
110
+ - With the change above we might introduced some config problems.
111
+ Please check your attributes when upgrading.
112
+
113
+ ### Development
114
+ - Added extra kitchen serverspec tests.
115
+
116
+ 7.0.8
117
+ -----
118
+ ### Bug
119
+ - Fixed servicegroups members.
120
+ - Chaned the order of data bag loading (commands first).
121
+
122
+ ### Improvement
123
+ - Cleanup of the internals of the nagios model.
124
+
125
+ ### Development
126
+ - Added kitchen serverspec tests.
127
+
128
+ 7.0.6
129
+ -----
130
+ ### Bug
131
+ - Fixed data bag import.(#346)
132
+ - Fixed missing create method on Servicegroup object. (#348)
133
+ - Fixed update_dependency_members for depedency objects.
134
+
135
+ 7.0.4
136
+ -----
137
+ ### Bug
138
+ - Fixed the order for resource.cfg population to be correct.
139
+
140
+ 7.0.2
141
+ -----
142
+ ### Bug
143
+ - Fixed the hardcoded cgi-bin path in server source.
144
+ - Fixed contact_groups within load_default_config recipe.
145
+ - Removed dead code from timeperiod.rb library.
146
+ - Ignore timeperiods that don't comply.
147
+ - Making time formats less restrictive. (#336)
148
+
149
+ ### Improvement
150
+ - Make yum-epel recipe include optional via attribute.
151
+ - Only allow_empty_hostgroup_assignment for Nagios versions >= 3.4.0
152
+
153
+ 7.0.0
154
+ -----
155
+ ### Feature
156
+ - Added providers for all nagios configuration objects.
157
+ - Added wiki pages explaining the providers.
158
+ - Added wiki pages explaining the databags.
159
+
160
+ ### Development
161
+ - Updated chefspec (4.2.0)
162
+
163
+ ### Extra note
164
+ - Please test this version before using it in production. Some logic and attributes have changes, so this might break your current setup.
165
+
166
+ 6.1.2
167
+ ----------
168
+ ### Feature
169
+ - Allow defining parents in the unmanaged hosts data bag so you can build the host map.
170
+
171
+ ### Bug
172
+ - Setup Apache2 before trying to configure the webserver so paths will be created
173
+ - Installed EPEL on RHEL so package installs work
174
+ - Set the Apache log dir to that provided by Apache since the Nagios log dir is now locked down to just the nagios user / group
175
+ - Template the resource.cfg file on RHEL platforms to prevent check failures
176
+ - Fix cgi-bin page loads on RHEL systems
177
+ - Fix CSS files not loading on Debian based systems
178
+
179
+ ### Development
180
+ - Updated Test Kitchen dependency to 1.3.1 from 1.2.1
181
+
182
+ 6.1.0
183
+ -----
184
+
185
+ ### Bug
186
+ - Fix missing CSS files on RHEL/Fedora package installs
187
+ - Ensure the source file for Nagios is always downloaded to work around corrupt partial downloads
188
+ - Fixed permissions being changed on the resource directory during each run on RHEL systems
189
+
190
+ ### Improvement
191
+ - Remove support for SSL V2 / V3 (Apache2/NGINX) and add TLS 1.1 and 1.2 (NGINX)
192
+ - Cleaned up and removed duplicate code from the web server configuration
193
+
194
+ ### New Features
195
+ - Added the ability to tag nodes with an attribute that excludes them from the monitoring search. See readme for details
196
+
197
+ ### Breaking Changes
198
+ - The /nagios or /nagios3 URLs are no longer valid. Nagios should be installed on the root of the webserver and this never entirely worked
199
+
200
+ ### Development
201
+ - Updated Rubocop rules
202
+ - Fixed specs to run with Chefspec 4.X
203
+
204
+ v6.0.4
205
+ ------
206
+ ### Bug
207
+ - Fix normalized hostnames not normalizing the hostgroups
208
+ - Don't register the service templates so that Nagios will start properly
209
+ - Require Apache2 cookbook version 2.0 or greater due to breaking changes with how site.conf files are handled
210
+
211
+ ### Improvement
212
+ - Added additional options for perfdata
213
+
214
+ ### New Feature
215
+ - Added the ability to specify a URL to download patches that will be applied to the source install prior to compliation
216
+
217
+
218
+ v6.0.2
219
+ ------
220
+ ### Bug
221
+ - Remove .DS_Store files in the supermarket file that caused failures on older versions of Berkshelf
222
+
223
+ v6.0.0
224
+ ------
225
+ ### Breaking changes
226
+ - NRPE is no longer installed by the nagios cookbook. This is handled by the NRPE cookbook. Moving this logic allows for more fined grained control of how the two services are installed and configured
227
+ - Previously the Nagios server was monitored out of the box using a NRPE check. This is no longer the case since the cookbooks are split. You'll need to add a services data bag to return this functionality
228
+ - RHEL now defaults to installing via packages. If you would like to continue installing via source make sure to set the installation_method attribute
229
+ - node['nagios']['additional_contacts'] attribute has been removed. This was previously used for Pagerduty integration
230
+ - Server setup is now handled in the nagios::default recipe vs. the nagios::server recipe. You will need to update roles / nodes referencing the old recipe
231
+
232
+ ### Bug
233
+ - htpasswd file should be setup after Nagios has been installed to ensure the user has been created
234
+ - Ensure that the Linux hostgroup still gets created even if the Nagios server is the first to come up in the environment
235
+ - Correctly set the vname on RHEL/Fedora platforms for source/package installs
236
+ - Set resource_dir in nagios.cfg on RHEL platforms with a new attribute
237
+ - Create the archives dir in the log on source installs
238
+ - Properly create the Nagios user/group on source installs
239
+ - Properly set the path for the p1.pl file on RHEL platforms
240
+ - Ensure that the hostgroups array doesn't include duplicates in the even that an environment and role have the same name
241
+ - Only template nagios.cfg once
242
+ - Fix ocsp-command typo in nagios.cfg
243
+ - Fix bug that prevented Apache2 recipe from completing
244
+
245
+ ### Improvement
246
+ - Readme cleanup
247
+ - Created a new users_helper library to abstract much of the Ruby logic for building user lists out of the recipe
248
+ - Avoid writing out empty comments in templates for data bag driven configs
249
+ - Add a full chefignore file to help with Berkshelf
250
+ - Better documented host_perfdata_command and service_perfdata_command in the README
251
+ - Add possibility to configure default_service with options process_perf_data & action_url
252
+ - Add possibility to configure default_host with options process_perf_data & action_url
253
+ - Allow freshness_threshold and active_checks_enabled to be specified in templates
254
+ - Added a generic service-template w/min req. params
255
+
256
+ ### New Feature
257
+ - New attribute node['nagios']['monitored_environments'] for specifying multiple environments you'd like to monitor
258
+ - Allow using the exclusion hostgroup format used by Nagios when defining the hostgroup for a check
259
+ - Host templates can now be defined via a new host_templates data bag.
260
+
261
+
262
+ ### Development
263
+ - Vagrantfile updated for Vagrant 1.5 format changes
264
+ - Updated Rubocop / Foodcritic / Chefspec / Berkshelf gems to the latest for Travis testing
265
+ - Updated Berkshelf file to the 3.0 format
266
+ - Updated Test Kitchen / Kitchen Vagrant gems to the latest for local testing
267
+ - Test Kitchen suite added for source installs
268
+ - Ubuntu 13.04 swapped for 14.04 in Test Kitchen
269
+ - Added a large number of data bags to be used by Test Kitchen to handle several scenarios
270
+ - Setup port forwarding in Test Kitchen so you can converge the nodes and load the Web UI
271
+ - Added additional Test Kitchen and Chef Spec tests
272
+
273
+ v5.3.4
274
+ ------
275
+ ### Bug
276
+ - Fixed two bugs that prevented Apache/NGINX web server setups from configuring correctly
277
+
278
+ v5.3.2
279
+ ------
280
+ ### Bug
281
+ - Remove a development file that was accidentally added to the community site release
282
+
283
+ v5.3.0
284
+ ------
285
+ ### Breaking changes
286
+ - Directories for RHEL installations have been updated to use correct RHEL directories vs. Debian directories. You may need to override these directories with the existing directories to not break existing installations on RHEL. Proceed with caution.
287
+
288
+ ### Bug
289
+ - Cookbook no longer fails the run if a node has no roles
290
+ - Cookbook no longer fails if there are no users defined in the data bag
291
+ - Cookbook no longer fails if a node has no hostname
292
+ - Cookbook no longer fails if the node does not have a defined OS
293
+ - Fix incorrect Pagerduty key usage
294
+ - Allowed NRPE hosts were not being properly determined due to bad logic and a typo
295
+
296
+ ### Improvement
297
+ - Improve Test-Kitchen support with newer RHEL point releases, Ubuntu 13.04, and Debian 6/7
298
+ - Simplified logic in web server detection for determining public domain and switches from symbols to strings throughout
299
+
300
+ ### New Feature
301
+ - Support for Nagios host escalations via a new data bag. See the readme for additional details
302
+ - New attribute node['nagios']['monitoring_interface'] to allow specifying a specific network interface's IP to monitor
303
+ - You can now define the values for execute_service_checks, accept_passive_service_checks, execute_host_checks, and accept_passive_host_checks via attributes
304
+ - You can now define the values for obsess_over_services and obsess_over_hosts settings via attributes
305
+
306
+
307
+ v5.2.0
308
+ ------
309
+ ### Breaking changes
310
+ - This release requires yum-epel, which requires the yum v3.0 cookbook. This may break other cookbooks in your environment
311
+
312
+ ### Bug
313
+ - Change yum cookbook dependency to yum-epel dependecy as yum cookbook v3.0 removed epel repo setup functionality
314
+ - Several fixes to the Readme examples
315
+
316
+ ### Improvement
317
+ - Use the new monitoring-plugins.org address for the Nagios Plugins during source installs
318
+ - The version of apt defined in the Berksfile is no longer constrained
319
+ - Find all nodes by searching by node not hostname to workaround failures in ohai determining the hostname
320
+
321
+ ### New Feature
322
+ - Allow defining of time periods via new data bag nagios_timeperiods. See the Readme for additional details
323
+
324
+
325
+ v5.1.0
326
+ ------
327
+ ### Bug
328
+ - **[COOK-3210](https://tickets.opscode.com/browse/COOK-3210)** Contacts are now only written out if the contact has Nagios keys defined, which prevents e-mail-less contacts from being written out
329
+ - **[COOK-4098](https://tickets.opscode.com/browse/COOK-4098)** Fixed an incorrect example for using templates in the readme
330
+ - Fixed a typo in the servicedependencies.cfg.erb template that resulted in hostgroup_name always being blank
331
+
332
+ ### Improvement
333
+ - The Yum cookbook dependency has been pinned to < 3.0 to prevent breakage when the 3.0 cookbook is released
334
+ - **[COOK-2389](https://tickets.opscode.com/browse/COOK-2389)** The logic used to determine what IP to identify the monitored host by has been moved into the default library to simplify the hosts.cfg.erb template
335
+ - A Vagrantfile has been added to allow for testing on Ubuntu 10.04/12.04 and CentOS 5.9/6.4 in multi-node setups
336
+ - Chef spec tests have been added for the server
337
+ - Gemfile updated to use Rubocop 0.15 and TestKitchen 1.0
338
+ - **[COOK-3913](https://tickets.opscode.com/browse/COOK-3913)** / **[COOK-3914](https://tickets.opscode.com/browse/COOK-3914)** Source based installations now use Nagios 3.5.1 and the Nagios Plugins 1.5.0
339
+
340
+ ### New Feature
341
+ - The names of the various data bags used in the cookbook can now be controlled with new attributes found in the server.rb attribute file
342
+ - All configuration options in the cgi.cfg and nrpe.cfg files can now be controlled via attributes
343
+ - **[COOK-3690](https://tickets.opscode.com/browse/COOK-3690)** An intermediate SSL certificate can now be used on the web server as defined in the new attribute `node['nagios']['ssl_cert_chain_file']`
344
+ - **[COOK-2732](https://tickets.opscode.com/browse/COOK-2732)** A service can now be applied to multiple hostgroups via the data bag definition
345
+ - **[COOK-3781](https://tickets.opscode.com/browse/COOK-3781)** Service escalations can now be written using wildcards. See the readme for an example of this feature.
346
+ - **[COOK-3702](https://tickets.opscode.com/browse/COOK-3702)** Multiple PagerDuty keys for different contacts can be defined via a new nagios_pagerduty data bag. See the readme for more information on the new data bag and attributes for this feature.
347
+ - **[COOK-3774](https://tickets.opscode.com/browse/COOK-3774)**Services can be limited to run on nagios servers in specific chef environments by adding a new "activate_check_in_environment" key to the services data bag. See the Services section of the readme for an example.
348
+ - **[CHEF-4702](https://tickets.opscode.com/browse/CHEF-4702)** Chef solo users can now user solo-search for data bag searchd (https://github.com/edelight/chef-solo-search)
349
+
350
+ v5.0.2
351
+ ------
352
+ ### Improvement
353
+ - **[COOK-3777](https://tickets.opscode.com/browse/COOK-3777)** - Update NRPE in nagios cookbook to 2.15
354
+ - **[COOK-3021](https://tickets.opscode.com/browse/COOK-3021)** - NRPE LWRP updates files every run
355
+ - Fixing up to pass rubocop
356
+
357
+
358
+ v5.0.0
359
+ ------
360
+ ### Bug
361
+ - **[COOK-3778](https://tickets.opscode.com/browse/COOK-3778)** - Fix missing customization points for Icinga
362
+ - **[COOK-3731](https://tickets.opscode.com/browse/COOK-3731)** - Remove range searches in Nagios cookbook that break chef-zero
363
+ - **[COOK-3729](https://tickets.opscode.com/browse/COOK-3729)** - Update Nagios Plugin download URL
364
+ - **[COOK-3579](https://tickets.opscode.com/browse/COOK-3579)** - Stop shipping icons files that arent used
365
+ - **[COOK-3332](https://tickets.opscode.com/browse/COOK-3332)** - Fix `nagios::client` failures on Chef Solo
366
+
367
+ ### Improvement
368
+ - **[COOK-3730](https://tickets.opscode.com/browse/COOK-3730)** - Change the default authentication method
369
+ - **[COOK-3696](https://tickets.opscode.com/browse/COOK-3696)** - Sort hostgroups so they don't get updated on each run
370
+ - **[COOK-3670](https://tickets.opscode.com/browse/COOK-3670)** - Add Travis support
371
+ - **[COOK-3583](https://tickets.opscode.com/browse/COOK-3583)** - Update Nagios source to 3.5.1
372
+ - **[COOK-3577](https://tickets.opscode.com/browse/COOK-3577)** - Cleanup code style
373
+ - **[COOK-3287](https://tickets.opscode.com/browse/COOK-3287)** - Provide more customization points to make it possible to use Icinga
374
+ - **[COOK-1725](https://tickets.opscode.com/browse/COOK-1725)** - Add configurable notification options for `nagios::pagerduty`
375
+
376
+ ### New Feature
377
+ - **[COOK-3723](https://tickets.opscode.com/browse/COOK-3723)** - Support regexp_matching in Nagios
378
+ - **[COOK-3695](https://tickets.opscode.com/browse/COOK-3695)** - Add more tunables for default host template
379
+
380
+
381
+ v4.2.0
382
+ ------
383
+ ### New Feature
384
+ - **[COOK-3445](https://tickets.opscode.com/browse/COOK-3445)** - Allow setting service dependencies from data dags
385
+ - **[COOK-3429](https://tickets.opscode.com/browse/COOK-3429)** - Allow setting timezone from attribute
386
+ - **[COOK-3422](https://tickets.opscode.com/browse/COOK-3422)** - Enable large installation tweaks by attribute
387
+
388
+ ### Improvement
389
+ - **[COOK-3440](https://tickets.opscode.com/browse/COOK-3440)** - Permit additional pagerduty-like integrations
390
+ - **[COOK-3136](https://tickets.opscode.com/browse/COOK-3136)** - Fix `nagios::client_source` under Gentoo
391
+ - **[COOK-3111](https://tickets.opscode.com/browse/COOK-3111)** - Add support for alternate users databag to Nagios cookbook
392
+ - **[COOK-2891](https://tickets.opscode.com/browse/COOK-2891)** - Improve RHEL 5 detection in Nagios cookbook to catch all versions
393
+ - **[COOK-2721](https://tickets.opscode.com/browse/COOK-2721)** - Add Chef Solo support
394
+
395
+ ### Bug
396
+ - **[COOK-3405](https://tickets.opscode.com/browse/COOK-3405)** - Fix NRPE source install on Ubuntu
397
+ - **[COOK-3404](https://tickets.opscode.com/browse/COOK-3404)** - Fix `htpasswd` file references (Chef 11 fix)
398
+ - **[COOK-3282](https://tickets.opscode.com/browse/COOK-3282)** - Use `host_name` attribute when used in conjunction with a search-defined hostgroup
399
+ - **[COOK-3162](https://tickets.opscode.com/browse/COOK-3162)** - Allow setting port
400
+ - **[COOK-3140](https://tickets.opscode.com/browse/COOK-3140)** - No longer import databag users even if they don't have an `htpasswd` value set
401
+ - **[COOK-3068](https://tickets.opscode.com/browse/COOK-3068)** - Use `nagios_conf` definition in `nagios::pagerduty`
402
+
403
+
404
+ v4.1.4
405
+ ------
406
+ ### Bug
407
+ - [COOK-3014]: Nagios cookbook imports data bag users even if they have action `:remove`
408
+
409
+ ### Improvement
410
+ - [COOK-2826]: Allow Nagios cookbook to configure location of SSL files
411
+
412
+ v4.1.2
413
+ ------
414
+ ### Bug
415
+ - [COOK-2967]: nagios cookbook has foodcritic failure
416
+
417
+ ### Improvement
418
+ - [COOK-2630]: Improvements to Readme and Services.cfg.erb template
419
+
420
+ ### New Feature
421
+ - [COOK-2460]: create attribute for `allowed_hosts`
422
+
423
+
424
+ v4.1.0
425
+ ------
426
+ - [COOK-2257] - Nagios incorrectly tries to use cloud IPs due to a OHAI bug
427
+ - [COOK-2474] - hosts.cfg.erb assumes if nagios server node has the cloud attributes all nodes have the cloud attributes
428
+ - [COOK-1068] - Nagios::client should support CentOS/RHEL NRPE installs via package
429
+ - [COOK-2565] - nginx don't send `AUTH_USER` & `REMOTE_USER` to nagios
430
+ - [COOK-2546] - nrpe config files should not be world readable
431
+ - [COOK-2558] - Services that are attached to hostgroups created from the nagios_hostgroups databag are not created
432
+ - [COOK-2612] - Nagios can't start if search can't find hosts defined in nagios_hostgroups
433
+ - [COOK-2473] - Install Nagios 3.4.4 for source installs
434
+ - [COOK-2541] - Nagios cookbook should use node.roles instead of node.run_list.roles when calculating hostgroups
435
+ - [COOK-2543] - Adds the ability to normalize hostnames to lowercase
436
+ - [COOK-2450] - Add ability to define service groups through data bags.
437
+ - [COOK-2642] - With multiple nagios servers, they can't use NRPE to check each other
438
+ - [COOK-2613] - Install Nagios 3.5.0 when installing from source
439
+
440
+
441
+ v4.0.0
442
+ ------
443
+ This is a major release that refactors a significant amount of the service configuration to use data bags rather than hardcoding specific checks in the templates. The README describes how to create services via data bags.
444
+
445
+ The main incompatibility and breaking change is that the default services that are monitored by Nagios is reduced to only the "check-nagios" service. This means that existing installations will need to start converting checks over to the new data bag entries.
446
+
447
+ - [COOK-1553] - Nagios: check_nagios command does not work if Nagios is installed from source
448
+ - [COOK-1554] - Nagios: The nagios server should be added to all relevant host groups
449
+ - [COOK-1746] - nagios should provide more flexibility for server aliases
450
+ - [COOK-2006] - Extract default checks out of nagios
451
+ - [COOK-2129] - If a host is in the _default environment it should go into the _default hostgroup
452
+ - [COOK-2130] - Chef needs to use the correct nagios plugin path on 64bit CentOS systems
453
+ - [COOK-2131] - gd development packages are not necessary for NRPE installs from source
454
+ - [COOK-2132] - Update NRPE installs to 2.14 from 2.13
455
+ - [COOK-2134] - Handle nagios-nrpe-server and nrpe names for NRPE in the init scripts and cookbook
456
+ - [COOK-2135] - Use with-nagios-user and group options source NRPE installs
457
+ - [COOK-2136] - Nagios will not pass config check when multiple machines in different domains have the same hostname
458
+ - [COOK-2150] - hostgroups data bag search doesn't respect the multi_environment_monitoring attribute
459
+ - [COOK-2186] - add service escalation to nagios
460
+ - [COOK-2188] - A notification interval of zero is valid but prohibited by the cookbook
461
+ - [COOK-2200] - Templates and Services from data bags don't specify intervals in the same way as the rest of the cookbook
462
+ - [COOK-2216] - Nagios cookbook readme needs improvement
463
+ - [COOK-2240] - Nagios server setup needs to gracefully fail when users data bag is not present
464
+ - [COOK-2241] - Stylesheets fail to load on a fresh Nagios install
465
+ - [COOK-2242] - Remove unused checks in the NRPE config file
466
+ - [COOK-2245] - nagios::server writes openid apache configs before including apache2::mod_auth_openid
467
+ - [COOK-2246] - Most of the commands in the Nagios cookbook don't work
468
+ - [COOK-2247] - nagios::client_source sets pkgs to a string, then tries to pkgs.each do {|pkg| package pkg }
469
+ - [COOK-2257] - Nagios incorrectly tries to use cloud IPs due to a OHAI bug
470
+ - [COOK-2275] - The Nagios3 download URL attribute is unused
471
+ - [COOK-2285] - Refactor data bag searches into library
472
+ - [COOK-2294] - Add cas authentication to nagios cookbook
473
+ - [COOK-2295] - nagios: chef tries to start nagios-nrpe-server on every run
474
+ - [COOK-2300] - You should be able to define a nagios_service into the "all" host group
475
+ - [COOK-2341] - pagerduty_nagios.pl URL changed
476
+ - [COOK-2350] - Nagios server fails to start when installed via source on Ubuntu/Debian
477
+ - [COOK-2369] - Add LDAP support in the nagios cookbook.
478
+ - [COOK-2374] - Setting an unmanaged host to a string returns 'no method error'
479
+ - [COOK-2375] - Allows adding a service that utilizes a pre-existing command
480
+ - [COOK-2433] - Nagios: ldap authentication needs to handle anonymous binding ldap servers
481
+
482
+
483
+ v3.1.0
484
+ ------
485
+ - [COOK-2032] - Use public IP address for inter-cloud checks and private for intra-cloud checks
486
+ - [COOK-2081] - add support for `notes_url` to `nagios_services` data bags
487
+
488
+
489
+ v3.0.0
490
+ ------
491
+ This is a major release due to some dramatic refactoring to the service check configuration which may not be compatible with existing implementations of this cookbook.
492
+
493
+ - [COOK-1544] - Nagios cookbook needs to support event handlers
494
+ - [COOK-1785] - Template causes service restart every time
495
+ - [COOK-1879] - Nagios: add configuration to automatically redirect http://myserver/ to http://myserver/nagios3/
496
+ - [COOK-1880] - Extra attribute was left over after the `multi_environment_monitoring` update
497
+ - [COOK-1881] - Oracle should be added to the metadata for Nagios
498
+ - [COOK-1891] - README says to modify the nrpe.cfg template, but the cookbook exports a resource for nrpe checks.
499
+ - [COOK-1947] - Nagios: Pager duty portions of Nagios cookbook not using nagios user/group attributes
500
+ - [COOK-1949] - Nagios: A bad role on a node shouldn't cause the cookbook to fail
501
+ - [COOK-1950] - Nagios: Simplify hostgroup building and cookbook code
502
+ - [COOK-1995] - Nagios: Update source install to use Nagios 3.4.3 not 3.4.1
503
+ - [COOK-2005] - Remove unusable check commands from nagios
504
+ - [COOK-2031] - Adding templates as a data bag, extending service data bag to take arbitrary config items
505
+ - [COOK-2032] - Use public IP address for intra-cloud checks
506
+ - [COOK-2034] - Nagios cookbook calls search more often than necessary
507
+ - [COOK-2054] - Use service description in the nagios_services databag items
508
+ - [COOK-2061] - template.erb refers to a service variable when it should reference template.
509
+
510
+
511
+ v2.0.0
512
+ ------
513
+ - [COOK-1543] - Nagios cookbook needs to be able to monitor environments
514
+ - [COOK-1556] - Nagios: Add ability to define service template to be used in the `nagios_services` data bag
515
+ - [COOK-1618] - Users data bag group allowed to log into Nagios should be configurable
516
+ - [COOK-1696] - Nagios: Support defining non-Chef managed hosts via data bag items
517
+ - [COOK-1697] - nagios: Source installs should install the latest NRPE and Nagios plugins
518
+ - [COOK-1717] - Nagios: nagios server web page under Apache2 fails to load out of the box
519
+ - [COOK-1723] - Amazon missing as a supported OS in the Nagios metadata
520
+ - [COOK-1732] - `nagios::client_source` includes duplicate resources
521
+ - [COOK-1815] - Switch Nagios to use platform_family not platform
522
+ - [COOK-1816] - Nagios: mod ssl shouldn't get installed if SSL isn't being used
523
+ - [COOK-1887] - `value_for_platform_family` use in Nagios cookbook is broken
524
+
525
+
526
+ v1.3.0
527
+ ------
528
+ - [COOK-715] - don't source /etc/sysconfig/network on non-RHEL platforms
529
+ - [COOK-769] - don't use nagios specific values in users data bag items if they don't exist
530
+ - [COOK-1206] - add nginx support
531
+ - [COOK-1225] - corrected inconsistencies (mode, user/group, template headers)
532
+ - [COOK-1281] - add support for amazon linux
533
+ - [COOK-1365] - nagios_conf does not use nagios user/group attributes
534
+ - [COOK-1410] - remvoe deprecated package resource
535
+ - [COOK-1411] - Nagios server source installs should not necessarily install the NRPE client from source
536
+ - [COOK-1412] - Nagios installs from source do not install a mail client so notifications fail
537
+ - [COOK-1413] - install nagios 3.4.1 instead of 3.2.3
538
+ - [COOK-1518] - missing sysadmins variable in apache recipe
539
+ - [COOK-1541] - support environments that have windows systems
540
+ - [COOK-1542] - allow setting flap detection via attribute
541
+ - [COOK-1545] - add support for defining host groups using search in data bags
542
+ - [COOK-1553] - check_nagios command doesn't work from source install
543
+ - [COOK-1555] - include service template for monitoring logs
544
+ - [COOK-1557] - check-nagios command only works in environments with single nagios server
545
+ - [COOK-1587] - use default attributes instead of normal in cookbook attributes files
546
+
547
+
548
+ V1.2.6
549
+ ------
550
+ - [COOK-860] - set mail command with an attribute by platform
551
+
552
+
553
+ v1.2.4
554
+ ------
555
+ - [COOK-1119] - attributes for command_timeout / dont_blame_nrpe options
556
+ - [COOK-1120] - allow monitoring from servers in multiple chef_environments
557
+
558
+
559
+ v1.2.2
560
+ ------
561
+ - [COOK-991] - NRPE LWRP No Longer Requires a Template
562
+ - [COOK-955] - Nagios Service Checks Defined by Data Bags
563
+
564
+
565
+ v1.2.0
566
+ ------
567
+ - [COOK-837] - Adding a Recipe for PagerDuty integration
568
+ - [COOK-868] - use node, not @node in template
569
+ - [COOK-869] - corrected NRPE PID path
570
+ - [COOK-907] - LWRP for defining NRPE checks
571
+ - [COOK-917] - changes to `mod_auth_openid` module
572
+
573
+
574
+ v1.0.4
575
+ ------
576
+ - [COOK-838] - Add HTTPS Option to Nagios Cookbook
577
+
578
+
579
+ v1.0.2
580
+ ------
581
+ - [COOK-636] - Nagios server recipe attempts to start too soon
582
+ - [COOK-815] - Nagios Config Changes Kill Nagios If Config Goes Bad
583
+
584
+
585
+ v1.0.0
586
+ ------
587
+ - Use Chef 0.10's `node.chef_environment` instead of `node['app_environment']`.
588
+ - source installation support on both client and server sides
589
+ - initial RHEL/CentOS/Fedora support
@@ -0,0 +1,11 @@
1
+ If you would like to contribute, please open a pull request here on
2
+ Github.
3
+
4
+ Please do not modify the version number in the metadata.rb. Also please
5
+ do not update the CHANGELOG.md. Not all changes to the cookbook may
6
+ be merged and released in the same versions. I will handle the version
7
+ updates during the release process.
8
+
9
+ If your change adds new attributes, data bags, or other features
10
+ please document how to use the change in the cookbook's README.md file.
11
+ Otherwise no one will know how to use your work.
@@ -0,0 +1,37 @@
1
+ Through accessing, reading, or utilizing this software in any manner whatsoever
2
+ or through any means whatsoever, whether the access, reading or use is either
3
+ solely looking at this software or this software has been integrated into any
4
+ derivative work, the party accessing, reading, or utilizing the software
5
+ directly or indirectly agrees to abide by the following license.
6
+
7
+ The eGlobalTech Cloud Automation Platform is the Copyright (c) 2014 of Global
8
+ Tech Inc. All rights reserved.
9
+
10
+ Redistribution and use in source and binary forms, with or without
11
+ modification, are permitted provided that the following conditions are met:
12
+
13
+ 1. Redistributions of source code must retain the above copyright notice, this
14
+ list of conditions and the following disclaimer.
15
+
16
+ 2. Redistributions in binary form must reproduce the above copyright notice,
17
+ this list of conditions and the following disclaimer in the documentation
18
+ and/or other materials provided with the distribution.
19
+
20
+ 3. Neither the name of the copyright holder nor the names of its contributors
21
+ may be used to endorse or promote products derived from this software without
22
+ specific prior written permission.
23
+
24
+ Global Tech, Inc. is the co-owner of any derivative works created with this
25
+ software.
26
+
27
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
28
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
31
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
+