changement de prise sur le backbone
darcs-hash:20020125071049-a279a-8dd4b0dd1c6c22b4ac1ceca882094ed3064d5b05.gz
This commit is contained in:
parent
f96b76ef40
commit
e441343421
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ case "$1" in
|
||||||
echo "batf"
|
echo "batf"
|
||||||
;;
|
;;
|
||||||
batg)
|
batg)
|
||||||
snmpget -m $MIBFILE $HOSTNAME $COMMUNITY interfaces.ifTable.ifEntry.ifOutOctets.16 | awk '{print $4}'
|
snmpget -m $MIBFILE $HOSTNAME $COMMUNITY interfaces.ifTable.ifEntry.ifOutOctets.14 | awk '{print $4}'
|
||||||
snmpget -m $MIBFILE $HOSTNAME $COMMUNITY interfaces.ifTable.ifEntry.ifInOctets.16 | awk '{print $4}'
|
snmpget -m $MIBFILE $HOSTNAME $COMMUNITY interfaces.ifTable.ifEntry.ifInOctets.14 | awk '{print $4}'
|
||||||
echo ""
|
echo ""
|
||||||
echo "batg"
|
echo "batg"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue