The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

monotifier - extension for the monm notifications

SYNOPSIS

    monotifier [options] [commands [args]]

    monotifier
    monotifier show
    monotifier show <ID>
    monotifier remove <ID>
    monotifier clean
    monotifier truncate

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 (/tmp/monm)

-h, --help

Show short help information and quit

-H, --longhelp

Show long help information and quit

-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

clean
    monotifier clean

Remove incorrect messages

remove
    monotifier remove <ID>

Remove the message by ID

show
    monotifier show
    monotifier show <ID>

Show data table or selected record by id

truncate
    monotifier truncate

Remove all messages

DESCRIPTION

This is an extension for the monm notifications over different communication channels

AUTHOR

Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2022 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/