From 5a7b4f41fee2ad15d38e51329ae5aa5fff50fa91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20G=C3=B6tz?= Date: Thu, 29 Oct 2020 09:33:36 +0100 Subject: [PATCH] Fix typo ts3200 case Fix typo ts3200 case --- check_ibm_ts_tape.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_ibm_ts_tape.pl b/check_ibm_ts_tape.pl index e2cf695..8f11c79 100644 --- a/check_ibm_ts_tape.pl +++ b/check_ibm_ts_tape.pl @@ -88,7 +88,7 @@ $oid_faultdesc = "$oid_base.3.1.1.24.1"; $oid_cleanstate = "$oid_base.3.2.1.2"; } -if ( $model eq "ts3100" ) { +if ( $model eq "ts3200" ) { $oid_base = '.1.3.6.1.4.1.2.6.211'; #unique OID for ts3200 $oid_hostname = ".1.3.6.1.2.1.1.5.0"; $oid_uptime = ".1.3.6.1.2.1.1.3.0";