From: Peter W. <pet...@gm...> - 2017-01-13 13:38:42
|
Until now I checked and reproduced the error on two similar RHEL6 servers: -both vm's -Xymon version *Xymon 4.3.27-4.el6.terabithia <http://xymon.sourceforge.net/>* Perl v5.10.1 net-snmp-libs-5.5-57.el6_8.1.x86_64 net-snmp-5.5-57.el6_8.1.x86_64 net-snmp-utils-5.5-57.el6_8.1.x86_64 perl-SNMP_Session-1.12-4.el6.noarch rrdtool-1.5.5-1.1.el6.x86_64 -devmon: I tried two versions. One old version $Id: README 96 2008-12-07 20:01:21Z buchanmilne $ and the newest from svn:// svn.code.sf.net/p/devmon/code/trunk but the behaviour is the same for both. Spikey to Tb of Pb :-( A script that queries the device showed no problem. So it suspect the problem to be somewhere near the integration in Xymon and rrdtool, I think. A snippet from the rrd-file itself (*bold* shows where the spike is shown within Xymon): <!-- 2017-01-13 12:35:00 CET / 1484307300 --> <row><v>5.7105224900e+01</v><v>5.8115433942e+01</v></row> <!-- 2017-01-13 12:40:00 CET / 1484307600 --> <row><v>5.8957199343e+01</v><v>5.8392224460e+01</v></row> <!-- 2017-01-13 12:45:00 CET / 1484307900 --> <row><v>5.7099887492e+01</v><v>5.6687551450e+01</v></row> <!-- 2017-01-13 12:50:00 CET / 1484308200 --> <row><v>5.8605291571e+01</v><v>5.6760382434e+01</v></row> <!-- 2017-01-13 12:55:00 CET / 1484308500 --> <row><v>5.8580590782e+01</v><v>5.7980850059e+01</v></row> <!-- 2017-01-13 13:00:00 CET / 1484308800 --> <row><v>5.7861062111e+01</v><v>5.8227579693e+01</v></row> <!-- 2017-01-13 13:05:00 CET / 1484309100 --> <row><v>5.6812837466e+01</v><v>5.6722093664e+01</v></row> <!-- 2017-01-13 13:10:00 CET / 1484309400 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 13:15:00 CET / 1484309700 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 13:20:00 CET / 1484310000 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 13:25:00 CET / 1484310300 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 13:30:00 CET / 1484310600 --> <row><v>5.7004775956e+01</v><v>5.7555122040e+01</v></row> <!-- 2017-01-13 13:35:00 CET / 1484310900 --> <row><v>5.6252308123e+01</v><v>5.7254810458e+01</v></row> * <!-- 2017-01-13 13:40:00 CET / 1484311200 --> <row><v>3.1506835599e+16</v><v>3.1506835599e+16</v></row>* * <!-- 2017-01-13 13:45:00 CET / 1484311500 --> <row><v>2.9982311313e+16</v><v>2.9982311313e+16</v></row>* <!-- 2017-01-13 13:50:00 CET / 1484311800 --> <row><v>5.7708598566e+01</v><v>5.6476949821e+01</v></row> <!-- 2017-01-13 13:55:00 CET / 1484312100 --> <row><v>5.9456068100e+01</v><v>5.8023161290e+01</v></row> <!-- 2017-01-13 14:00:00 CET / 1484312400 --> <row><v>5.6431666667e+01</v><v>5.8812361111e+01</v></row> <!-- 2017-01-13 14:05:00 CET / 1484312700 --> <row><v>5.8108073462e+01</v><v>5.6759528696e+01</v></row> <!-- 2017-01-13 14:10:00 CET / 1484313000 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 14:15:00 CET / 1484313300 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 14:20:00 CET / 1484313600 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 14:25:00 CET / 1484313900 --> <row><v>NaN</v><v>NaN</v></row> <!-- 2017-01-13 14:30:00 CET / 1484314200 --> <row><v>5.7106884794e+01</v><v>5.6664554938e+01</v></row> Since the template works for me on the old Xymon-server (SLES, Xymon version old, etc) I ask this here to know if someone else has experienced or currently experiences this behaviour? Although this seems to me a low traffic mailing list, I do know that there are many others using the great tool devmon for querying remote devices and have it integrated within Xymon. Regards, Peter 2016-12-21 15:05 GMT+01:00 Peter Welter <pet...@gm...>: > Sorry Wim, > > I just posted my other email before I read your mail. > > The other Xymon-server is showing valid graphs (> 4Gbits!!) where the vm > (new Xymon server) shows on different moments of different Ethernet device, > spikes. Glad to know that 64-bit counters shouldn't be a problem and yes, > they are reproduced fine (with my batch job I ran last night, I could see > that the results are increasing numbers). > > So I have to check where the two machines differ. In many many ways, I'm > afraid (vm, version xymon, perl, os, devmon etc... :-/ ) > > Thanks for your help. Peter > > |