jpartain89 / ansible-role-monit-binaries

Installs Monit (mmonit.com) using their Binary Files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpartain89.install-monit-binary

Travis-CI
Build Status

Ansible role to install Monit from their precompiled binaries.

Role Variables

  • monit_monitrc_file: This variable is for where you want the system to find your monitrc configuration file. Its defaulted to /etc/monitrc (I have my personal monitrc file at /etc/monit/monitrc, so its all in one parent directory)
  • monit_executable: This is for where you want monit's program file to be installed to. Its default is set to /usr/local/bin/monit

Example Playbook

- hosts: servers

roles:
  - jpartain89.install-monit-binary

License

GPLv3

Author Information

Justin Partain and JPCDI, github.com/jpartain89

About

Installs Monit (mmonit.com) using their Binary Files.

License:GNU General Public License v3.0