Numergy / chef-xymon

A cookbook that installs the xymon monitoring software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Build Status

A cookbook that installs the xymon monitoring software.

Requirements

Platform:

  • Ubuntu
  • Centos

Attributes

  • node["xymon"]["servers"] - An array of ip addressed of the server side component, default [].

Usage

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" ]
}

About

A cookbook that installs the xymon monitoring software.

License:Apache License 2.0


Languages

Language:Ruby 79.4%Language:HTML 20.6%