An open API service indexing awesome lists of open source software.

https://github.com/indix/ansible-monit

Ansible role for monit
https://github.com/indix/ansible-monit

Last synced: 2 months ago
JSON representation

Ansible role for monit

Awesome Lists containing this project

README

          

## README

[![BuildStatus](https://travis-ci.org/indix/ansible-monit.svg?branch=master)](https://travis-ci.org/indix/ansible-monit)

Easy proactive monitoring of unix system processes. Monit reads its config from monitrc file.
Some important things are:
* Daemon cycle - when monit is running in daemon mode ( usually ) it will get up after sleeping for *t* seconds
as specified under **set daemon **
* monit gui runs on port 2812. The username and password to access it are:
**admin** and **monit**. Access from any machine in the entire CIDR block is enabled by setting monit_cidr_block
variable.

![monit manager console](screenshots/monit_manager.png)

Some useful commands:
* monit -t - syntax check of monit file
* monit monitor - sync
* monit unmonitor - sync
* monit start - async
* monit stop -async
* monit status
* monit start all