summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2010-04-12 23:02:07 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2010-04-12 23:02:07 (GMT)
commitc63a4f726a0b6ad8cf6040f947754a81fd4683bb (patch)
tree32a4ef7a3ef258e4f76b5fd47b66d6ec2089a458
parent753b88408833702dbcf004e00a846550c2a0e952 (diff)
downloadmonitoring-plugins-c63a4f726a0b6ad8cf6040f947754a81fd4683bb.tar.gz
Fix typo
-rw-r--r--plugins/check_ntp_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c
index d4689bc..0512058 100644
--- a/plugins/check_ntp_peer.c
+++ b/plugins/check_ntp_peer.c
@@ -278,7 +278,7 @@ int ntp_request(const char *host, double *offset, int *offset_result, double *ji
278 } 278 }
279 } 279 }
280 } 280 }
281 if(verbose) printf("%d candiate peers available\n", num_candidates); 281 if(verbose) printf("%d candidate peers available\n", num_candidates);
282 if(verbose && syncsource_found) printf("synchronization source found\n"); 282 if(verbose && syncsource_found) printf("synchronization source found\n");
283 if(! syncsource_found){ 283 if(! syncsource_found){
284 status = STATE_WARNING; 284 status = STATE_WARNING;