A cookbook that installs the xymon monitoring software.
Platform:
- Ubuntu
- Centos
node["xymon"]["servers"]
- An array of ip addressed of the server side component, default [].
To use this cookbook, set the attributes above on the node via a role or the node object itself. In a role.rb:
"xymon" => {
"servers" => [ "127.0.0.1" ]
}