[mrtg] Re: Threshold Checking
Marc Bilodeau
marc at somix.com
Tue Nov 14 15:24:58 MET 2000
check out the templates archive at http://www.somix.com/software/mrtg/
each one of the templates has an example below. Make sure that whatever file
you execute when the thresholds are breached, etc. that there are three
parameters:
We use batch files that look like this:
@echo off
perl c:\webnm\cgi-bin\threshold_in.pl %1 %2 %3
exit
whenever a threshold is breached, it passes these three variables to our
perl file. %1 represents the cfgname (whatever you is contained in the [] of
the config file), %2 represents the threshold value, %3 is the current
value.
-----Original Message-----
From: mrtg-bounce at list.ee.ethz.ch [mailto:mrtg-bounce at list.ee.ethz.ch]On
Behalf Of Kriengkrai(Alex) Thamsirianunt
Sent: Tuesday, November 14, 2000 8:01 AM
To: mrtg at list.ee.ethz.ch
Subject: [mrtg] Threshold Checking
I would like to implement the threshold checking to the mrtg monitoring.
Right now my mrtg server is monitoring network devices and web/application
server. We want the mrtg server send the email or page to inform
administrator when the something wrong happen. I try to look at the
reference guide but has no example how to configure the ThresDir,
ThreshMinI, ThreshProgI, etc. If someone has the example please give me the
tips how to do. For example, we monitor the Cisco router and if interface
or CPU reaches 70% or higher and email or page will sent to
network_ops at domain.com. What kinds of software or script available for
this?
Thank you
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list