This is a discussion on symon duplication within the lucky.openbsd.misc forums, part of the OpenBSD category; --> I have symon 2.71 installed on two openbsd 3.6 hosts symux is installed on one. I'm having a problem ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have symon 2.71 installed on two openbsd 3.6 hosts symux is installed on one. I'm having a problem with symon sending data twice. I'm receiving errors like below. debug: good data received from 192.168.25.1:47527 warning: rrd_update:illegal attempt to update using time 1120847609 when last update time is 1120847609 (minimum one second step) warning: rrdupdate -- /var/www/symon/rrds/plexfirewall/io_wd0.rrd 1120847609:3486:1128:0:44668416:12658688 These errors are showing up only for the remote host. They show up for each rrd of the host. A few minutes ago it was doing it very regularly, errors in log files every five seconds. I've just now changed the config file and stopped and started symon. It is now happening less frequently, this tcpdump output shows whats happening. Jul 08 14:09:13.620080 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:09:18.603949 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:09:23.593874 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:09:23.603696 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:09:28.593752 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:09:28.603503 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 ---------cut-------------- Jul 08 14:11:08.601871 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:11:08.611538 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:11:13.621841 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:11:18.621813 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 Jul 08 14:11:23.621833 0:50:4:0:90:bf 0:a0:cc:63:52:5d 0800 405: 192.168.25.1.46037 > 192.168.25.78.2100: udp 363 It looks like this happens about every 10 minutes. symon.conf # monitor { cpu(0), mem, pf, if(de0), if(xl0), io(wd0) } stream to 192.168.25.78 2100 no newline in symon.conf Bobby Johnson |