Re: Support Requested: 2 Questions
James Golovich <[email protected]> Mon, 23 Feb 2004 02:32:59 -0500 (EST)
| Newsgroups | gmane.comp.monitoring.sysmon.help |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 22 Feb 2004, Jim Vaughan wrote: > [[email protected] bin]# sysmond: 22:57:54 got a reply for ping check of > 65.166.222.254 > sysmond: 22:57:54 got a reply for ping check of 66.37.234.226 > sysmond: 22:57:54 got a reply for ping check of 198.206.150.131 I was checking out the beta and noticed the same thing. Pretty quick fix Edit src/icmp.c change int debug_icmp_replies_only = 1; to int debug_icmp_replies_only = 0; James