Probes for smokeping (http://people.ee.ethz.ch/~oetiker/webtools/smokeping/)

The probes use the ciscoRttMon MIB functionality ("Service Assurance Agent", "SAA") of Cisco IOS to measure 
  - ICMP echo response times - CiscoRTTMonEchoICMP.pm
  - DNS query response times - CiscoRTTMonDNS.pm
  - TCP connect times - CiscoRTTMonTcpConnect.pm
between a Cisco IOS device and an IP host. 

The probes rely on the MIB definitions in the included ciscoRttMonMIB.pm .

INSTALLATION
     cp ciscoRttMonMIB.pm ($SMOKEPINGINSTALLDIR)/lib 
     cp CiscoRTTMon*      ($SMOKEPINGINSTALLDIR)/lib/probes

   Please install version 0.97 or higher of Simon Leinen's SNMP_Session.pm
   ftp://ftp.switch.ch/software/sources/network/snmp/perl/

MORE INFO
	pod2man CiscoRTTMonEchoICMP.pm | nroff -man | more
	pod2man CiscoRTTMonTcpConnect.pm | nroff -man | more
	pod2man CiscoRTTMonDNS.pm | nroff -man | more

25/9/3	joerg.kummer@roche.com
