Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 767 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 767 Bytes

NCRT Builder

Description

NCRT (Nagios / Naemon CRT Monitor) is a plugin-based simple framework. It bases from 3 parts: Builder, Master, and Agent. ncrtbuilder is the Builder part, and deployes Master and Agent part on each nodes by Ansible.

You can write plugins by your favorite language on NCRT framework. Since NCRT needs only simple rules for plugins, plugins can be also described by shell script.

Requirement

  • Perl
  • Ansible
  • Naemon

Install

  1. clone or unzip.
    % git clone https://github.com/frisky-gh/ncrtbuilder.git
  1. setup config files.

  2. run "bin/ncrtbuild".

  3. complete.

Usage

Licence

MIT

Author

frisky-gh