index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_ntp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
Bump plugins/ to GPLv3 (check_apt to check_nwstat)
Thomas Guyot-Sionnest
1
-25/+22
2008-01-29
Fix bugs and flaws in best offset server selection of check_ntp_time and (dep...
Thomas Guyot-Sionnest
1
-33/+35
2008-01-05
Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply to check_ntp)
Thomas Guyot-Sionnest
1
-7/+14
2007-12-11
Adding missing function calls needed for i18n (only for plugins already in PO...
Thomas Guyot-Sionnest
1
-0/+4
2007-12-10
OOPS! Last commit should have included these files.
Thomas Guyot-Sionnest
1
-5/+5
2007-12-04
missing word in comment block.
Thomas Guyot-Sionnest
1
-1/+1
2007-11-23
- Use max_state_alt in check_ntp to fix some issues with the latest commits.
Thomas Guyot-Sionnest
1
-53/+10
2007-11-10
Fix newly added stratum check (has to be decreased by one when using normal N...
Thomas Guyot-Sionnest
1
-1/+3
2007-10-25
check_ntp now return UNKNOWN instead of WARNING if jitter is
Thomas Guyot-Sionnest
1
-6/+25
2007-10-11
Add stratum thresholds support for check_ntp (feature request #1703823)
Thomas Guyot-Sionnest
1
-15/+56
2007-10-11
Use provided threshold functions (no functionnal change apart the check for o...
Thomas Guyot-Sionnest
1
-38/+26
2007-09-26
Patch #1798774: check_ntp: honor ntp flags
Thomas Guyot-Sionnest
1
-0/+9
2007-07-14
check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...
Matthias Eble
1
-1/+1
2007-04-10
- Fix possibility of printing scientific numbers in perfdata
Thomas Guyot-Sionnest
1
-12/+36
2007-04-04
Fix for getting dispersion instead of jitter on older servers (like xntpd on ...
Thomas Guyot-Sionnest
1
-2/+13
2007-04-03
Fix the synchronization source selection on big-endian systems.
Holger Weiss
1
-2/+2
2007-04-03
Temporary fix for jitter calculation
Thomas Guyot-Sionnest
1
-1/+4
2007-04-02
Don't rely on the assumption that the size of a READSTAT response is a
Holger Weiss
1
-5/+6
2007-04-02
Fix byte order in verbose logging
Thomas Guyot-Sionnest
1
-1/+1
2007-04-02
Seems like we don't get any jitter sometimes. While this needs to be fixed we...
Thomas Guyot-Sionnest
1
-1/+2
2007-03-31
Fix an out-of-bounds memcpy(3) and add a realloc(3) error check in
Holger Weiss
1
-2/+5
2007-03-31
Add a warning to the verbose output if jitter_request() found no
Holger Weiss
1
-1/+4
2007-03-31
Avoid division by zero.
Holger Weiss
1
-1/+1
2007-03-31
Remove the '-O' option, as it's ignored.
Holger Weiss
1
-7/+2
2007-03-29
Adding help text for jitter flags
Ton Voon
1
-0/+4
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1/+1
2007-01-20
compilation fixes for check_ntp.c:
M. Sean Finney
1
-3/+3
2006-10-19
first pass at cleaning localization for new release
Benoit Mortier
1
-18/+33
2006-10-12
Removed extraneous comma in perf data output
Ton Voon
1
-1/+1
2006-08-11
Catch no responses from any server (1538341 - nmdias)
Ton Voon
1
-1/+6
2006-06-17
cleaning up help and usage
Benoit Mortier
1
-6/+12
2006-05-01
- check_ntp:
M. Sean Finney
1
-76/+144
2006-04-12
the offset_requests are now parallelized. still stuff needs to be
M. Sean Finney
1
-62/+105
2006-04-12
added a currently unused but "good for reference" version of offset_request
M. Sean Finney
1
-0/+76
2006-04-11
another big code-commit to check_ntp. jitter calculations now work, and
M. Sean Finney
1
-22/+247
2006-03-20
- shuffling some code around to keep things tidy.
M. Sean Finney
1
-19/+32
2006-03-20
ipv6 support for c-version of check_ntp
M. Sean Finney
1
-2/+12
2006-03-18
initial version of the pure-c check_ntp implementation. jitter not yet
M. Sean Finney
1
-0/+355