From 6adaea0ef171f7081dba6409db6e6371fa39345a Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 19 Feb 2014 22:40:41 +0100 Subject: [PATCH] Fix 15_check_snmp_storage_64bit --- debian/patches/15_check_snmp_storage_64bit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/15_check_snmp_storage_64bit b/debian/patches/15_check_snmp_storage_64bit index aaa291a..4fbb0d7 100644 --- a/debian/patches/15_check_snmp_storage_64bit +++ b/debian/patches/15_check_snmp_storage_64bit @@ -14,13 +14,13 @@ ## ## http://www.monitoring-portal.org/wbb/index.php?page=Thread&threadID=12031 --- - plugins/check_snmp_storage.pl | 54 ++++++++++++++++++++++++++++--------------- + check_snmp_storage.pl | 54 ++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 18 deletions(-) -diff --git a/plugins/check_snmp_storage.pl b/plugins/check_snmp_storage.pl +diff --git a/check_snmp_storage.pl b/check_snmp_storage.pl index 1b8a398..a3c784f 100644 ---- a/plugins/check_snmp_storage.pl -+++ b/plugins/check_snmp_storage.pl +--- a/check_snmp_storage.pl ++++ b/check_snmp_storage.pl @@ -6,7 +6,7 @@ # Help : http://nagios.manubulon.com # Licence : GPL - http://www.fsf.org/licenses/gpl.txt