There are two NagiosXI host(production NagiosXI and backup NagiosXI) both monitor the same remote server, but why got different graph(refer attachment)?
both two NagiosXI hosts are in the same VM host,
what could be the problem?
Two NagiosXI host monitor remote same Server got different..
Two NagiosXI host monitor remote same Server got different..
You do not have the required permissions to view the files attached to this post.
Re: Two NagiosXI host monitor remote same Server got differe
That's measuring round trip ping time which means during the last screenshot the round trip time was higher which can mean the XI server or remote device had more load, a device in the network path was going slow for some reason, or something else network related impacted the speed at which they were sent/received.
What was the load like on the XI server during that time?
What was the load like on the XI server during that time?
Re: Two NagiosXI host monitor remote same Server got differe
In addition, npolovenko noticed the bottom one has k in the interface and the top one doesn't.
Please PM a copy from BOTH XI servers of these files:
Please PM a copy from BOTH XI servers of these files:
Code: Select all
/usr/local/nagios/share/perfdata/HOSTNAME/_HOST_.rrd
/usr/local/nagios/share/perfdata/HOSTNAME/_HOST_.xmlRe: Two NagiosXI host monitor remote same Server got differe
ssax wrote:In addition, npolovenko noticed the bottom one has k in the interface and the top one doesn't.
Please PM a copy from BOTH XI servers of these files:
Code: Select all
/usr/local/nagios/share/perfdata/HOSTNAME/_HOST_.rrd /usr/local/nagios/share/perfdata/HOSTNAME/_HOST_.xml
already PM the files.
Re: Two NagiosXI host monitor remote same Server got differe
Received, it looks like the XML files are different versions and contain different data (which likely means the RRD on 197 is older too), I'm wondering if 197 (I'm referring to the images being prepended in the PMs you sent me) has been around since before we upgraded /usr/local/nagios/libexec/process_perfdata.pl so it's in an older version, that's the only thing I can think of.
Are both XI servers the same XI version?
What version of NPCD are they both running:
Are these files the same on both systems?
Are both XI servers the same XI version?
What version of NPCD are they both running:
Code: Select all
/usr/local/nagios/bin/npcd -VCode: Select all
/usr/local/nagios/libexec/process_perfdata.pl
/usr/local/nagios/etc/pnp/npcd.cfg
/usr/local/nagios/etc/pnp/process_perfdata.cfgRe: Two NagiosXI host monitor remote same Server got differe
the two NagiosXI are different version, 197 today upgrade from 5.6.2 to 5.6.3, 199 is 5.4.11
attachments are collected file from 197 & 199
attachments are collected file from 197 & 199
You do not have the required permissions to view the files attached to this post.
Re: Two NagiosXI host monitor remote same Server got differe
It's because they are different XI versions and the RRD file was created with different versions:
Then it will be rebuilt with the same information (as long as the service checks are the same).
You would need to upgrade the older version and then see if it shows differently, more than likely it WILL NOT show differently because the RRD file was created in the old version. Wait 15 minutes and see if it shows, if it still doesn't show after 15 minutes, you will need to delete the RRD file so that it get recreated in the new version (on the older server):Received, it looks like the XML files are different versions and contain different data (which likely means the RRD on 197 is older too), I'm wondering if 197 (I'm referring to the images being prepended in the PMs you sent me) has been around since before we upgraded /usr/local/nagios/libexec/process_perfdata.pl so it's in an older version, that's the only thing I can think of.
Code: Select all
rm -f /usr/local/nagios/share/perfdata/HOSTNAME/SERVICENAME.rrd