Page 1 of 1
No data appear
Posted: Mon Nov 26, 2018 8:20 am
by bashar.abed
Hi,
We have Nagios Xi version 5.4.13 VM machine ,we have a problem in view performance graph as the attached
how can retain the graph with out remove the old one
thanks
Re: No data appear
Posted: Mon Nov 26, 2018 1:09 pm
by scottwilkerson
Can you show the advanced tab in the service details for this service?
My guess is either you are no longer receiving performance data OR you are receiving data for a different amount of datasources that you were before.
Re: No data appear
Posted: Tue Nov 27, 2018 1:12 am
by bashar.abed
Hi,
please see the attached graph about service details and the below run command
this graph stop when the backup system (netbackup) in my company start on this server for 10 minutes this backup issue daily then the graph stop appeared and it is not back again after the backup system stop .
[
[email protected] ~]$ /usr/local/nagios/libexec/check_snmp_storage_wizard.pl -H 10.x.x.55 -C jawwal-snmp --v1 -m "/" --short=0,1 -w 80 -c 85 -f
OK : (<80%) All selected storages | '/dev/shm'=0MB;25721;27328;0;32151 '/logarch'=131850MB;389120;413440;0;486400 '/data'=64080MB;132478;140757;0;165597 '/boot'=49MB;3835;4074;0;4794 '/boot/efi'=0MB;160;170;0;200 '/'=11280MB;78641;83556;0;98301
Thanks
Re: No data appear
Posted: Tue Nov 27, 2018 10:53 am
by lmiltchev
Looking at the last screenshot, it seems like you have one extra datasource that was not present before ('/'). This would cause the graph to fail. Try resolving the issue by following the steps, outlined in the KB article below:
https://support.nagios.com/kb/article/n ... g-149.html
Re: No data appear
Posted: Wed Nov 28, 2018 6:05 am
by bashar.abed
Hi,
many thanks for your response , this command will applied on all system right
./fix_ds_quantity.sh -d /usr/local/nagios/share/perfdata/
can i test it on one host like this
./fix_ds_quantity.sh -d /usr/local/nagios/share/perfdata/JCOM-MW-02
Thanks
Re: No data appear
Posted: Wed Nov 28, 2018 10:05 am
by lmiltchev
I am pretty sure you can test it on one host. Here's the script's usage:
./fix_ds_quantity.sh -h
RRD Datasrouce Quantity Fix Help:
Requires the perl library - RRD::Simple and the rrdtool package
Required:
-d "<directory>" Specify a directory to recursively modify
Optionals:
-t <type> DS Type (Default: GAUGE)
-n No confirmation prompt
-i Do not backup RRD
-q Quiet
Usage:
./fix_ds_quantity.sh <options> -d <directory>