[munin/mge_*] Mise à jour pour le nouvel onduleur

darcs-hash:20090116225327-ffbb2-3d0017a8d835ed1b3241176de04f92f0d6ca8565.gz
This commit is contained in:
Nicolas Dandrimont 2009-01-16 23:53:27 +01:00
parent 88e8bf76dd
commit e35cbd92e9
4 changed files with 7 additions and 6 deletions

View file

@ -11,4 +11,5 @@ fi
cmd="snmpget -O vq -v1 -c public pulsar.adm.crans.org SNMPv2-SMI::enterprises.705.1."
echo "hygro.value $(${cmd}8.2.0)"
t=$(${cmd}8.2.0)
echo "hygro.value $(($t/10)).$(($t%10))"