aboutsummaryrefslogtreecommitdiff
path: root/plugins-scripts/check_ntp.pl
diff options
context:
space:
mode:
authorGravatar Subhendu Ghosh <sghosh@users.sourceforge.net> 2002-06-08 00:33:50 +0000
committerGravatar Subhendu Ghosh <sghosh@users.sourceforge.net> 2002-06-08 00:33:50 +0000
commit5313d0d60331cc5136bf097c75556039ca27f4c4 (patch)
treed18ea5a35a1b539b274b9fd0bd42bdbeae2fbead /plugins-scripts/check_ntp.pl
parent4bea73077b3a601911ffb8338da8c35d00e2477a (diff)
downloadmonitoring-plugins-5313d0d60331cc5136bf097c75556039ca27f4c4.tar.gz
xntpdc/ntpdc patch - John Koyle
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@48 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/check_ntp.pl')
-rwxr-xr-xplugins-scripts/check_ntp.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins-scripts/check_ntp.pl b/plugins-scripts/check_ntp.pl
index 68acdf65..fee58e69 100755
--- a/plugins-scripts/check_ntp.pl
+++ b/plugins-scripts/check_ntp.pl
@@ -120,10 +120,11 @@ my $dispersion_error = $ERRORS{'UNKNOWN'};
my $key = undef;
# some systems don't have a proper ntpdc/xntpdc
+my $have_ntpdc = undef;
if ($utils::PATH_TO_NTPDC && -x $utils::PATH_TO_NTPDC ) {
- my $have_ntpdc = 1;
+ $have_ntpdc = 1;
}else{
- my $have_ntpdc = 0;
+ $have_ntpdc = 0;
}
# Just in case of problems, let's not hang Nagios