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

NAME

monm_nginx - Nginx checker for App::MonM (http_stub_status_module)

VERSION

Version 1.00

SYNOPSIS

    monm_nginx [-t SECS] [--q URL] [NAME]

    monm_nginx -q http://nginx.myserver.com/server-status handled

OPTIONS

-h, --help

Show short help information and quit

-H, --longhelp

Show long help information and quit

-q URL, --query=URL

Request URL

Default: http://localhost/server-status

-t SECT, --timeout=SECS

Timeout value, secs

Default: 60

DESCRIPTION

Nginx checker for App::MonM (http_stub_status_module)

NAMES

active

The current number of active connections

Counter's group: clients

accepted

The number of connection accepted by nginx (since server start)

Counter's group: clients

handled

The number of connections handled by nginx ( = accepts - rejected )

Counter's group: clients

rejected

The number of connection rejected by nginx (since server start)

Counter's group: clients

requests

The number of requests processed

Counter's group: clients

reading

The current number of connections reading request

Counter's group: socket

writing

The current number of connections writing response

Counter's group: socket

waiting

The current number of connections on waiting state

Counter's group: socket

DEPENDENCES

LWP

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 https://dev.perl.org/licenses/