[mrtg] Voice Calls Help
scoob8000
scoob8000 at gmail.com
Mon May 19 22:23:52 CEST 2008
Try something like this maybe?
Call it from your mrtg.cfg as an external sensor. $1 is the ip of the
device..
##########################################################################
#!/bin/bash
linecount=`snmpget -OvUq -r 3 -t 20 -v 1 -c public $1
1.3.6.1.4.1.9.9.63.1.3.1.1.1 `
echo $linecount | wc -l
echo "0"
echo "Device Name"
echo "N/A"
##########################################################################
-Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/mrtg/attachments/20080519/5d8774c0/attachment-0001.html
More information about the mrtg
mailing list