https://github.com/simpleweb/ansible-monit
Galaxy role for monit
https://github.com/simpleweb/ansible-monit
Last synced: 3 months ago
JSON representation
Galaxy role for monit
- Host: GitHub
- URL: https://github.com/simpleweb/ansible-monit
- Owner: simpleweb
- License: mit
- Created: 2015-06-03T14:23:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T11:03:56.000Z (over 10 years ago)
- Last Synced: 2025-03-02T03:41:39.143Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Monit Role for Debian Wheezy
This role configures monit to monitor: haproxy, nginx and unicorn.
### Optional Configuration
It is assumed your application is located within /home/*username*/*appname*/
This can be configured with the following variable:
```yaml
roles:
- { role: tholder.monit, app_root: '/var/www/{{ app_name }}'}
```
### Limitations
This role only works with Debian Wheezy for time being.
Nginx must be running on port 8080 as the backend.
Notifications are sent to "sysops@simpleweb.co.uk"
### Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request