diff options
Diffstat (limited to 'plugins/check_time_ntp.c')
-rw-r--r-- | plugins/check_time_ntp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_time_ntp.c b/plugins/check_time_ntp.c index df6e02f8..d23987ba 100644 --- a/plugins/check_time_ntp.c +++ b/plugins/check_time_ntp.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * TODO: check offset only (remove all NTP control packet stuff) |
3 | * Nagios check_ntp plugin | 3 | * Nagios check_time_ntp plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2006 sean finney <seanius@seanius.net> | 6 | * Copyright (c) 2006 sean finney <seanius@seanius.net> |
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | * Description: | 11 | * Description: |
12 | * | 12 | * |
13 | * This file contains the check_ntp plugin | 13 | * This file contains the check_time_ntp plugin |
14 | * | 14 | * |
15 | * This plugin to check ntp servers independant of any commandline | 15 | * This plugin to check ntp servers independant of any commandline |
16 | * programs or external libraries. | 16 | * programs or external libraries. |