Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 582 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 582 Bytes

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