Skip to content

colstrom/ansible-monit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-monit

monit - a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.

Platforms

Important

This playbook is no longer maintained. Recommended alternatives:

  • [PM2] for node.js applications (eye is a good fit here too, but PM2 has some nice extras for node)
  • eye for anything else.

Tunables

  • monit_user (string) - User to run monit as
  • monit_poll_rate (integer) - How often to check processes being monitored?
  • monit_log_root (string) - Directory for logs
  • monit_log_path (string) - Path for log file

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: colstrom.monit
       monit_user: root
       monit_poll_rate: 15

License

MIT

Contributors

About

Ansible Role for monit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published