From 9a5f2f063eda8ff32c33fb155becf572c7846c8f Mon Sep 17 00:00:00 2001 From: bernat Date: Thu, 20 May 2004 09:38:15 +0200 Subject: [PATCH] Ajout du virus de Will darcs-hash:20040520073815-d1718-a7802fad547c5121c66718f0db90bfcc922dd6a5.gz --- snmp/komaz-mrtg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/snmp/komaz-mrtg b/snmp/komaz-mrtg index 8c8fdcf1..acd69794 100755 --- a/snmp/komaz-mrtg +++ b/snmp/komaz-mrtg @@ -63,6 +63,10 @@ case "$1" in echo "" echo "komaz-connexions" ;; - - + will-pede) + snmpget $OPTIONS $HOSTNAME $COMMUNITY enterprises.ucdavis.extTable.extEntry.extOutput.24 | awk '{print $3}' + echo 0 + echo "" + echo "will" + ;; esac