The ones that are flapping are going to unknown, unable to determine plugin output. I've verified from the command line that I'm seeing the same thing
Code: Select all
/bin/ping -n -U -w 30 -c 5 xxx.yyy.zzz
connect: No buffer space available
/bin/ping -n -U -w 30 -c 5 xxx.yyy.zzz
PING xxx.yyy.zzz (x.x.x.x) 56(84) bytes of data.
64 bytes from x.x.x.x: icmp_seq=1 ttl=254 time=0.456 ms
64 bytes from x.x.x.x: icmp_seq=2 ttl=254 time=0.398 ms
My first thought was memory, but it seems fine
Code: Select all
Mem: 4043832k total, 3048080k used, 995752k free, 161512k buffers
Swap: 6094840k total, 76k used, 6094764k free, 482860k cached