ariemad / monit-central

A tool to centralize monit hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monit Central

Description

A CLI tool to centralize monitoring of multiple monit hosts.

Screenshot of a report example

Installation

npm install -g

Usage

  1. Setup your monit hosts.

    Monit Guide

    Monit Documentation

  2. Add your hosts to the config.

    monitCentral add -t ssh -ip 1.2.3.4 -u ubuntu -path /path/to/key
    
  3. Start Monit Central

    monitCentral start
    

Contributing

PRs accepted.

Contact me if you wish to contribute.

License

MIT © Daniel Bray

About

A tool to centralize monit hosts

License:MIT License


Languages

Language:JavaScript 100.0%