-
-
20 Jul 2019 07:45:17 UTC
- Distribution: App-MonM
- Module version: 1.00
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues
- Testers (227 / 0 / 11)
- Kwalitee
Bus factor: 1- 34.34% Coverage
- License: perl_5
- Perl: v5.16.1
- Activity
24 month- Tools
- Download (39.26KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CTK
- Class::C3::Adopt::NEXT
- DBD::SQLite
- DBI
- File::Copy
- File::Path
- HTTP::Message
- LWP
- LWP::MediaTypes
- Mail::POP3Client
- Module::Loaded
- Net::Ping
- Net::SMTP
- Net::Telnet
- Socket
- Sys::Hostname
- Term::ReadKey
- Text::ParseWords
- Text::SimpleTable
- Try::Tiny
- URI
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::MonM::Checkit::DBI - Checkit DBI subclass
VIRSION
Version 1.00
SYNOPSIS
<Checkit "foo"> Enable yes Type dbi DSN DBI:mysql:database=DBNAME;host=127.0.0.1 SQL "SELECT 'OK' AS OK FROM DUAL" # By default User USER Password PASSWORD Timeout 15 # Connect and request timeout, secs Set RaiseError 0 Set PrintError 0 Set mysql_enable_utf8 0 # . . . </Checkit>
DESCRIPTION
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
- status
-
0 if error occured; 1 if no errors found
HISTORY
See
Changes
fileTO DO
See
TODO
fileBUGS
* none noted
SEE ALSO
AUTHOR
Serż 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
LICENSE
file and https://dev.perl.org/licenses/Module Install Instructions
To install App::MonM, copy and paste the appropriate command in to your terminal.
cpanm App::MonM
perl -MCPAN -e shell install App::MonM
For more information on module installation, please visit the detailed CPAN module installation guide.