ajout des nouveaux btiments dans le script...
(stransky) darcs-hash:20021122235747-a279a-0c5e678494f3d432bb994d9f68b5b994872f8209.gz
This commit is contained in:
parent
c45074352d
commit
1bb44ab4cc
1 changed files with 11 additions and 1 deletions
12
snmp/bat.sh
12
snmp/bat.sh
|
@ -37,12 +37,22 @@ case "$1" in
|
||||||
batg)
|
batg)
|
||||||
GETVALUES $1 13
|
GETVALUES $1 13
|
||||||
;;
|
;;
|
||||||
batj)
|
batpdj)
|
||||||
GETVALUES $1 15
|
GETVALUES $1 15
|
||||||
;;
|
;;
|
||||||
batm)
|
batm)
|
||||||
GETVALUES $1 16
|
GETVALUES $1 16
|
||||||
;;
|
;;
|
||||||
|
bath)
|
||||||
|
GETVALUES $1 17
|
||||||
|
;;
|
||||||
|
bati)
|
||||||
|
GETVALUES $1 18
|
||||||
|
;;
|
||||||
|
batj)
|
||||||
|
GETVALUES $1 19
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Monitoring du switch backbone par snmp. Voir /etc/mrtg.cfg"
|
echo "Monitoring du switch backbone par snmp. Voir /etc/mrtg.cfg"
|
||||||
echo "Usage : /usr/scripts/snmp/bat.sh bata|batb|batc|batf|batg|batj|batm">&2
|
echo "Usage : /usr/scripts/snmp/bat.sh bata|batb|batc|batf|batg|batj|batm">&2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue