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:
parent
440ebfe69b
commit
8c5a7b2f90
@ -35,7 +35,7 @@
|
|||||||
# /usr/share/snmp/mibs/FORTINET-CORE-MIB.mib.txt
|
# /usr/share/snmp/mibs/FORTINET-CORE-MIB.mib.txt
|
||||||
# /usr/share/snmp/mibs/FORTINET-FORTIGATE-MIB.mib
|
# /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:
|
# Appliance/Firmware:
|
||||||
# Fortigate-50B 3.00-b0662(MR6 Patch 1) work with v1.00-1.02
|
# 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
|
if [ -r $MIBFILE ]; then
|
||||||
SNMPGET="/usr/bin/snmpget -m $MIBFILE -c $community -v 2c $SNMPCLIENT"
|
SNMPGET="/usr/bin/snmpget -m $MIBFILE -c $community -v 2c $SNMPCLIENT"
|
||||||
else
|
else
|
||||||
echo Nok! MIB definition file not available or readable.
|
echo No, MIB definition file not available or readable.
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
UNIT="Fortinet Fortigate Unit"
|
UNIT="Fortinet Fortigate Unit"
|
||||||
|
Loading…
Reference in New Issue
Block a user