Comment 8 for bug 426813

Revision history for this message
gdowle (garb-dowle) wrote :

It's only a simple testing script:

#! /bin/bash
while [ 1 ]
do
  snmpwalk -v2c -c test_server 162.23.61.160
  sleep 5
done