Skip to content

trexglobal/monit-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monit SaltStack Formula

To setup Monit.

What it does

  1. Install Monit
  2. Setup Monit

Install

  1. Add remotes to /etc/salt/master
gitfs_remotes:
  - git://github.com/trexglobal/monit-formula
  1. Setup pillar from pillar.example
  2. Add monit to your server state file
include:
    - monit

or to the top.sls file

base:
  'some.server.example.com':
    - monit