Group
Extension

Matches 1

App-Unicheck-Modules-MongoDB ( M/MK/MKRULL/App-Unicheck-Modules-MongoDB-0.03.tar.gz, MKRULL, 2013; MetaCPAN )
App-Unicheck-Modules-MongoDB/lib/App/Unicheck/Modules/MongoDB.pm ( view source; MetaCPAN )
e Getopt::Long qw(GetOptionsFromArray);
use Try::Tiny;
use MongoDB;
use MongoDB::MongoClient;
use JSON;

=head1 NAME

App::Unicheck::Modules::MongoDB - App::Unicheck module to check mongodb servers.

, $value, $format) = @_;

    return JSON->new->encode(
        {
            message => $value,
            status  => $status,
        }
    ) if $format eq 'json';
    # default last in case some n
mats => {
                    'num'  => 'Returns the status code',
                    'json' => 'Returns a JSON structure',
                },
            },
        },
    }
}

=head1 AUTHOR

Matthi

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.