2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

A small text correction

This commit is contained in:
Thomas Diener 2012-04-01 21:52:18 +02:00
parent 440ebfe69b
commit 8c5a7b2f90

View File

@ -35,7 +35,7 @@
# /usr/share/snmp/mibs/FORTINET-CORE-MIB.mib.txt
# /usr/share/snmp/mibs/FORTINET-FORTIGATE-MIB.mib
#
# Testeding The plugin ist testet with the following OS/Software:
# Testing This plugin has been tested with the following OS/software:
#
# Appliance/Firmware:
# Fortigate-50B 3.00-b0662(MR6 Patch 1) work with v1.00-1.02
@ -61,7 +61,7 @@ FNTYPE=`echo $MIBFILE | cut -d "." -f1 | cut -d "/" -f6`
if [ -r $MIBFILE ]; then
SNMPGET="/usr/bin/snmpget -m $MIBFILE -c $community -v 2c $SNMPCLIENT"
else
echo Nok! MIB definition file not available or readable.
echo No, MIB definition file not available or readable.
exit 1
fi
UNIT="Fortinet Fortigate Unit"