Nginx |
Nginx: Get info error |
The description of NGINX errors. |
DEPENDENT |
nginx.info.error Preprocessing: - JSONPATH: $.error.text ⛔️ON_FAIL: CUSTOM_VALUE -> - DISCARD_UNCHANGED_HEARTBEAT: 1h |
Nginx |
Nginx: Version |
A version number of NGINX. |
DEPENDENT |
nginx.info.version Preprocessing: - JSONPATH: $.version - DISCARD_UNCHANGED_HEARTBEAT: 3h |
Nginx |
Nginx: Address |
The address of the server that accepted status request. |
DEPENDENT |
nginx.info.address Preprocessing: - JSONPATH: $.address - DISCARD_UNCHANGED_HEARTBEAT: 3h |
Nginx |
Nginx: Generation |
The total number of configuration reloads. |
DEPENDENT |
nginx.info.generation Preprocessing: - JSONPATH: $.generation - DISCARD_UNCHANGED_HEARTBEAT: 30m |
Nginx |
Nginx: Uptime |
The server uptime. |
DEPENDENT |
nginx.info.uptime Preprocessing: - JSONPATH: $.load_timestamp ⛔️ON_FAIL: DISCARD_VALUE -> - JAVASCRIPT: return Math.floor((Date.now() - new Date(value)) / 1000); |
Nginx |
Nginx: Connections accepted, rate |
The total number of accepted client connections per second. |
DEPENDENT |
nginx.connections.accepted.rate Preprocessing: - JSONPATH: $.accepted - CHANGE_PER_SECOND |
Nginx |
Nginx: Connections dropped |
The total number of dropped client connections. |
DEPENDENT |
nginx.connections.dropped Preprocessing: - JSONPATH: $.dropped |
Nginx |
Nginx: Connections active |
The current number of active client connections. |
DEPENDENT |
nginx.connections.active Preprocessing: - JSONPATH: $.active |
Nginx |
Nginx: Connections idle |
The current number of idle client connections. |
DEPENDENT |
nginx.connections.idle Preprocessing: - JSONPATH: $.idle |
Nginx |
Nginx: SSL handshakes, rate |
The total number of successful SSL handshakes per second. |
DEPENDENT |
nginx.ssl.handshakes.rate Preprocessing: - JSONPATH: $.handshakes - CHANGE_PER_SECOND |
Nginx |
Nginx: SSL handshakes failed, rate |
The total number of failed SSL handshakes per second. |
DEPENDENT |
nginx.ssl.handshakes_failed.rate Preprocessing: - JSONPATH: $.handshakes_failed - CHANGE_PER_SECOND |
Nginx |
Nginx: SSL session reuses, rate |
The total number of session reuses during SSL handshake per second. |
DEPENDENT |
nginx.ssl.session_reuses.rate Preprocessing: - JSONPATH: $.session_reuses - CHANGE_PER_SECOND |
Nginx |
Nginx: Requests total, rate |
The total number of client requests per second. |
DEPENDENT |
nginx.requests.total.rate Preprocessing: - JSONPATH: $.total - CHANGE_PER_SECOND |
Nginx |
Nginx: Requests current |
The current number of client requests. |
DEPENDENT |
nginx.requests.current Preprocessing: - JSONPATH: $.current |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Raw data |
The raw data of the HTTP server zone with the name {#NAME} . |
DEPENDENT |
nginx.http.server_zones.raw[{#NAME}] Preprocessing: - JSONPATH: $['{#NAME}'] |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Processing |
The number of client requests that are currently being processed. |
DEPENDENT |
nginx.http.server_zones.processing[{#NAME}] Preprocessing: - JSONPATH: $.processing |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Requests, rate |
The total number of client requests received from clients per second. |
DEPENDENT |
nginx.http.server_zones.requests.rate[{#NAME}] Preprocessing: - JSONPATH: $.requests - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Responses 1xx, rate |
The number of responses with 1xx status code per second. |
DEPENDENT |
nginx.http.server_zones.responses.1xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.1xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Responses 2xx, rate |
The number of responses with 2xx status code per second. |
DEPENDENT |
nginx.http.server_zones.responses.2xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.2xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Responses 3xx, rate |
The number of responses with 3xx status code per second. |
DEPENDENT |
nginx.http.server_zones.responses.3xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.3xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Responses 4xx, rate |
The number of responses with 4xx status code per second. |
DEPENDENT |
nginx.http.server_zones.responses.4xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.4xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Responses 5xx, rate |
The number of responses with 5xx status code per second. |
DEPENDENT |
nginx.http.server_zones.responses.5xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.5xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Responses total, rate |
The total number of responses sent to clients per second. |
DEPENDENT |
nginx.http.server_zones.responses.total.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.total - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Discarded, rate |
The total number of requests completed without sending a response per second. |
DEPENDENT |
nginx.http.server_zones.discarded.rate[{#NAME}] Preprocessing: - JSONPATH: $.discarded - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Received, rate |
The total number of bytes received from clients per second. |
DEPENDENT |
nginx.http.server_zones.received.rate[{#NAME}] Preprocessing: - JSONPATH: $.received - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP server zone [{#NAME}]: Sent, rate |
The total number of bytes sent to clients per second. |
DEPENDENT |
nginx.http.server_zones.sent.rate[{#NAME}] Preprocessing: - JSONPATH: $.sent - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Raw data |
The raw data of the location zone with the name {#NAME} . |
DEPENDENT |
nginx.http.location_zones.raw[{#NAME}] Preprocessing: - JSONPATH: $['{#NAME}'] |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Requests, rate |
The total number of client requests received from clients per second. |
DEPENDENT |
nginx.http.location_zones.requests.rate[{#NAME}] Preprocessing: - JSONPATH: $.requests - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Responses 1xx, rate |
The number of responses with 1xx status code per second. |
DEPENDENT |
nginx.http.location_zones.responses.1xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.1xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Responses 2xx, rate |
The number of responses with 2xx status code per second. |
DEPENDENT |
nginx.http.location_zones.responses.2xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.2xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Responses 3xx, rate |
The number of responses with 3xx status code per second. |
DEPENDENT |
nginx.http.location_zones.responses.3xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.3xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Responses 4xx, rate |
The number of responses with 4xx status code per second. |
DEPENDENT |
nginx.http.location_zones.responses.4xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.4xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Responses 5xx, rate |
The number of responses with 5xx status code per second. |
DEPENDENT |
nginx.http.location_zones.responses.5xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.5xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Responses total, rate |
The total number of responses sent to clients per second. |
DEPENDENT |
nginx.http.location_zones.responses.total.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.total - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Discarded, rate |
The total number of requests completed without sending a response per second. |
DEPENDENT |
nginx.http.location_zones.discarded.rate[{#NAME}] Preprocessing: - JSONPATH: $.discarded - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Received, rate |
The total number of bytes received from clients per second. |
DEPENDENT |
nginx.http.location_zones.received.rate[{#NAME}] Preprocessing: - JSONPATH: $.received - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP location zone [{#NAME}]: Sent, rate |
The total number of bytes sent to clients per second. |
DEPENDENT |
nginx.http.location_zones.sent.rate[{#NAME}] Preprocessing: - JSONPATH: $.sent - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#NAME}]: Raw data |
The raw data of the HTTP upstream with the name {#NAME} . |
DEPENDENT |
nginx.http.upstreams.raw[{#NAME}] Preprocessing: - JSONPATH: $['{#NAME}'] |
Nginx |
Nginx: HTTP upstream [{#NAME}]: Keepalive |
The current number of idle keepalive connections. |
DEPENDENT |
nginx.http.upstreams.keepalive[{#NAME}] Preprocessing: - JSONPATH: $.keepalive |
Nginx |
Nginx: HTTP upstream [{#NAME}]: Zombies |
The current number of servers removed from the group but still processing active client requests. |
DEPENDENT |
nginx.http.upstreams.zombies[{#NAME}] Preprocessing: - JSONPATH: $.zombies |
Nginx |
Nginx: HTTP upstream [{#NAME}]: Zone |
The name of the shared memory zone that keeps the group's configuration and run-time state. |
DEPENDENT |
nginx.http.upstreams.zone[{#NAME}] Preprocessing: - JSONPATH: $.zone - DISCARD_UNCHANGED_HEARTBEAT: 3h |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Raw data |
The raw data of the HTTP upstream with the name [{#UPSTREAM}] and peer with the name[{#PEER}] . |
DEPENDENT |
nginx.http.upstream.peer.raw[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $['{#UPSTREAM}'].peers[?(@.server == '{#PEER}')].first() |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: State |
The current state, which may be one of “up”, “draining”, “down”, “unavail”, “checking”, and “unhealthy”. |
DEPENDENT |
nginx.http.upstream.peer.state[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.state - DISCARD_UNCHANGED_HEARTBEAT: 3h |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Active |
The current number of active connections. |
DEPENDENT |
nginx.http.upstream.peer.active[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.active |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Requests, rate |
The total number of client requests forwarded to this server per second. |
DEPENDENT |
nginx.http.upstream.peer.requests.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.requests - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Responses 1xx, rate |
The number of responses with 1xx status code per second. |
DEPENDENT |
nginx.http.upstream.peer.responses.1xx.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.responses.1xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Responses 2xx, rate |
The number of responses with 2xx status code per second. |
DEPENDENT |
nginx.http.upstream.peer.responses.2xx.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.responses.2xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Responses 3xx, rate |
The number of responses with 3xx status code per second. |
DEPENDENT |
nginx.http.upstream.peer.responses.3xx.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.responses.3xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Responses 4xx, rate |
The number of responses with 4xx status code per second. |
DEPENDENT |
nginx.http.upstream.peer.responses.4xx.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.responses.4xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Responses 5xx, rate |
The number of responses with 5xx status code per second. |
DEPENDENT |
nginx.http.upstream.peer.responses.5xx.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.responses.5xx - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Responses total, rate |
The total number of responses obtained from this server. |
DEPENDENT |
nginx.http.upstream.peer.responses.total.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.responses.total - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Sent, rate |
The total number of bytes sent to this server per second. |
DEPENDENT |
nginx.http.upstream.peer.sent.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.sent - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Received, rate |
The total number of bytes received from this server per second. |
DEPENDENT |
nginx.http.upstream.peer.received.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.received - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Fails, rate |
The total number of unsuccessful attempts to communicate with the server per second. |
DEPENDENT |
nginx.http.upstream.peer.fails.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.fails - CHANGE_PER_SECOND |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Unavail |
Displays how many times the server has become unavailable for client requests (the state - “unavail”) due to the number of unsuccessful attempts reaching the max_fails threshold. |
DEPENDENT |
nginx.http.upstream.peer.unavail.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.unavail |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Header time |
The average time to get the response header from the server. |
DEPENDENT |
nginx.http.upstream.peer.header_time.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.header_time ⛔️ON_FAIL: DISCARD_VALUE -> |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Response time |
The average time to get the full response from the server. |
DEPENDENT |
nginx.http.upstream.peer.response_time.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.response_time ⛔️ON_FAIL: DISCARD_VALUE -> |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Health checks, check |
The total number of health check requests made. |
DEPENDENT |
nginx.http.upstream.peer.health_checks.checks[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.health_checks.checks |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Health checks, fails |
The number of failed health checks. |
DEPENDENT |
nginx.http.upstream.peer.health_checks.fails[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.health_checks.fails |
Nginx |
Nginx: HTTP upstream [{#UPSTREAM}] peer [{#PEER}]: Health checks, unhealthy |
Displays how many times the server has become unhealthy (the state - “unhealthy”. |
DEPENDENT |
nginx.http.upstream.peer.health_checks.unhealthy[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.health_checks.unhealthy |
Nginx |
Nginx: Stream server zone [{#NAME}]: Raw data |
The raw data of server zone with the name {#NAME} , configured in the "stream" directive. |
DEPENDENT |
nginx.stream.server_zones.raw[{#NAME}] Preprocessing: - JSONPATH: $['{#NAME}'] |
Nginx |
Nginx: Stream server zone [{#NAME}]: Processing |
The number of client connections that are currently being processed. |
DEPENDENT |
nginx.stream.server_zones.processing[{#NAME}] Preprocessing: - JSONPATH: $.processing |
Nginx |
Nginx: Stream server zone [{#NAME}]: Connections, rate |
The total number of connections accepted from clients per second. |
DEPENDENT |
nginx.stream.server_zones.connections.rate[{#NAME}] Preprocessing: - JSONPATH: $.connections - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Sessions 2xx, rate |
The total number of sessions completed with status code 2xx per second. |
DEPENDENT |
nginx.stream.server_zones.sessions.2xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.sessions.2xx - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Sessions 4xx, rate |
The total number of sessions completed with status code 4xx per second. |
DEPENDENT |
nginx.stream.server_zones.sessions.4xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.sessions.4xx - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Sessions 5xx, rate |
The total number of sessions completed with status code 5xx per second. |
DEPENDENT |
nginx.stream.server_zones.sessions.5xx.rate[{#NAME}] Preprocessing: - JSONPATH: $.sessions.5xx - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Sessions total, rate |
The total number of completed client sessions per second. |
DEPENDENT |
nginx.stream.server_zones.sessions.total.rate[{#NAME}] Preprocessing: - JSONPATH: $.sessions.total - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Discarded, rate |
The total number of connections completed without creating a session per second. |
DEPENDENT |
nginx.stream.server_zones.discarded.rate[{#NAME}] Preprocessing: - JSONPATH: $.discarded - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Received, rate |
The total number of bytes received from clients per second. |
DEPENDENT |
nginx.stream.server_zones.received.rate[{#NAME}] Preprocessing: - JSONPATH: $.received - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream server zone [{#NAME}]: Sent, rate |
The total number of bytes sent to clients per second. |
DEPENDENT |
nginx.stream.server_zones.sent.rate[{#NAME}] Preprocessing: - JSONPATH: $.sent - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream upstream [{#NAME}]: Raw data |
The raw data of the upstream with the name [{#UPSTREAM}] , configured in the "stream" directive. |
DEPENDENT |
nginx.stream.upstreams.raw[{#NAME}] Preprocessing: - JSONPATH: $['{#NAME}'] |
Nginx |
Nginx: Stream upstream [{#NAME}]: Zombies |
- |
DEPENDENT |
nginx.stream.upstreams.zombies[{#NAME}] Preprocessing: - JSONPATH: $.zombies |
Nginx |
Nginx: Stream upstream [{#NAME}]: Zone |
- |
DEPENDENT |
nginx.stream.upstreams.zone[{#NAME}] Preprocessing: - JSONPATH: $.zone - DISCARD_UNCHANGED_HEARTBEAT: 3h |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Raw data |
The raw data of the upstream with the name [{#UPSTREAM}] and peer with the name[{#PEER}] , configured in the "stream" directive. |
DEPENDENT |
nginx.stream.upstream.peer.raw[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $['{#UPSTREAM}'].peers[?(@.server == '{#PEER}')].first() |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: State |
The current state, which may be one of “up”, “draining”, “down”, “unavail”, “checking”, and “unhealthy”. |
DEPENDENT |
nginx.stream.upstream.peer.state[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.state - DISCARD_UNCHANGED_HEARTBEAT: 3h |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Active |
The current number of connections. |
DEPENDENT |
nginx.stream.upstream.peer.active[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.active |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Sent, rate |
The total number of bytes sent to this server per second. |
DEPENDENT |
nginx.stream.upstream.peer.sent.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.sent - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Received, rate |
The total number of bytes received from this server per second. |
DEPENDENT |
nginx.stream.upstream.peer.received.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.received - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Fails, rate |
The total number of unsuccessful attempts to communicate with the server per second. |
DEPENDENT |
nginx.stream.upstream.peer.fails.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.fails - CHANGE_PER_SECOND |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Unavail |
Displays how many times the server has become unavailable for client requests (the state - “unavail”) due to the number of unsuccessful attempts reaching the max_fails threshold. |
DEPENDENT |
nginx.stream.upstream.peer.unavail.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.unavail |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Connections |
The total number of client connections forwarded to this server. |
DEPENDENT |
nginx.stream.upstream.peer.connections.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.connections |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Connect time |
The average time to connect to the upstream server. |
DEPENDENT |
nginx.stream.upstream.peer.connect_time.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.connect_time ⛔️ON_FAIL: DISCARD_VALUE -> |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: First byte time |
The average time to receive the first byte of data. |
DEPENDENT |
nginx.stream.upstream.peer.first_byte_time.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.first_byte_time ⛔️ON_FAIL: DISCARD_VALUE -> |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Response time |
The average time to receive the last byte of data. |
DEPENDENT |
nginx.stream.upstream.peer.response_time.rate[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.response_time ⛔️ON_FAIL: DISCARD_VALUE -> |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Health checks, check |
The total number of health check requests made. |
DEPENDENT |
nginx.stream.upstream.peer.health_checks.checks[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.health_checks.checks |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Health checks, fails |
The number of failed health checks. |
DEPENDENT |
nginx.stream.upstream.peer.health_checks.fails[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.health_checks.fails |
Nginx |
Nginx: Stream upstream [{#UPSTREAM}] peer [{#PEER}]: Health checks, unhealthy |
Displays how many times the server has become unhealthy (the state - “unhealthy”). |
DEPENDENT |
nginx.stream.upstream.peer.health_checks.unhealthy[{#UPSTREAM},{#PEER}] Preprocessing: - JSONPATH: $.health_checks.unhealthy |
Nginx |
Nginx: Resolver [{#NAME}]: Raw data |
The raw data of the Resolver with the name {#NAME} . |
DEPENDENT |
nginx.resolvers.raw[{#NAME}] Preprocessing: - JSONPATH: $['{#NAME}'] |
Nginx |
Nginx: Resolver [{#NAME}]: Requests name, rate |
The total number of requests to resolve names to addresses per second. |
DEPENDENT |
nginx.resolvers.requests.name.rate[{#NAME}] Preprocessing: - JSONPATH: $.requests.name - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Requests srv, rate |
The total number of requests to resolve SRV records per second. |
DEPENDENT |
nginx.resolvers.requests.srv.rate[{#NAME}] Preprocessing: - JSONPATH: $.requests.srv - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Requests addr, rate |
The total number of requests to resolve addresses to names per second. |
DEPENDENT |
nginx.resolvers.requests.addr.rate[{#NAME}] Preprocessing: - JSONPATH: $.requests.addr - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses noerror, rate |
The total number of successful responses per second. |
DEPENDENT |
nginx.resolvers.responses.noerror.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.noerror - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses formerr, rate |
The total number of FORMERR (format error) responses per second. |
DEPENDENT |
nginx.resolvers.responses.formerr.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.formerr - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses servfail, rate |
The total number of SERVFAIL (server failure) responses per second. |
DEPENDENT |
nginx.resolvers.responses.servfail.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.servfail - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses nxdomain, rate |
The total number of NXDOMAIN (host not found) responses per second. |
DEPENDENT |
nginx.resolvers.responses.nxdomain.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.nxdomain - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses notimp, rate |
The total number of NOTIMP (unimplemented) responses per second. |
DEPENDENT |
nginx.resolvers.responses.notimp.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.notimp - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses refused, rate |
The total number of REFUSED (operation refused) responses per second. |
DEPENDENT |
nginx.resolvers.responses.refused.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.refused - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses timedout, rate |
The total number of timed out requests per second. |
DEPENDENT |
nginx.resolvers.responses.timedout.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.timedout - CHANGE_PER_SECOND |
Nginx |
Nginx: Resolver [{#NAME}]: Responses unknown, rate |
The total number of requests completed with an unknown error per second. |
DEPENDENT |
nginx.resolvers.responses.unknown.rate[{#NAME}] Preprocessing: - JSONPATH: $.responses.unknown - CHANGE_PER_SECOND |
Zabbix raw items |
Nginx: Get info |
Return status of the NGINX running instance. |
HTTP_AGENT |
nginx.info |
Zabbix raw items |
Nginx: Get connections |
Returns the statistics of client connections. |
HTTP_AGENT |
nginx.connections |
Zabbix raw items |
Nginx: Get SSL |
Returns the SSL statistics. |
HTTP_AGENT |
nginx.ssl |
Zabbix raw items |
Nginx: Get requests |
Returns the status of the client's HTTP requests. |
HTTP_AGENT |
nginx.requests |
Zabbix raw items |
Nginx: Get HTTP zones |
Returns the status information for each HTTP server zone. |
HTTP_AGENT |
nginx.http.server_zones |
Zabbix raw items |
Nginx: Get HTTP location zones |
Returns the status information for each HTTP location zone. |
HTTP_AGENT |
nginx.http.location_zones |
Zabbix raw items |
Nginx: Get HTTP upstreams |
Returns the status of each HTTP upstream server group and its servers. |
HTTP_AGENT |
nginx.http.upstreams |
Zabbix raw items |
Nginx: Get Stream server zones |
Returns the status information for each server zone configured in the "stream" directive. |
HTTP_AGENT |
nginx.stream.server_zones |
Zabbix raw items |
Nginx: Get Stream upstreams |
Returns status of each stream upstream server group and its servers. |
HTTP_AGENT |
nginx.stream.upstreams |
Zabbix raw items |
Nginx: Get resolvers |
Returns the status information for each Resolver zone. |
HTTP_AGENT |
nginx.resolvers |