Those were from me. Just little things to wrap around the 'netmon -a xx'
commands. The other optiona for 'netmon -a' are listed in the 6.0.1
Release Notes.
snmpstatus.sh:
#!/bin/ksh
#set -x
cat /dev/null > /usr/OV/log/netmon.trace
netmon -a 16
sleep 3
if [ -f /usr/OV/log/netmon.trace ]; then
echo "Netmon is " `grep [-].*[:] /usr/OV/log/netmon.trace | wc -l `
"behind in snmp polling"
else
echo "Netmon is too busy to report now. Try later."
fi
exit
================================================
pingstatus.sh
#!/bin/ksh
#set -x
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
=======================================================
The unnofficial archives are at:
http://www.vk.net/tivoli/Netview-List.nsf/main?openview
while we are waiting and hoping for new official archives...
Cordially,
Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit
richard_pike@saf
eway.co.uk To: nv-l@lists.tivoli.com
cc:
03/26/02 12:00 Subject: [nv-l] netmon
monitoring perl
PM scripts.
Could someone let me know where I can find an archive for this mailing
list.
I
am specifically after the two perl scripts which allows you to monitor
netmon
snmp and icmp polling.
Thanks
Richard.
****************************************************************************
* Unencrypted electronic mail is not secure and may not be authentic.
*
* If you have any doubts as to the contents please telephone to confirm.
*
* The information contained in this message is confidential and is
*
* intended for the addressee(s) only. If you have received this message in
*
* error or there are any problems, please notify the originator
*
* immediately. The unauthorised use, disclosure, copying or alteration of
*
* this message is strictly forbidden. Opinions, conclusions and other
*
* information expressed in this message are not given or endorsed by
*
* Safeway unless otherwise indicated by an authorised representative
*
* independent of this message.
*
****************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com
*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)
|