The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.yml)
                         mm will look also in these location in order of priority:
                            - ~/.mm.yml
                            - /etc/mm.yml
                            - /path/of/mm/mm.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

mm is a CLI tool to talk with a bunch of Monit daemons in your network. The Monit daemon currently implements a HTTP web interface that the user can use to manage the Monit daemon currently running on that particular host. however, if you have a bunch of server out there on your network, and you want to manage all of them you are forced to connect to different URLs (one per server). I came up with this mm tool (mm stays for Monit management). You can use this command to perform actions across your Monit instances. All you need to do i setting up your mm.yml file with the hostnames and access account.

Enjoy!

SEE ALSO

The Monit project home page

AUTHOR

Angelo "pallotron" Failla - pallotron at freaknet.org

COPYRIGHT

Copyright 2009 Angelo "pallotron" Failla, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.