tschifftner.mmonit

Ansible Role: M/Monit

Build Status

Installs M/Monit on Debian/Ubuntu linux servers.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

mmonit_license_owner: "Tildeslash Ltd. - Trial License"
mmonit_license: |
  DDP65V2CBO-44Q6X5QOJU-WWOL4JEQUW-NPCHGAR7ED-XCNAVOUJBK
  LW5VLVSGK2-PZLJSRZVJA-LRRWGH3WYS-E7564FIMOH-FQ5XSU4RSD
  OHSEM3EKIT-SIEAF4K5F2-GGNPGT4FBN-MADSO54BOC-Z6M4ZSSAKD
  B4QISH6K55-HYQT3DSY2R-LP44IMUG7X-SVIYOACSUX-V4OQ3ODMXN
  4FWIQ


mmonit_connectors:
  - name: 'Default'
    address: '*'
    port: 2811
    processors: 10

mmonit_workspace: '/opt'

mmonit_admin_username: 'admin'
mmonit_admin_password: ''

mmonit_connector_username: 'connector'
mmonit_connector_password: ''

License for testing

When mmonit_license is empty the downloaded trial license is used

Secure Monit connector

mmonit_connectors:
  - name: 'Secured'
    scheme: https
    address: '*'
    port: 8443
    processors: 10
    secure: true

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - { role: tschifftner.mmonit }

Login

Url Username Password
http://www.example.org:2811 admin swordfish

Please change the credentials within your project!

Supported OS

  • Debian 9 (Stretch)
  • Debian 8 (Jessie)
  • Ubuntu 18.04 (Bionic Beaver)
  • Ubuntu 16.04 (Xenial Xerus)

Required ansible version

Ansible 2.5+

License

MIT License

Author Information

About

Installs M/Monit on Debian/Ubuntu linux servers.

Install
ansible-galaxy install tschifftner.mmonit
GitHub repository
License
mit
Downloads
81
Owner
Kubernetes Software Architekt, Magento Certified Developer und Full-Stack Entwickler