Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 525 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 525 Bytes

nagios-hardening Cookbook

nagios security overlay

Requirements

e.g.

packages

  • chef
  • data bags with nagios configuration Example

Usage

nagios-hardening::default

Just include nagios-hardening in your node's run_list and create nagios configuration as data bag:

{
  "name":"my_node",
  "run_list": [
   	"recipe[nagios]"
    "recipe[nagios-hardening]"
  ]
}