Xymon Mailing List Archive search

Odd Error re: multiple simultaneous updates

5 messages in this thread

list Ryan Novosielski · Tue, 06 Dec 2011 16:35:37 -0500 ·
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Does anyone have a sense of what I might do to correct this? Nothing
about this seems particularly wrong:

2011-12-06 16:27:11 RRD error updating
/opt/xymon-4.2.3/data/rrd/<hostname>.umdnj.edu/ifstat.mac.rrd from
192.168.20.40: illegal attempt to update using time 1323206831 when last
update time is 1323206831 (minimum one second step)

<hostname> can be apparently any one of my machines running Solaris 10
from the looks of it.

Thanks for any tips.

- -- 
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7eiqkACgkQmb+gadEcsb4OrACgzmdkbkgAI1NG8gvy6t6QnBjC
DrYAn36Y06Y2O5pixK5DOV6J5pvTKJh2
=rhFW
-----END PGP SIGNATURE-----
list Henrik Størner · Tue, 06 Dec 2011 23:07:04 +0100 ·
quoted from Ryan Novosielski
On 06-12-2011 22:35, Ryan Novosielski wrote:
Does anyone have a sense of what I might do to correct this? Nothing
about this seems particularly wrong:

2011-12-06 16:27:11 RRD error updating
/opt/xymon-4.2.3/data/rrd/<hostname>.umdnj.edu/ifstat.mac.rrd from
192.168.20.40: illegal attempt to update using time 1323206831 when last
update time is 1323206831 (minimum one second step)
You are not doing anything wrong, actually. Solaris just happens to 
report ifstat data using the "mac" interface name multiple times. See 
http://lists.xymon.com/oldarchive/2009/06/msg00204.html

This change was implemented in the 4.3.x version of the Solaris client.


Regards,
Henrik
list Ryan Novosielski · Tue, 06 Dec 2011 17:23:51 -0500 ·
quoted from Henrik Størner
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/06/2011 05:07 PM, Henrik Størner wrote:
On 06-12-2011 22:35, Ryan Novosielski wrote:
Does anyone have a sense of what I might do to correct this? Nothing
about this seems particularly wrong:

2011-12-06 16:27:11 RRD error updating
/opt/xymon-4.2.3/data/rrd/<hostname>.umdnj.edu/ifstat.mac.rrd from
192.168.20.40: illegal attempt to update using time 1323206831 when last
update time is 1323206831 (minimum one second step)
You are not doing anything wrong, actually. Solaris just happens to
report ifstat data using the "mac" interface name multiple times. See
http://lists.xymon.com/oldarchive/2009/06/msg00204.html

This change was implemented in the 4.3.x version of the Solaris client.
I will be switching to that shortly. In the meantime, what is the
recommended fix -- in the link above, is #1 or #2 preferable (or does it
not matter)?
quoted from Ryan Novosielski

- -- 
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7elfcACgkQmb+gadEcsb6WBACguVKpgiberudIn+KM47IuOod8
wwcAn2rTgrjCzXvBqS7zQlmxeVoHxHJn
=wc6c
-----END PGP SIGNATURE-----
list Henrik Størner · Wed, 07 Dec 2011 07:41:24 +0100 ·
quoted from Ryan Novosielski
On 06-12-2011 23:23, Ryan Novosielski wrote:
You are not doing anything wrong, actually. Solaris just happens to
report ifstat data using the "mac" interface name multiple times. See
http://lists.xymon.com/oldarchive/2009/06/msg00204.html

This change was implemented in the 4.3.x version of the Solaris client.
I will be switching to that shortly. In the meantime, what is the
recommended fix -- in the link above, is #1 or #2 preferable (or does it
not matter)?
The second one is what went into the 4.3.x Solaris client, so on the 
client you can edit the ~hobbit/client/bin/hobbitclient-sunos.sh script 
so it has

echo "[ifstat]"
/usr/bin/kstat -p -s '[or]bytes64' | egrep -v 'wrsmd|mac' | sort

It doesn't require that you upgrade the server-side of Xymon.


Regards,
Henrik
list Ryan Novosielski · Wed, 7 Dec 2011 09:06:28 -0500 ·
Thanks. I suppose I may wait and just upgrade to 4.3.x as I will have to touch every client to fix this anyhow; probably easier to just trim the big logfile until then (disk space is how I even noticed this one).

Thanks for the quick answers!

-- Sent from my Palm Pre
On Dec 7, 2011 1:41, Henrik Størner &lt;user-ce4a2c883f75@xymon.invalid&gt; wrote: 

On 06-12-2011 23:23, Ryan Novosielski wrote:


&gt;&gt; You are not doing anything wrong, actually. Solaris just happens to

&gt;&gt; report ifstat data using the "mac" interface name multiple times. See

&gt;&gt; http://lists.xymon.com/oldarchive/2009/06/msg00204.html

&gt;&gt;

&gt;&gt; This change was implemented in the 4.3.x version of the Solaris client.

&gt;

&gt; I will be switching to that shortly. In the meantime, what is the

&gt; recommended fix -- in the link above, is #1 or #2 preferable (or does it

&gt; not matter)?
quoted from Henrik Størner


The second one is what went into the 4.3.x Solaris client, so on the 

client you can edit the ~hobbit/client/bin/hobbitclient-sunos.sh script 

so it has


echo "[ifstat]"

/usr/bin/kstat -p -s '[or]bytes64' | egrep -v 'wrsmd|mac' | sort


It doesn't require that you upgrade the server-side of Xymon.


Regards,

Henrik