Perfdata Problem

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
edoRaul
Posts: 12
Joined: Wed Apr 15, 2015 5:14 am

Perfdata Problem

Post by edoRaul »

In nagios xi,

xml and rrd files have date of 24 July. Today is 27.

I remove files, but it generate data starting from 24 July date.

Thanks-
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Perfdata Problem

Post by tgriep »

Try restarting the npcd daemon by running the following.

Code: Select all

service npcd restart
If that doesn't fix it, run the following and post the output.

Code: Select all

tail -100 /usr/local/nagios/var/npcd.log
Can we move this post from the Core forum to the XI forum?
Be sure to check out our Knowledgebase for helpful articles and solutions!
edoRaul
Posts: 12
Joined: Wed Apr 15, 2015 5:14 am

Re: Perfdata Problem

Post by edoRaul »

Ok, move it.

Who generate the xml files in perfdatafolder?. Thanks
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Perfdata Problem

Post by jdalrymple »

Did restarting npcd resolve your issue?

The perfdata XML files are automatically generated by NagiosXI when you create your hosts/services.
Locked