[Date Prev]   [Date Next] [Thread Prev]   [Thread Next] [Date Index]   [Thread Index]

 

     Re: [nocol-users] setting threshold for ippingmon

  • To: acravens at uen org (Andy Cravens)
  • Subject: Re: [nocol-users] setting threshold for ippingmon
  • From: Vikas Aggarwal <vikas at navya com>
  • Date: Fri, 12 May 2000 15:33:40 -0400 (EDT)
Andy Cravens <acravens@uen.org> wrote:

> Currently, ippingmon is hard coded to alarm when a host's packet loss
> reaches 30%.  Can anybody direct me to the file/subroutine where this
> check is performed?  I want to change the threshold from 30% loss to 70%
> loss.

In include/pingmon.h, change

	#define PING_THRES      3

The next version of nocol will have customizable thresholds per host.

	-vikas