Man page - naemonstats(8)

Packages contas this manual

Manual

NAEMONSTATS(8) System Administration Utilities NAEMONSTATS(8)

naemonstats - gather statistics from naemon core

naemonstats [options]

Naemon Stats 1.5.0 Copyright © 2013-present Naemon Development Team (www.naemon.io) Copyright © 2003-2008 Ethan Galstad (www.nagios.org) License: GPL

display program version information and exit.
display license information and exit.
display usage information and exit.

specifies location of main Naemon config file.
specifies alternate location of file to read Naemon performance data from.

display output in MRTG compatible format.
comma-seperated list of variables to output in MRTG (or compatible) format. See possible values below. Percentages are rounded, times are in milliseconds.
character to use as delimiter in MRTG output mode. Defaults to a newline.

string with time Naemon process has been running.
time Naemon process has been running (time_t format).
string with age of status data file.
string with age of status data file (time_t format).
string with Naemon version.
pid number of Naemon daemon.
string with Naemon version and PID.
total number of external command buffer slots available.
number of external command buffer slots currently in use.
highest number of external command buffer slots ever in use.
total number of services.
total number of hosts.
number of services OK.
number of services WARNING.
number of services UNKNOWN.
number of services CRITICAL.
number of service problems (WARNING, UNKNOWN or CRITIAL).
number of services that have been checked since start.
number of services that are currently scheduled to be checked.
number of services that are currently flapping.
number of services that are currently in downtime.
number of hosts UP.
number of hosts DOWN.
number of hosts UNREACHABLE.
number of host problems (DOWN or UNREACHABLE).
number of hosts that have been checked since start.
number of hosts that are currently scheduled to be checked.
number of hosts that are currently flapping.
number of hosts that are currently in downtime.
number of hosts actively checked in last 1/5/15/60 minutes.
number of hosts passively checked in last 1/5/15/60 minutes.
number of services actively checked in last 1/5/15/60 minutes.
number of services passively checked in last 1/5/15/60 minutes.
MIN/MAX/AVG active service check latency (ms).
MIN/MAX/AVG active service check execution time (ms).
MIN/MAX/AVG active service check % state change.
MIN/MAX/AVG passive service check latency (ms).
MIN/MAX/AVG passive service check % state change.
MIN/MAX/AVG service check % state change.
MIN/MAX/AVG active host check latency (ms).
MIN/MAX/AVG active host check execution time (ms).
MIN/MAX/AVG active host check % state change.
MIN/MAX/AVG passive host check latency (ms).
MIN/MAX/AVG passive host check % state change.
MIN/MAX/AVG host check % state change.
number of total active host checks occurring in last 1/5/15 minutes.
number of on-demand active host checks occurring in last 1/5/15 minutes.
NUMCACHEDHSTCHECKSxM number of cached host checks occurring in last 1/5/15 minutes. NUMSACTHSTCHECKSxM number of scheduled active host checks occurring in last 1/5/15 minutes. NUMPARHSTCHECKSxM number of parallel host checks occurring in last 1/5/15 minutes. NUMSERHSTCHECKSxM number of serial host checks occurring in last 1/5/15 minutes. NUMPSVHSTCHECKSxM number of passive host checks occurring in last 1/5/15 minutes. NUMACTSVCCHECKSxM number of total active service checks occurring in last 1/5/15 minutes. NUMOACTSVCCHECKSxM number of on-demand active service checks occurring in last 1/5/15 minutes. NUMCACHEDSVCCHECKSxM number of cached service checks occurring in last 1/5/15 minutes. NUMSACTSVCCHECKSxM number of scheduled active service checks occurring in last 1/5/15 minutes. NUMPSVSVCCHECKSxM number of passive service checks occurring in last 1/5/15 minutes. NUMEXTCMDSxM number of external commands processed in last 1/5/15 minutes.
Note: Replace x's in MRTG variable names with 'MIN', 'MAX', 'AVG', or the
the appropriate number (i.e. '1', '5', '15', or '60').

Naemon Stats 1.5.0 Copyright © 2013-present Naemon Development Team (www.naemon.io) Copyright © 2003-2008 Ethan Galstad (www.nagios.org) License: GPL

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

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.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

February 2026 naemonstats