diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-11-10 17:42:44 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-11-10 17:42:44 +0000 |
commit | a22c1454b6ff2a943a69d9985651469b2631f635 (patch) | |
tree | 1e21232b3e347e2f4e67ca6c5ce91faf27fe47bb /plugins/check_time_ntp.c | |
parent | cecee3b342dddc4050f205f6b8f29c59f82fabd3 (diff) | |
download | monitoring-plugins-a22c1454b6ff2a943a69d9985651469b2631f635.tar.gz |
Commiting current work (check_ntpd.c mainly completed, check_time_ntp.c not started yet)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/dermoth_ntp_rework@1823 f882894a-f735-0410-b71e-b25c423dba1c
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. |