NAME

monm - simple monitoring tool

SYNOPSIS

monm [options] [commands [args]] 

monm [-dltUvI] 

monm [--debug] [--log] [--testmode] [--config=CONFIG_FILE] [--datadir=DATADIR]
     [ configure | checkit [NAMEs] | report [NAMEs] ]

monm checkit www.example.com ftp.example.com

monm report www.example.com ftp.example.com

monm show

OPTIONS

-c CONFIG_FILE, --config=CONFIG_FILE

Full path of the configuration file. The configuration file allows determine the basic default settings, which will use the system if it fails to specify additional configuration files in $CONFDIR directory. The default system path /etc/monm/monm.conf

-D DATADIR, --datadir=DATADIR, --dir=DATADIR

The directory of temporary files.

Default: system temp directory

-d, --debug

Enable debug mode. In this mode, debug messages are displayed on the screen

-h, --help

Show short help information and quit

-H, --longhelp

Show long help information and quit

-l, --log

Enabling write debug information to syslog or user log file.

Do not confuse the debug logging from regular logging to a file monm.log. Regular logging allows you to store information in monm.log on the progress of the processes module, whereas debug logging for debugging of the internal components of the module.

To control the level of debugging see parameter LogEnable and LogLevel.

-t, --testmode

Enabling test mode. This key allows force sending notification while checking

-v, --verbose

Enabling at which displays information about the progress on the screen

-V, --version

Print the version number of the program and quit

COMMANDS

configure

Configure (initializing) of the App::MonM. This command should be performed after the first installation of the module App::MonM

checkit

Checking the status of services with the possibility of informing about the change of these states

report

Creating a report on the checks

show

Shows current table data of the checkit DB

If -v flag is specified - shows table as dump

DESCRIPTION

Simple monitoring tool

AUTHOR

Serz Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

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

See https://dev.perl.org/licenses/