Nagios XI Report showing all 0's

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gthreadgill
Posts: 1
Joined: Thu Feb 12, 2015 12:29 pm

Nagios XI Report showing all 0's

Post by gthreadgill »

The nagios xi availability report is displaying all 0's . I can select any host group and it is the same.
profile.zip
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios XI Report showing all 0's

Post by npolovenko »

Hello, @gthreadgill.

Please open the following config file on your system:

Code: Select all

/usr/local/nagios/etc/pnp/process_perfdata.cfg
And change:

Code: Select all

TIMEOUT = 5
to

Code: Select all

TIMEOUT = 15
After that please restart the npcd daemon with:

Code: Select all

service npcd restart
Can you also generate a state history report for the same period of time that you generated the Availability report, and share it with us?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked