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
- Host: GitHub
- URL: https://github.com/indix/ansible-monit
- Owner: indix
- Created: 2017-01-13T11:44:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T07:04:48.000Z (over 8 years ago)
- Last Synced: 2024-12-27T11:20:26.288Z (about 1 year ago)
- Size: 71.3 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README
[](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.

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