diff options
Diffstat (limited to 'plugins/check_ntp_time.c')
| -rw-r--r-- | plugins/check_ntp_time.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c index 4e3a55db..3e23d0bf 100644 --- a/plugins/check_ntp_time.c +++ b/plugins/check_ntp_time.c | |||
| @@ -696,6 +696,8 @@ int main(int argc, char *argv[]) { | |||
| 696 | 696 | ||
| 697 | mp_check overall = mp_check_init(); | 697 | mp_check overall = mp_check_init(); |
| 698 | 698 | ||
| 699 | mp_set_ok_summary(&overall, "NTP time synchronisation seems to be working"); | ||
| 700 | |||
| 699 | mp_subcheck sc_offset = mp_subcheck_init(); | 701 | mp_subcheck sc_offset = mp_subcheck_init(); |
| 700 | offset_request_wrapper offset_result = | 702 | offset_request_wrapper offset_result = |
| 701 | offset_request(config.server_address, config.port, config.time_offset); | 703 | offset_request(config.server_address, config.port, config.time_offset); |
