1- What I would do is, create a script that pings the remote server and outputs the results.
2- Put that script on the server you want to ping from in snmpd.conf. example... (exec check_drbd /usr/bin/perl /usr/local/bin/check_drbd.pl) 3- snmpd will execute this script everytime the oid is pulled. (Check this oid tree 1.3.6.1.4.1.2021.8.1.101). You will find the exact OID for that script once you walk that tree. 4- Add this oid in the perf template in zenoss. On Saturday 10 November 2007 03:20:55 am palm101 wrote: > Hello > > I have Zenoss running and monitoring 35 devices (Linux, Windows, Solaris, > OpenVMS, Cisco switches and routers). > > I have the below question and not sure if this is the right place. > > Now, is it possible to graph the latency of a remote device (in another > country) via ping from a remote server (in the same network as Zenoss)? > > So, perhaps Zenoss can SSH into the remote server (in the same network as > Zenoss), then ping the remote device (in another country), gather the ping > response and graph it. > > Any ideas? > > > > > -------------------- m2f -------------------- > > Read this topic online here: > http://community.zenoss.com/forums/viewtopic.php?p=13059#13059 > > -------------------- m2f -------------------- > > > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
