diff --git a/snmp/bat.sh b/snmp/bat.sh index 67fcfbc7..670ca891 100755 --- a/snmp/bat.sh +++ b/snmp/bat.sh @@ -37,12 +37,22 @@ case "$1" in batg) GETVALUES $1 13 ;; - batj) + batpdj) GETVALUES $1 15 ;; batm) 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 "Usage : /usr/scripts/snmp/bat.sh bata|batb|batc|batf|batg|batj|batm">&2