Build precise queries to find exactly what you need
Press ESC to close
@ammilligan
Favorites1
Views1
Projects2
Thanks for putting this together. I had to modify it for my organization because we use a different format for the email subject.
Reviewed 15 years ago
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 )