diff options
| author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-12-02 16:42:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 16:42:05 +0100 |
| commit | 911e44045d7291f5ede22739fd176ef55dd3de4a (patch) | |
| tree | cf36b95a4a964b03d6ecf75770ced2cb3a2ac3a9 /plugins/check_ntp_peer.c | |
| parent | 8294af907bd8482a86df749f562b7ec09e3faeed (diff) | |
| parent | ed7cdf82a42f16532801ea4f118870ce9a130fcf (diff) | |
| download | monitoring-plugins-911e44045d7291f5ede22739fd176ef55dd3de4a.tar.gz | |
Merge branch 'master' into fix/shellcheck
Diffstat (limited to 'plugins/check_ntp_peer.c')
| -rw-r--r-- | plugins/check_ntp_peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index c656b0f5..6842842f 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
| @@ -245,7 +245,7 @@ int ntp_request(const char *host, double *offset, int *offset_result, double *ji | |||
| 245 | do { | 245 | do { |
| 246 | /* Attempt to read the largest size packet possible */ | 246 | /* Attempt to read the largest size packet possible */ |
| 247 | req.count=htons(MAX_CM_SIZE); | 247 | req.count=htons(MAX_CM_SIZE); |
| 248 | DBG(printf("recieving READSTAT response")) | 248 | DBG(printf("receiving READSTAT response")) |
| 249 | if(read(conn, &req, SIZEOF_NTPCM(req)) == -1) | 249 | if(read(conn, &req, SIZEOF_NTPCM(req)) == -1) |
| 250 | die(STATE_CRITICAL, "NTP CRITICAL: No response from NTP server\n"); | 250 | die(STATE_CRITICAL, "NTP CRITICAL: No response from NTP server\n"); |
| 251 | DBG(print_ntp_control_message(&req)); | 251 | DBG(print_ntp_control_message(&req)); |
