NAME
App::MonM::Notifier - a monitoring tool that provides notifications on different communication channels
VERSION
Version 1.01
SYNOPSIS
use base qw/App::MonM::Notifier/;
DESCRIPTION
This module provides main functionality for notification tool
For internal use only
FUNCTIONS
- test
-
Test function. Do not use it
- void
-
Void function. Do not use it
- init
-
Initializing the monotifier
- send
-
Send message to local or remote server
- check
-
Check message by id on local or remote server
- remove
-
Remove message by id on local or remote server
- update
-
Update message in local or remote server
- gentoken
-
Generate token for client-server interaction
HISTORY
See CHANGES
file
DEPENDENCIES
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
perl
, CTK
AUTHOR
Sergey Lepenkov (Serz Minus) http://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2017 D&D Corporation. All Rights Reserved
LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
See LICENSE
file