Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
ammilligan
Thanks for putting this together. I had to modify it for my organization because we use a different format for the email subject.
byammilligan, May 21, 2010
Works as described, but needs two corrections to report outbound network utilizations.
Correction 1.
Change line 119 from this:
if ($in_rate >= $opt_w && $in_rate = $opt_w && $out_rate = $opt_c )
to this:
elsif ($out_rate >= $opt_c )
Correction 1.
Change line 119 from this:
if ($in_rate >= $opt_w && $in_rate = $opt_w && $out_rate = $opt_c )
to this:
elsif ($out_rate >= $opt_c )