From 8c5a7b2f90b87208d4ecc0720db4c01aa09dc371 Mon Sep 17 00:00:00 2001 From: Thomas Diener Date: Sun, 1 Apr 2012 21:52:18 +0200 Subject: [PATCH] A small text correction --- plugins/system/snmp__fn/snmp__fn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/system/snmp__fn/snmp__fn b/plugins/system/snmp__fn/snmp__fn index 74fce3e7..2a9fd926 100755 --- a/plugins/system/snmp__fn/snmp__fn +++ b/plugins/system/snmp__fn/snmp__fn @@ -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"