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

NAME

alertgrid_nginx - MonM alertgrid Nginx status getter (http_stub_status_module)

VERSION

Version 1.00

SYNOPSIS

    alertgrid_nginx [-dX] [-t SECS] [-x EXPIRES] [-q URI] [COMMAND] [ARGUMENTS]
    
    alertgrid_nginx [OPTIONS] clients [active accepted handled rejected requests]
    
    alertgrid_nginx [OPTIONS] socket [reading writing waiting]

    Type alertgrid_nginx -H for more information

DESCRIPTION

Nginx status getter (http_stub_status_module) for alertgrid system

COMMANDS

clients

Getting clients statistic only

socket

Getting sockeet statistic only

default

Getting all counts

OPTIONS

-d, --debug

Enable debug mode

-X, --noxml

Output all data "as is"

-t SECS, --timeout=SECS

Timeout of requests in seconds (default = 5)

-x EXPIRES, --expires=EXPIRES

Time of life data in special "expires"-format (+5m as default).

See "expire_calc" in MonM::AlertGrid

-q URI, --query=URI

Host (default = http://localhost/server-status)

EXAMPLES

    alertgrid_nginx
    alertgrid_nginx clients
    alertgrid_nginx socket

DEPENDENCES

CTK::Util

TODO

See TODO file

AUTHOR

Serz Minus (Lepenkov Sergey) http://www.serzik.com <minus@mail333.com>.

COPYRIGHT

Copyright (C) 1998-2015 D&D Corporation. All Rights Reserved

LICENSE

This program is distributed under the GNU GPL v3.

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