Page 2 of 3
Re: Service Attributes - Performance Data - RED
Posted: Wed Jan 20, 2016 11:56 am
by brandon.pal
Code: Select all
[root@****-***-05:~]$ cat /usr/local/nagios/etc/pnp/npcd.cfg
# NPCD.cfg - sample configuration file for PNPs NPCD
#
# 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 2 of the License, or
# (at your option) any later version.
#
# 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;
#
# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
# $Id: npcd.cfg-sample.in 440 2008-04-24 09:08:20Z hendrikb $
# Privilege Options
user = nagios
group = nagios
# Logging Options
# log_type - define if you want your logs to
# 'syslog' or to a 'file'
#
# log_type = <value>
#
log_type = file
#log_type = syslog
# log_file - define a path to your logfile
# needed if 'log_type'='file'
#
# log_file = </path/to/logpath/filename>
#
log_file = /usr/local/nagios/var/npcd.log
# max_logfile_size - defines the maximum filesize (bytes)
# before the logfile will rotated.
#
# max_logfile_size = <value> (default 10Mbyte)
#
max_logfile_size = 10485760
# log_level - how much should we log?
#
# log_level = <integer value>
#
# 0 = No logging - except errors
# 1 = Small logging - some few more output
# 2 = More Logging (actual ALL logs)
# -1 = DEBUG Mode - ALL Logging and slower processing
#
log_level = 0
# NEEDED OPTIONS
#
# perfdata_spool_dir - where we can find the
# performance data files
#
# perfdata_spool_dir = </path/to/directory/>
#
perfdata_spool_dir = /usr/local/nagios/var/spool/perfdata/
# Execute following command for each found file
# in 'perfdata_spool_dir'
#
# perfdata_file_run_cmd = </path/to/command>
#
# Must be executable by user/group from above
#
# perfdata_file_run_cmd = </path/to/filename>
#
perfdata_file_run_cmd = /usr/local/nagios/libexec/process_perfdata.pl
# perfdata_file_run_cmd_args (optional)
#
# If you wish, you can apply more arguments to the
# perfdata_file_run_cmd
#
# Hint:
# NPCD will create a command line like this:
# '<perfdata_file_runc_cmd> <perfdata_file_runc_cmd_args> <filename_from_spool_dir>'
#
perfdata_file_run_cmd_args = -b
# npcd_max_threads - define how many parallel threads we
# should start
npcd_max_threads = 5
# sleep_time - how many seconds should npcd wait between dirscans
#
# sleep_time = 15 (default)
sleep_time = 15
# EXPERIMENTAL
#
# use_load_threshold - enables/disables load watching
#
# use_load_threshold = <0 / 1> (default: 0)
#
#use_load_threshold = 0
# EXPERIMENTAL
#
# load_threshold - npcd won't start new threads
# if your system load is over this threshold
#
# load_threshold = <float value> (default: 10.0)
#
# Hint: Do not use "," as decimal delimeter
#
load_threshold = 10.0
# location of your pid file
#pid_file=/var/run/npcd.pid
pid_file=/usr/local/nagiosxi/var/subsys/npcd.pid
# We have to end with a newline
Re: Service Attributes - Performance Data - RED
Posted: Wed Jan 20, 2016 6:04 pm
by tgriep
Can you login to the server as root, run the following and post the output here?
Code: Select all
ls -l /usr/local/nagios
ls -l /usr/local/nagios/share
ls -l /usr/local/nagios/share/perfdata
ps -ef
Re: Service Attributes - Performance Data - RED
Posted: Wed Jan 20, 2016 10:30 pm
by brandon.pal
Code: Select all
ls -l /usr/local/nagios
lrwxrwxrwx 1 root root 12 Aug 25 2014 /usr/local/nagios -> /data/nagios
Code: Select all
ls -l /usr/local/nagios/share
total 104
drwxr-xr-x 2 root root 4096 Feb 12 2014 ajaxterm
-rw-rw-r-- 1 nagios nagios 576 Jan 6 2015 config.inc.php
drwxrwxr-x 2 nagios nagios 4096 Jan 6 2015 contexthelp
drwxrwxr-x 3 nagios nagios 4096 Feb 12 2014 docs
drwxrwxr-x 3 nagios nagios 4096 Jan 6 2015 images
drwxrwxr-x 3 nagios nagios 4096 Jan 6 2015 includes
-rw-rw-r-- 1 nagios nagios 1628 Jan 6 2015 index.php
drwxrwxr-x 2 nagios nagios 4096 Jan 6 2015 js
-rw-rw-r-- 1 nagios nagios 1176 Jan 6 2015 jsonquery.html
drwxr-xr-x 4 root root 4096 Feb 12 2014 locale
-rw-rw-r-- 1 nagios nagios 8697 Jan 6 2015 main.php
drwxrwxr-x 2 nagios nagios 4096 Feb 12 2014 media
drwxrwxr-x 168 nagios nagios 4096 Dec 11 11:13 perfdata
drwxr-xr-x 8 nagios nagios 4096 Jan 6 2015 pnp
-rw-rw-r-- 1 nagios nagios 26 Jan 6 2015 robots.txt
-rw-rw-r-- 1 nagios nagios 656 Jan 6 2015 rss-corebanner.php
-rw-rw-r-- 1 nagios nagios 1064 Jan 6 2015 rss-corefeed.html
-rw-rw-r-- 1 nagios nagios 895 Jan 6 2015 rss-corefeed.php
-rw-rw-r-- 1 nagios nagios 540 Jan 6 2015 rss-newsfeed.html
-rw-rw-r-- 1 nagios nagios 1064 Jan 6 2015 rss-newsfeed.php
-rw-rw-r-- 1 nagios nagios 6009 Jan 6 2015 side.php
drwxrwxr-x 2 nagios nagios 4096 Feb 12 2014 ssi
drwxrwxr-x 2 nagios nagios 4096 Jan 6 2015 stylesheets
Code: Select all
ls -l /usr/local/nagios/share/perfdata
drwxrwxr-x 2 nagios nagios 4096 Dec 7 14:30 x.x.x.x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 2015 Confluence
drwxrwxr-x 2 nagios nagios 4096 Jan 21 2015 x-xx-xx
drwxrwxr-x 2 nagios nagios 4096 Jan 21 2015 x-xx-xx
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:20 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Apr 18 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 27 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 27 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Nov 10 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 27 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 27 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 27 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 27 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Nov 10 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Nov 25 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:20 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 May 20 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Apr 18 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 15 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 22 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 2015 JIRA
drwxrwxr-x 2 nagios nagios 4096 Mar 24 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Mar 24 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 36864 Jun 27 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jun 26 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jun 26 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Nov 30 10:41 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jun 25 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 12288 Apr 10 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jun 25 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jun 25 2014 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:21 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 6 2015 x-x-x
drwxrwxr-x 2 nagios nagios 4096 Jan 20 22:22 x-x-x
Code: Select all
ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 2015 ? 00:00:14 /sbin/init
root 2 0 0 2015 ? 00:00:00 [kthreadd]
root 3 2 0 2015 ? 01:43:39 [migration/0]
root 4 2 0 2015 ? 07:26:12 [ksoftirqd/0]
root 5 2 0 2015 ? 00:00:00 [migration/0]
root 6 2 0 2015 ? 00:15:35 [watchdog/0]
root 7 2 0 2015 ? 00:28:07 [migration/1]
root 8 2 0 2015 ? 00:00:00 [migration/1]
root 9 2 0 2015 ? 00:09:35 [ksoftirqd/1]
root 10 2 0 2015 ? 00:01:10 [watchdog/1]
root 11 2 0 2015 ? 00:21:27 [migration/2]
root 12 2 0 2015 ? 00:00:00 [migration/2]
root 13 2 0 2015 ? 00:07:03 [ksoftirqd/2]
root 14 2 0 2015 ? 00:00:58 [watchdog/2]
root 15 2 0 2015 ? 00:08:21 [migration/3]
root 16 2 0 2015 ? 00:00:00 [migration/3]
root 17 2 0 2015 ? 00:04:54 [ksoftirqd/3]
root 18 2 0 2015 ? 00:00:50 [watchdog/3]
root 19 2 0 2015 ? 01:06:13 [migration/4]
root 20 2 0 2015 ? 00:00:00 [migration/4]
root 21 2 0 2015 ? 03:15:50 [ksoftirqd/4]
root 22 2 0 2015 ? 00:13:44 [watchdog/4]
root 23 2 0 2015 ? 00:34:56 [migration/5]
root 24 2 0 2015 ? 00:00:00 [migration/5]
root 25 2 0 2015 ? 00:14:36 [ksoftirqd/5]
root 26 2 0 2015 ? 00:01:12 [watchdog/5]
root 27 2 0 2015 ? 00:24:18 [migration/6]
root 28 2 0 2015 ? 00:00:00 [migration/6]
root 29 2 0 2015 ? 00:18:04 [ksoftirqd/6]
root 30 2 0 2015 ? 00:01:05 [watchdog/6]
root 31 2 0 2015 ? 00:10:47 [migration/7]
root 32 2 0 2015 ? 00:00:00 [migration/7]
root 33 2 0 2015 ? 00:08:50 [ksoftirqd/7]
root 34 2 0 2015 ? 00:01:04 [watchdog/7]
root 35 2 0 2015 ? 01:29:16 [events/0]
root 36 2 0 2015 ? 00:25:47 [events/1]
root 37 2 0 2015 ? 02:53:09 [events/2]
root 38 2 0 2015 ? 00:15:29 [events/3]
root 39 2 0 2015 ? 00:56:34 [events/4]
root 40 2 0 2015 ? 00:16:17 [events/5]
root 41 2 0 2015 ? 00:20:21 [events/6]
root 42 2 0 2015 ? 00:28:27 [events/7]
root 43 2 0 2015 ? 00:00:00 [cgroup]
root 44 2 0 2015 ? 00:00:00 [khelper]
root 45 2 0 2015 ? 00:00:00 [netns]
root 46 2 0 2015 ? 00:00:00 [async/mgr]
root 47 2 0 2015 ? 00:00:00 [pm]
root 48 2 0 2015 ? 00:02:48 [sync_supers]
root 49 2 0 2015 ? 00:02:08 [bdi-default]
root 50 2 0 2015 ? 00:00:00 [kintegrityd/0]
root 51 2 0 2015 ? 00:00:00 [kintegrityd/1]
root 52 2 0 2015 ? 00:00:00 [kintegrityd/2]
root 53 2 0 2015 ? 00:00:00 [kintegrityd/3]
root 54 2 0 2015 ? 00:00:00 [kintegrityd/4]
root 55 2 0 2015 ? 00:00:00 [kintegrityd/5]
root 56 2 0 2015 ? 00:00:00 [kintegrityd/6]
root 57 2 0 2015 ? 00:00:00 [kintegrityd/7]
root 58 2 0 2015 ? 02:06:34 [kblockd/0]
root 59 2 0 2015 ? 00:13:29 [kblockd/1]
root 60 2 0 2015 ? 00:07:55 [kblockd/2]
root 61 2 0 2015 ? 00:03:49 [kblockd/3]
root 62 2 0 2015 ? 02:03:45 [kblockd/4]
root 63 2 0 2015 ? 00:12:18 [kblockd/5]
root 64 2 0 2015 ? 00:05:20 [kblockd/6]
root 65 2 0 2015 ? 00:02:35 [kblockd/7]
root 66 2 0 2015 ? 00:00:00 [kacpid]
root 67 2 0 2015 ? 00:00:00 [kacpi_notify]
root 68 2 0 2015 ? 00:00:00 [kacpi_hotplug]
root 69 2 0 2015 ? 00:00:00 [ata/0]
root 70 2 0 2015 ? 00:00:00 [ata/1]
root 71 2 0 2015 ? 00:00:00 [ata/2]
root 72 2 0 2015 ? 00:00:00 [ata/3]
root 73 2 0 2015 ? 00:00:00 [ata/4]
root 74 2 0 2015 ? 00:00:00 [ata/5]
root 75 2 0 2015 ? 00:00:00 [ata/6]
root 76 2 0 2015 ? 00:00:00 [ata/7]
root 77 2 0 2015 ? 00:00:00 [ata_aux]
root 78 2 0 2015 ? 00:00:00 [ksuspend_usbd]
root 79 2 0 2015 ? 00:00:00 [khubd]
root 80 2 0 2015 ? 00:00:00 [kseriod]
root 81 2 0 2015 ? 00:00:00 [md/0]
root 82 2 0 2015 ? 00:00:00 [md/1]
root 83 2 0 2015 ? 00:00:00 [md/2]
root 84 2 0 2015 ? 00:00:00 [md/3]
root 85 2 0 2015 ? 00:00:00 [md/4]
root 86 2 0 2015 ? 00:00:00 [md/5]
root 87 2 0 2015 ? 00:00:00 [md/6]
root 88 2 0 2015 ? 00:00:00 [md/7]
root 89 2 0 2015 ? 00:00:00 [md_misc/0]
root 90 2 0 2015 ? 00:00:00 [md_misc/1]
root 91 2 0 2015 ? 00:00:00 [md_misc/2]
root 92 2 0 2015 ? 00:00:00 [md_misc/3]
root 93 2 0 2015 ? 00:00:00 [md_misc/4]
root 94 2 0 2015 ? 00:00:00 [md_misc/5]
root 95 2 0 2015 ? 00:00:00 [md_misc/6]
root 96 2 0 2015 ? 00:00:00 [md_misc/7]
root 97 2 0 2015 ? 00:00:13 [khungtaskd]
root 98 2 0 2015 ? 00:46:12 [kswapd0]
root 99 2 0 2015 ? 00:00:00 [ksmd]
root 100 2 0 2015 ? 00:15:04 [khugepaged]
root 101 2 0 2015 ? 00:00:00 [aio/0]
root 102 2 0 2015 ? 00:00:00 [aio/1]
root 103 2 0 2015 ? 00:00:00 [aio/2]
root 104 2 0 2015 ? 00:00:00 [aio/3]
root 105 2 0 2015 ? 00:00:00 [aio/4]
root 106 2 0 2015 ? 00:00:00 [aio/5]
root 107 2 0 2015 ? 00:00:00 [aio/6]
root 108 2 0 2015 ? 00:00:00 [aio/7]
root 109 2 0 2015 ? 00:00:00 [crypto/0]
root 110 2 0 2015 ? 00:00:00 [crypto/1]
root 111 2 0 2015 ? 00:00:00 [crypto/2]
root 112 2 0 2015 ? 00:00:00 [crypto/3]
root 113 2 0 2015 ? 00:00:00 [crypto/4]
root 114 2 0 2015 ? 00:00:00 [crypto/5]
root 115 2 0 2015 ? 00:00:00 [crypto/6]
root 116 2 0 2015 ? 00:00:00 [crypto/7]
root 121 2 0 2015 ? 00:00:00 [kthrotld/0]
root 122 2 0 2015 ? 00:00:00 [kthrotld/1]
root 123 2 0 2015 ? 00:00:00 [kthrotld/2]
root 124 2 0 2015 ? 00:00:00 [kthrotld/3]
root 125 2 0 2015 ? 00:00:00 [kthrotld/4]
root 126 2 0 2015 ? 00:00:00 [kthrotld/5]
root 127 2 0 2015 ? 00:00:00 [kthrotld/6]
root 128 2 0 2015 ? 00:00:00 [kthrotld/7]
root 129 2 0 2015 ? 00:00:00 [pciehpd]
root 131 2 0 2015 ? 00:00:00 [kpsmoused]
root 132 2 0 2015 ? 00:00:00 [usbhid_resumer]
root 162 2 0 2015 ? 00:00:00 [kstriped]
root 289 2 0 2015 ? 00:00:00 [scsi_eh_0]
root 292 2 0 2015 ? 00:00:00 [scsi_eh_1]
root 359 2 0 2015 ? 00:27:49 [mpt_poll_0]
root 360 2 0 2015 ? 00:00:00 [mpt/0]
root 361 2 0 2015 ? 00:00:00 [scsi_eh_2]
root 487 2 0 2015 ? 00:00:00 [kdmflush]
root 489 2 0 2015 ? 00:00:00 [kdmflush]
root 506 2 0 2015 ? 01:27:45 [jbd2/dm-0-8]
root 507 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 508 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 509 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 510 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 511 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 512 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 513 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 514 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 587 1 0 2015 ? 00:00:00 /sbin/udevd -d
root 788 2 0 2015 ? 00:07:34 [vmmemctl]
root 1041 2 0 2015 ? 00:00:00 [jbd2/sda1-8]
root 1042 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1043 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1044 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1045 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1046 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1047 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1048 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1049 2 0 2015 ? 00:00:00 [ext4-dio-unwrit]
root 1052 2 0 2015 ? 13:20:48 [kjournald]
root 1090 2 0 2015 ? 00:11:08 [kauditd]
root 1260 2 0 2015 ? 1-06:36:28 [flush-8:16]
root 1262 2 0 2015 ? 03:26:50 [flush-253:0]
root 1464 1 0 2015 ? 05:19:13 /usr/sbin/vmtoolsd
root 1536 1 0 2015 ? 00:40:26 auditd
root 1552 1 0 2015 ? 00:18:50 /sbin/rsyslogd -i /var/run/syslogd.
dbus 1564 1 0 2015 ? 00:00:02 dbus-daemon --system
root 1601 1 0 2015 ? 00:00:07 /usr/sbin/sshd
root 1609 1 0 2015 ? 00:00:00 xinetd -stayalive -pidfile /var/run
ntp 1617 1 0 2015 ? 00:00:29 ntpd -u ntp:ntp -p /var/run/ntpd.pi
root 1882 1 0 2015 ? 00:18:03 /usr/libexec/postfix/master
postfix 1891 1882 0 2015 ? 00:22:42 qmgr -l -t fifo -u
ajaxterm 1917 1 0 2015 ? 02:03:03 python /usr/share/ajaxterm/ajaxterm
root 2001 1 0 2015 ? 00:00:00 login -- root
root 2003 1 0 2015 tty2 00:00:00 /sbin/mingetty /dev/tty2
root 2005 1 0 2015 tty3 00:00:00 /sbin/mingetty /dev/tty3
root 2007 587 0 2015 ? 00:00:00 /sbin/udevd -d
root 2008 587 0 2015 ? 00:00:00 /sbin/udevd -d
root 2009 1 0 2015 tty4 00:00:00 /sbin/mingetty /dev/tty4
root 2011 1 0 2015 tty5 00:00:00 /sbin/mingetty /dev/tty5
root 2013 1 0 2015 tty6 00:00:00 /sbin/mingetty /dev/tty6
root 2551 1 0 Jan19 ? 00:00:08 crond
root 4738 2551 0 22:29 ? 00:00:00 CROND
root 4740 2551 0 22:29 ? 00:00:00 CROND
root 4741 2551 0 22:29 ? 00:00:00 CROND
root 4742 2551 0 22:29 ? 00:00:00 CROND
nagios 4745 4742 0 22:29 ? 00:00:00 /bin/sh -c /usr/bin/php -q /usr/loc
nagios 4747 4738 0 22:29 ? 00:00:00 /bin/sh -c /usr/bin/php -q /usr/loc
nagios 4749 4740 0 22:29 ? 00:00:00 /bin/sh -c /usr/bin/php -q /usr/loc
nagios 4753 4747 0 22:29 ? 00:00:00 /usr/bin/php -q /usr/local/nagiosxi
nagios 4754 4745 0 22:29 ? 00:00:00 /usr/bin/php -q /usr/local/nagiosxi
nagios 4757 4741 0 22:29 ? 00:00:00 /bin/sh -c /usr/bin/php -q /usr/loc
nagios 4759 4749 1 22:29 ? 00:00:00 /usr/bin/php -q /usr/local/nagiosxi
nagios 4763 4757 0 22:29 ? 00:00:00 /usr/bin/php -q /usr/local/nagiosxi
postgres 4799 9102 0 22:29 ? 00:00:00 postgres: nagiosxi nagiosxi [local]
postgres 4801 9102 0 22:29 ? 00:00:00 postgres: nagiosxi nagiosxi [local]
postgres 4802 9102 0 22:29 ? 00:00:00 postgres: nagiosxi nagiosxi [local]
postgres 4809 9102 0 22:29 ? 00:00:00 postgres: nagiosxi nagiosxi [local]
nagios 5816 27465 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_nrp
nagios 5819 27468 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_nrp
nagios 5874 27463 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_nrp
nagios 5918 27470 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_nrp
nagios 5940 27466 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_nrp
nagios 5997 27468 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_icm
nagios 5998 27469 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_pin
nagios 5999 5998 0 22:29 ? 00:00:00 /bin/ping -n -U -w 10 -c 5 10.91.10
nagios 6002 27471 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_pin
nagios 6003 6002 0 22:29 ? 00:00:00 /bin/ping -n -U -w 10 -c 5 10.91.10
nagios 6005 27470 0 22:29 ? 00:00:00 /usr/local/nagios/libexec/check_pin
nagios 6006 6005 0 22:29 ? 00:00:00 /bin/ping -n -U -w 10 -c 5 10.91.10
nagios 6014 15290 0 22:29 ? 00:00:00 sleep 2
root 6016 53471 0 22:29 pts/0 00:00:00 ps -ef
root 8897 1 0 2015 ? 00:01:55 /usr/sbin/httpd
root 8943 1 0 2015 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe --data
mysql 9045 8943 3 2015 ? 19:42:24 /usr/libexec/mysqld --basedir=/usr
postgres 9102 1 0 2015 ? 00:03:56 /usr/bin/postmaster -p 5432 -D /var
postgres 9107 9102 0 2015 ? 00:01:39 postgres: logger process
postgres 9109 9102 0 2015 ? 00:11:10 postgres: writer process
postgres 9110 9102 0 2015 ? 00:07:58 postgres: wal writer process
postgres 9111 9102 0 2015 ? 00:02:36 postgres: autovacuum launcher proce
postgres 9112 9102 0 2015 ? 00:08:04 postgres: stats collector process
nagios 9396 1 0 2015 ? 00:00:00 /usr/local/nagios/bin/ndo2db -c /us
root 13090 2 0 2015 ? 00:00:25 [rpciod/0]
root 13091 2 0 2015 ? 00:00:00 [rpciod/1]
root 13092 2 0 2015 ? 00:00:00 [rpciod/2]
root 13093 2 0 2015 ? 00:00:00 [rpciod/3]
root 13094 2 0 2015 ? 00:00:00 [rpciod/4]
root 13095 2 0 2015 ? 00:00:00 [rpciod/5]
root 13096 2 0 2015 ? 00:00:00 [rpciod/6]
root 13097 2 0 2015 ? 00:00:00 [rpciod/7]
root 13099 2 0 2015 ? 00:00:00 [kslowd000]
root 13100 2 0 2015 ? 00:00:00 [kslowd001]
root 13102 2 0 2015 ? 00:00:14 [nfsiod]
nagios 15290 1 0 03:30 ? 00:00:43 /bin/bash /opt/victorops/nagios_plu
apache 15610 8897 1 16:23 ? 00:06:31 /usr/sbin/httpd
postgres 15619 9102 0 16:23 ? 00:00:13 postgres: nagiosxi nagiosxi [local]
apache 15639 8897 2 12:51 ? 00:13:18 /usr/sbin/httpd
postgres 15970 9102 0 12:51 ? 00:00:26 postgres: nagiosxi nagiosxi [local]
apache 15997 8897 2 12:51 ? 00:13:13 /usr/sbin/httpd
nagios 16011 1 0 2015 ? 00:00:05 /usr/local/nagios/bin/nagios -d /us
nagios 16013 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16014 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16015 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16016 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16017 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16018 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16019 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16020 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16021 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16022 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16023 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16024 16011 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 16073 16011 0 2015 ? 00:05:25 /usr/local/nagios/bin/nagios -d /us
postgres 16132 9102 0 12:51 ? 00:00:26 postgres: nagiosxi nagiosxi [local]
apache 16147 8897 2 12:51 ? 00:13:23 /usr/sbin/httpd
postgres 16378 9102 0 12:51 ? 00:00:26 postgres: nagiosxi nagiosxi [local]
splunker 16404 1 0 2015 ? 01:59:51 splunkd -p 8089 restart
splunker 16405 16404 0 2015 ? 00:00:00 [splunkd pid=16404] splunkd -p 8089
apache 19058 8897 2 12:52 ? 00:13:19 /usr/sbin/httpd
postgres 19174 9102 0 12:52 ? 00:00:26 postgres: nagiosxi nagiosxi [local]
nagios 21988 1 0 Jan19 ? 00:00:13 /usr/local/nagios/bin/npcd -d -f /u
rpc 22540 1 0 2015 ? 00:00:17 rpcbind
rpcuser 22860 1 0 2015 ? 00:00:00 rpc.statd --no-notify
apache 23173 8897 2 10:41 ? 00:17:14 /usr/sbin/httpd
postgres 23186 9102 0 10:41 ? 00:00:33 postgres: nagiosxi nagiosxi [local]
nagios 27461 1 1 Jan13 ? 02:07:31 /usr/local/nagios/bin/nagios -d /us
nagios 27463 27461 0 Jan13 ? 00:06:58 /usr/local/nagios/bin/nagios --work
nagios 27464 27461 0 Jan13 ? 00:06:39 /usr/local/nagios/bin/nagios --work
nagios 27465 27461 0 Jan13 ? 00:05:29 /usr/local/nagios/bin/nagios --work
nagios 27466 27461 0 Jan13 ? 00:05:08 /usr/local/nagios/bin/nagios --work
nagios 27467 27461 0 Jan13 ? 00:06:02 /usr/local/nagios/bin/nagios --work
nagios 27468 27461 0 Jan13 ? 00:06:10 /usr/local/nagios/bin/nagios --work
nagios 27469 27461 0 Jan13 ? 00:06:58 /usr/local/nagios/bin/nagios --work
nagios 27470 27461 0 Jan13 ? 00:05:23 /usr/local/nagios/bin/nagios --work
nagios 27471 27461 0 Jan13 ? 00:05:28 /usr/local/nagios/bin/nagios --work
nagios 27472 27461 0 Jan13 ? 00:06:20 /usr/local/nagios/bin/nagios --work
nagios 27473 27461 0 Jan13 ? 00:05:46 /usr/local/nagios/bin/nagios --work
nagios 27474 27461 0 Jan13 ? 00:05:20 /usr/local/nagios/bin/nagios --work
nagios 27475 9396 0 Jan13 ? 00:11:19 /usr/local/nagios/bin/ndo2db -c /us
nagios 27478 27475 1 Jan13 ? 02:36:32 /usr/local/nagios/bin/ndo2db -c /us
nagios 27558 27461 0 Jan13 ? 00:01:02 /usr/local/nagios/bin/nagios -d /us
apache 27945 8897 2 13:22 ? 00:11:46 /usr/sbin/httpd
postgres 28008 9102 0 13:23 ? 00:00:23 postgres: nagiosxi nagiosxi [local]
apache 34527 8897 2 13:25 ? 00:11:48 /usr/sbin/httpd
postgres 34684 9102 0 13:25 ? 00:00:23 postgres: nagiosxi nagiosxi [local]
apache 35709 8897 2 13:52 ? 00:10:58 /usr/sbin/httpd
postgres 35752 9102 0 13:52 ? 00:00:21 postgres: nagiosxi nagiosxi [local]
apache 39876 8897 2 11:41 ? 00:15:23 /usr/sbin/httpd
postgres 39888 9102 0 11:41 ? 00:00:30 postgres: nagiosxi nagiosxi [local]
postfix 43578 1882 0 21:25 ? 00:00:00 pickup -l -t fifo -u
root 43673 2 0 2015 ? 00:00:00 [lockd]
apache 48883 8897 2 13:58 ? 00:10:45 /usr/sbin/httpd
postgres 48939 9102 0 13:58 ? 00:00:21 postgres: nagiosxi nagiosxi [local]
nagios 51978 1 0 2015 ? 00:00:17 /usr/local/nagios/bin/nagios -d /us
nagios 51980 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51981 51978 0 2015 ? 00:00:05 /usr/local/nagios/bin/nagios --work
nagios 51982 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51983 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51984 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51985 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51986 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51987 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51988 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51989 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51990 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 51991 51978 0 2015 ? 00:00:00 /usr/local/nagios/bin/nagios --work
nagios 52039 51978 0 2015 ? 00:31:09 /usr/local/nagios/bin/nagios -d /us
root 53469 1601 0 22:22 ? 00:00:00 sshd: root@pts/0
root 53471 53469 0 22:22 pts/0 00:00:00 -bash
root 58077 1 0 2015 ? 00:00:01 /usr/sbin/console-kit-daemon --no-d
root 58145 2001 0 2015 tty1 00:00:00 -bash
Re: Service Attributes - Performance Data - RED
Posted: Thu Jan 21, 2016 12:45 pm
by tgriep
Thanks for the output. It looks like there are 2 nagios processes running and that could be causing the issue.
Login to the XI server as root and run the following commands to stop the extra processes.
Code: Select all
service nagios stop
killall -9 nagios
service nagios start
Try that and let us know if it resolves the issue.
Re: Service Attributes - Performance Data - RED
Posted: Thu Jan 21, 2016 12:51 pm
by brandon.pal
tgriep wrote:Thanks for the output. It looks like there are 2 nagios processes running and that could be causing the issue.
Login to the XI server as root and run the following commands to stop the extra processes.
Code: Select all
service nagios stop
killall -9 nagios
service nagios start
Try that and let us know if it resolves the issue.
Did not resolve the issue.
Re: Service Attributes - Performance Data - RED
Posted: Thu Jan 21, 2016 2:57 pm
by tgriep
Can you post the .rrd and .xml files for that service so we can look at them?
They can be found in this folder with the name of the host.
/usr/local/nagios/share/perfdata/<the name of the host>/
Can you run this and post the output here?
Code: Select all
tail -50 /usr/local/nagios/var/perfdata.log
Re: Service Attributes - Performance Data - RED
Posted: Mon Jan 25, 2016 3:43 pm
by brandon.pal
It seems that the issue is on all our server but only for the Disk Space checks. I've attached a few example .rrd and .xml files.
Code: Select all
tail -50 /usr/local/nagios/var/perfdata.log
2016-01-25 15:34:26 [8450] [2] Datatype set to 'SERVICEPERFDATA'
2016-01-25 15:34:26 [8450] [1] Found Performance Data for dc01-ftp-01 / NIC (rx=7247582;130809856;130940928 tx=7342155;130809856;130940928)
2016-01-25 15:34:26 [8450] [2] No Custom Template found for check_nrpe (/usr/local/nagios/etc/pnp/check_commands/check_nrpe.cfg)
2016-01-25 15:34:26 [8450] [2] RRD Datatype is GAUGE
2016-01-25 15:34:26 [8450] [2] Template is check_nrpe.php
2016-01-25 15:34:26 [8450] [2] No Custom Template found for check_nrpe (/usr/local/nagios/etc/pnp/check_commands/check_nrpe.cfg)
2016-01-25 15:34:26 [8450] [2] RRD Datatype is GAUGE
2016-01-25 15:34:26 [8450] [2] Template is check_nrpe.php
2016-01-25 15:34:26 [8450] [2] data2rrd called
2016-01-25 15:34:26 [8450] [2] RRDs::update /usr/local/nagios/share/perfdata/dc01-**-**/NIC.rrd 1453754053:7247582:7342155
2016-01-25 15:34:26 [8450] [2] /usr/local/nagios/share/perfdata/dc01-ftp-01/NIC.rrd updated
2016-01-25 15:34:26 [8450] [2] Processing Line 87
2016-01-25 15:34:26 [8450] [2] Datatype set to 'SERVICEPERFDATA'
2016-01-25 15:34:26 [8450] [1] Found Performance Data for dc01-db-07 / Total_Processes (proc=120)
2016-01-25 15:34:26 [8450] [2] No Custom Template found for check_nrpe (/usr/local/nagios/etc/pnp/check_commands/check_nrpe.cfg)
2016-01-25 15:34:26 [8450] [2] RRD Datatype is GAUGE
2016-01-25 15:34:26 [8450] [2] Template is check_nrpe.php
2016-01-25 15:34:26 [8450] [2] data2rrd called
2016-01-25 15:34:26 [8450] [2] RRDs::update /usr/local/nagios/share/perfdata/dc01-**-**/Total_Processes.rrd 1453754053:120
2016-01-25 15:34:26 [8450] [2] /usr/local/nagios/share/perfdata/dc01-**-**/Total_Processes.rrd updated
2016-01-25 15:34:26 [8450] [2] Processing Line 88
2016-01-25 15:34:26 [8450] [2] No Perfdata. Skipping line 88
2016-01-25 15:34:26 [8450] [2] Processing Line 89
2016-01-25 15:34:26 [8450] [2] No Perfdata. Skipping line 89
2016-01-25 15:34:26 [8450] [2] Processing Line 90
2016-01-25 15:34:26 [8450] [2] Datatype set to 'SERVICEPERFDATA'
2016-01-25 15:34:26 [8450] [1] Found Performance Data for dc01-**-** / NIC (rx=73625;130809856;130940928 tx=46485;130809856;130940928)
2016-01-25 15:34:26 [8450] [2] No Custom Template found for check_nrpe (/usr/local/nagios/etc/pnp/check_commands/check_nrpe.cfg)
2016-01-25 15:34:26 [8450] [2] RRD Datatype is GAUGE
2016-01-25 15:34:26 [8450] [2] Template is check_nrpe.php
2016-01-25 15:34:26 [8450] [2] No Custom Template found for check_nrpe (/usr/local/nagios/etc/pnp/check_commands/check_nrpe.cfg)
2016-01-25 15:34:26 [8450] [2] RRD Datatype is GAUGE
2016-01-25 15:34:26 [8450] [2] Template is check_nrpe.php
2016-01-25 15:34:26 [8450] [2] data2rrd called
2016-01-25 15:34:26 [8450] [2] RRDs::update /usr/local/nagios/share/perfdata/dc01-**-**/NIC.rrd 1453754054:73625:46485
2016-01-25 15:34:26 [8450] [2] /usr/local/nagios/share/perfdata/dc01-**-**/NIC.rrd updated
2016-01-25 15:34:26 [8450] [2] Processing Line 91
2016-01-25 15:34:26 [8450] [2] No Perfdata. Skipping line 91
2016-01-25 15:34:26 [8450] [2] Processing Line 92
2016-01-25 15:34:26 [8450] [2] Datatype set to 'SERVICEPERFDATA'
2016-01-25 15:34:26 [8450] [1] Found Performance Data for dc01-**-** / MailQ (unsent=0;5;10;0)
2016-01-25 15:34:26 [8450] [2] No Custom Template found for check_nrpe (/usr/local/nagios/etc/pnp/check_commands/check_nrpe.cfg)
2016-01-25 15:34:26 [8450] [2] RRD Datatype is GAUGE
2016-01-25 15:34:26 [8450] [2] Template is check_nrpe.php
2016-01-25 15:34:26 [8450] [2] data2rrd called
2016-01-25 15:34:26 [8450] [2] RRDs::update /usr/local/nagios/share/perfdata/dc01-**-**/MailQ.rrd 1453754054:0
2016-01-25 15:34:26 [8450] [2] /usr/local/nagios/share/perfdata/dc01-**-**/MailQ.rrd updated
2016-01-25 15:34:26 [8450] [1] 92 Lines processed
2016-01-25 15:34:26 [8450] [1] /usr/local/nagios/var/spool/perfdata//1453754054.perfdata.service-PID-8450 deleted
2016-01-25 15:34:26 [8450] [1] PNP exiting (runtime 0.081617s) ...
To note it looks like the red and xml have not been written to since Jan 13.
Code: Select all
-rwxrwxr-x 1 nagios nagios 2301312 Jan 13 16:24 Disk_Space.rrd
-rwxrwxr-x 1 nagios nagios 6272 Jan 13 16:24 Disk_Space.xml
Re: Service Attributes - Performance Data - RED
Posted: Mon Jan 25, 2016 4:59 pm
by brandon.pal
In doing a bit more research of what happened on January 13 it seems that on that date we Installed VictorOps integrations.
The steps we followed are here:
http://victorops.force.com/knowledgebas ... tegration/
We are running XI Servers. One for our Production environment and once for our Enterprise environment. In enabling these settings for our Enterprise Nagios XI we had no issues. It's an issue related only to our Production Nagios XI.
Re: Service Attributes - Performance Data - RED
Posted: Mon Jan 25, 2016 5:29 pm
by tgriep
Can you open the /usr/local/nagios/var/perfdata.log logfile and search for check_diskSpace and then post the errors if you find any?
Can you post the check_diskSpace plugin here so we can see it?
Re: Service Attributes - Performance Data - RED
Posted: Mon Jan 25, 2016 6:06 pm
by brandon.pal
check_diskSpace does not appear in /usr/local/nagios/var/perfdata.log at all.
Please find check_diskSpace attached.