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

Search results for "distribution:App-MonM ABALAMA"

App::MonM - Simple monitoring tool River stage zero No dependents

Simple monitoring tool FEATURES Checking availability of sites (http/https) Checking of database health (DBI) Checking internal and external counters using system commands and tools (command) Supports SMTP, POP3, FTP, SSH protocols, and etc. Interfac...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Const - Interface for App::MonM general constants River stage zero No dependents

This module provide interface for App::MonM general constants SHARED CONSTANTS DAEMONMAME Daemon name GROUPNAME, USERNAME Daemon user and group name HOSTNAME Hostname PREFIX Prefix of project PROJECTNAME Project name PROJECTNAMEL Project name in lowe...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Util - Internal utilities River stage zero No dependents

Internal utilities...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Store - DBI interface for checkit's data storing River stage zero No dependents

DBI interface for checkit's data storing. This module provides store methods new my $store = App::MonM::Store->new( dsn => "DBI:mysql:database=monm;host=mysql.example.com", user => "username", password => "password", set => [ "RaiseError 0", "PrintEr...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Report - The MonM report manager River stage zero No dependents

This is an extension for working with the monm reports new my $report = App::MonM::Report->new( name => "my report", configfile => $ctk->configfile ); Create new report abstract $report->abstract("Paragraph 1", "Paragraph 2"); Sets the abstract part ...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Daemon - The daemon class of the MonM River stage zero No dependents

The daemon class of the MonM new my $daemon = App::MonM::Daemon->new('foo', ( loglevel => $loglevel, forks => 3, )); checker my $checker = $daemon->checker(); Returns checker object cleanup This is internal method of the CTK::Daemon context down This...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Message - The MonM Message manager River stage zero No dependents

This is an extension for the monm messages new my $message = App::MonM::Message->new( recipient => "myaccount", to => 'to@example.com', cc => 'cc@example.com', bcc => 'bcc@example.com', from => 'from@example.com', subject => "Test message", body => "...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Checkit - App::MonM checkit class River stage zero No dependents

App::MonM checkit class new my $checker = App::MonM::Checkit->new; Returns checker object check my $ostat = $checker->check({ ... }); Performs checking of checkit-sources by checkit rules (checkit config sections) Returns status: 0 - PASS; 1 - FAIL c...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Channel - The MonM channel class River stage zero No dependents

This module provides channel base methods new my $channel = App::MonM::Notifier::Channel->new; Returns the channel object chconf my $channel_conf = $channel->chconf; Returns current channel config structure cleanup my $self = $channel->cleanup; Clean...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::ConfigSkel - Configuration skeleton for App::MonM River stage zero No dependents

Configuration skeleton for App::MonM no public methods build, dirs, pool Main methods. For internal use only...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::QNotifier - The MonM Quick Notification Subsystem River stage zero No dependents

This is an extension for the monm notifications new my $notifier = App::MonM::QNotifier->new( config => $app->configobj, ); channel my $channel = $notifier->channel; Returns App::MonM::Channel object config my $configobj = $notifier->config; Returns ...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Checkit::DBI - Checkit DBI subclass River stage zero No dependents

Checkit DBI subclass check Checkit method. This is backend method of "check" in App::MonM::Checkit Returns: code The DBH error code ($dbh->err) content The merged response content message OK or ERROR value, see "status" source DSN of DBI connection s...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Checkit::HTTP - Checkit HTTP subclass River stage zero No dependents

Checkit HTTP subclass check Checkit method. This is backend method of "check" in App::MonM::Checkit Returns: code The HTTP response code: 1xx, 2xx, 3xx, 4xx, 5xx or 0 content The response content message The HTTP response status line source Method an...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Channel::File - MonM file channel River stage zero No dependents

This module provides a method that writes the content of the message to an external file sendmsg For internal use only!...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Channel::Email - MonM email channel River stage zero No dependents

This module provides email method sendmsg For internal use only!...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Checkit::Command - Checkit Command subclass River stage zero No dependents

Checkit Command subclass check Checkit method. This is backend method of "check" in App::MonM::Checkit Returns: code The exit status code (ERRORLEVEL, EXITCODE) content The STDOUT response content error The STDERR response content message OK or ERROR...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

App::MonM::Channel::Command - MonM command channel River stage zero No dependents

This module provides command method that send the content of the message to an external program sendmsg For internal use only!...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

monm - simple monitoring tool River stage zero No dependents

Simple monitoring tool...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

monmd - is the daemon of MonM River stage zero No dependents

Is the daemon of MonM See "README" file...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC

monm_ssl - SSL/TLS checker for App::MonM River stage zero No dependents

SSL/TLS checker for App::MonM...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC
29 results (0.028 seconds)