summaryrefslogtreecommitdiffstats
path: root/monitoring-plugins/monitoring-plugins-0002-Remove-assignment-of-not-parsed-to-jitter.patch
blob: 108bc27b8621d05b398cd965bbb014b62df955d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 657876dd7454bf526c70e0747c9d8a1a17828e99 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 10 Mar 2010 12:08:35 +0300
Subject: [PATCH 02/10] Remove assignment of (not parsed) to jitter

---
 plugins-scripts/check_ntp.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins-scripts/check_ntp.pl b/plugins-scripts/check_ntp.pl
index 5c87e0a..0733a63 100755
--- a/plugins-scripts/check_ntp.pl
+++ b/plugins-scripts/check_ntp.pl
@@ -313,7 +313,6 @@ if ($have_ntpq) {
 				}
 			} else {
 				print "No match!\n" if $verbose;
-				$jitter = '(not parsed)';
 			}
 			
 		}
-- 
1.8.3.1