To: | nv-l@lists.us.ibm.com |
---|---|
Subject: | Re: [nv-l] Polling Time |
From: | Leslie Clark <lclark@us.ibm.com> |
Date: | Thu, 30 Sep 2004 21:21:26 -0400 |
Delivery-date: | Fri, 01 Oct 2004 02:31:15 +0100 |
Envelope-to: | nv-l-archive@lists.skills-1st.co.uk |
In-reply-to: | <OFF694CBFA.FA63D0AA-ON85256F19.006B2C00-85256F19.006B4741@vfc.com> |
Reply-to: | nv-l@lists.us.ibm.com |
Sender: | owner-nv-l@lists.us.ibm.com |
You mostly do this by checking to see if netmon is behind. I usually add a custom script to do this: (the netmon -a command with the '16' option gives the same for snmp config polling) #set -x if [ `/usr/bin/whoami` != "root" ]; then echo "\nWARNING:" echo "This script must be run with root privileges." exit 1 fi cat /dev/null > /usr/OV/log/netmon.trace netmon -a 12 sleep 3 if [ -f /usr/OV/log/netmon.trace ]; then echo "Netmon is " `grep [-].*[:] /usr/OV/log/netmon.trace | wc -l ` "behind in status pinging"; else echo "Netmon is too busy to report now. Try later." fi exit 0 Cordially, Leslie A. Clark IBM Global Services - Systems Mgmt & Networking Detroit
Can anyone tell me how to find out the length of time it takes to poll the network? Thanks |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Next by Date: | RE: [nv-l] RFI Question, Maxime TRANNOY |
---|---|
Next by Thread: | RE: [nv-l] RFI Question, Maxime TRANNOY |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Archive operated by Skills 1st Ltd
See also: The NetView Web