NAME
mm - a CLI to manage a cluster of monit daemons
SYNOPSIS
mm [options] [<command>] all|SERVICE..
options:
-h, show this help message and exit
-o HOST[,HOST]* comma separated list of hosts (default: "all")
provided hosts must be defined in the config file
-N output for non-humans
-D, debug output
-c, configuration file (default: ~/.mm.conf.yml)
mm will look also in these location in order of priority:
- ~/.mm.conf.yml
- /etc/mm.conf.yml
- /path/of/mm/mm.conf.yml
command:
status - print status if all services
summary - service status groupped by service
start - start service(s)
stop - stop service(s)
monitor - monitor service(s)
unmonitor - unmonitor service(s)
list - list configured hosts
DESCRIPTION
SEE ALSO
AUTHOR
Angelo "pallotron" Failla - pallotron at freaknet.org