Odd Error re: multiple simultaneous updates
list Ryan Novosielski
-----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
▸
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
▸
-----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)?
▸
- -- - ---- _ _ _ _ ___ _ _ _ |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
▸
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
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 <user-ce4a2c883f75@xymon.invalid> wrote: 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