Performance Graph issue on some servies

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Performance Graph issue on some servies

Post by Gonela »

Hi ,

CPU & Memory Performance graph is not working on few servers but it is working on other services .

Error : expected 3 data source readings (got 1) from

followed this doc but no luck : https://support.nagios.com/kb/article.p ... ategory=44

May i know the reason?
--------------------------
[root@nagihpcorp01 3PARPSYDAO.ffx.jfh.com.au]# ls -ltrh
total 5.2M
-rw-rw-r-- 1 nagios nagios 376K Aug 14 11:21 Memory_Usage.rrd
-rw-rw-r-- 1 nagios nagios 1.1M Aug 14 11:39 CPU_Usage.rrd
-rw-rw-r-- 1 nagios nagios 2.3K Sep 20 17:06 Event_Log_File_is_Full.xml
-rw-rw-r-- 1 nagios nagios 376K Sep 20 17:06 Event_Log_File_is_Full.rrd
-rw-rw-r-- 1 nagios nagios 2.2K Sep 20 17:07 Time_Sync.xml
-rw-rw-r-- 1 nagios nagios 376K Sep 20 17:07 Time_Sync.rrd
-rw-rw-r-- 1 nagios nagios 376K Sep 20 17:07 Unexpected_Shutdown_Event_Id_6008.rrd
-rw-rw-r-- 1 nagios nagios 2.4K Sep 20 17:07 Unexpected_Shutdown_Event_Id_6008.xml
-rw-rw-r-- 1 nagios nagios 2.2K Sep 20 17:09 Windows_Uptime.xml
-rw-rw-r-- 1 nagios nagios 376K Sep 20 17:09 Windows_Uptime.rrd
-rw-rw-r-- 1 nagios nagios 4.0K Sep 20 17:11 _HOST_.xml
----------------------------------------------------------------------------------------------
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance Graph issue on some servies

Post by scottwilkerson »

If the amount of datasources changed from the command, it is usually best to remove the rrd file and let them re-create, because the old data is not likely is the same location in the rrd.

I would remove the Memory_Usage.rrd & CPU_Usage.rrd and let nagios re-create them (takes 5-15 minutes)

you could just move them to a temp location if you like

Code: Select all

mv Memory_Usage.rrd /tmp
mv CPU_Usage.rrd /tmp
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Re: Performance Graph issue on some servies

Post by Gonela »

Thanks for help.

Now Graphs are working.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance Graph issue on some servies

Post by scottwilkerson »

Gonela wrote:Thanks for help.

Now Graphs are working.
great! Locking thread
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked