From bfd168f5cd7165bde69a0ff179bb60cc9ed4548a Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 21 Jul 2021 15:11:10 +0200 Subject: [PATCH] Drop d/patches/check_qnap_health/fix_strPart --- debian/patches/check_qnap_health/fix_strPart | 20 -------------------- debian/patches/series | 1 - 2 files changed, 21 deletions(-) delete mode 100644 debian/patches/check_qnap_health/fix_strPart diff --git a/debian/patches/check_qnap_health/fix_strPart b/debian/patches/check_qnap_health/fix_strPart deleted file mode 100644 index eb937ca..0000000 --- a/debian/patches/check_qnap_health/fix_strPart +++ /dev/null @@ -1,20 +0,0 @@ ---- a/check_qnap_health/check_qnap_health -+++ b/check_qnap_health/check_qnap_health -@@ -461,7 +461,7 @@ - fi - - # Disk IOPS ---------------------------------------------------------------------------------------------------------------------------------------------- --elif [ "$strpart" == "iops" ]; then -+elif [ "$strPart" == "iops" ]; then - IOPS=$(_snmpgetval 1.3.6.1.4.1.24681.1.4.1.11.5.6.2.1.3.1 | sed -E 's/"|\s%//g') - - OUTPUT="IOPS="$IOPS"|IOPS="$IOPS";$strWarning;$strCritical;0;100" -@@ -478,7 +478,7 @@ - fi - - # Disk Latency ---------------------------------------------------------------------------------------------------------------------------------------------- --elif [ "$strpart" == "latency" ]; then -+elif [ "$strPart" == "latency" ]; then - LATENCY=$(_snmpgetval 1.3.6.1.4.1.24681.1.4.1.11.5.6.2.1.4.1 | sed -E 's/"|\s%//g') - - OUTPUT="Latency="$LATENCY"|Latency="$LATENCY";$strWarning;$strCritical;0;100" diff --git a/debian/patches/series b/debian/patches/series index b3899da..efb5871 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,5 +11,4 @@ check_sieve/MonitoringPlugin check_sieve/BareWord check_tftp/epn check_tomcat/epn -check_qnap_health/fix_strPart check_iftraffic64/fix_traffic_file