summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-0/+9
2008-04-29Use UT_THRESHOLDS_NOTES in all pluginsThomas Guyot-Sionnest1-3/+1
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-1/+0
2008-04-05check_ntp and check_ntp_peer now show proper jitter/stratum thresholds longop...Thomas Guyot-Sionnest1-2/+2
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Thomas Guyot-Sionnest1-25/+22
2008-01-29Fix bugs and flaws in best offset server selection of check_ntp_time and (dep...Thomas Guyot-Sionnest1-33/+35
2008-01-05Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply to check_ntp)Thomas Guyot-Sionnest1-7/+14
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Thomas Guyot-Sionnest1-0/+4
2007-12-10OOPS! Last commit should have included these files.Thomas Guyot-Sionnest1-5/+5
2007-12-04missing word in comment block.Thomas Guyot-Sionnest1-1/+1
2007-11-23- Use max_state_alt in check_ntp to fix some issues with the latest commits.Thomas Guyot-Sionnest1-53/+10
2007-11-10Fix newly added stratum check (has to be decreased by one when using normal N...Thomas Guyot-Sionnest1-1/+3
2007-10-25check_ntp now return UNKNOWN instead of WARNING if jitter isThomas Guyot-Sionnest1-6/+25
2007-10-11Add stratum thresholds support for check_ntp (feature request #1703823)Thomas Guyot-Sionnest1-15/+56
2007-10-11Use provided threshold functions (no functionnal change apart the check for o...Thomas Guyot-Sionnest1-38/+26
2007-09-26Patch #1798774: check_ntp: honor ntp flagsThomas Guyot-Sionnest1-0/+9
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Matthias Eble1-1/+1
2007-04-10- Fix possibility of printing scientific numbers in perfdataThomas Guyot-Sionnest1-12/+36
2007-04-04Fix for getting dispersion instead of jitter on older servers (like xntpd on ...Thomas Guyot-Sionnest1-2/+13
2007-04-03Fix the synchronization source selection on big-endian systems.Holger Weiss1-2/+2
2007-04-03Temporary fix for jitter calculationThomas Guyot-Sionnest1-1/+4
2007-04-02Don't rely on the assumption that the size of a READSTAT response is aHolger Weiss1-5/+6
2007-04-02Fix byte order in verbose loggingThomas Guyot-Sionnest1-1/+1
2007-04-02Seems like we don't get any jitter sometimes. While this needs to be fixed we...Thomas Guyot-Sionnest1-1/+2
2007-03-31Fix an out-of-bounds memcpy(3) and add a realloc(3) error check inHolger Weiss1-2/+5
2007-03-31Add a warning to the verbose output if jitter_request() found noHolger Weiss1-1/+4
2007-03-31Avoid division by zero.Holger Weiss1-1/+1
2007-03-31Remove the '-O' option, as it's ignored.Holger Weiss1-7/+2
2007-03-29Adding help text for jitter flagsTon Voon1-0/+4
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-20compilation fixes for check_ntp.c:M. Sean Finney1-3/+3
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-18/+33
2006-10-12Removed extraneous comma in perf data outputTon Voon1-1/+1
2006-08-11Catch no responses from any server (1538341 - nmdias)Ton Voon1-1/+6
2006-06-17cleaning up help and usageBenoit Mortier1-6/+12
2006-05-01- check_ntp:M. Sean Finney1-76/+144
2006-04-12the offset_requests are now parallelized. still stuff needs to beM. Sean Finney1-62/+105
2006-04-12added a currently unused but "good for reference" version of offset_requestM. Sean Finney1-0/+76
2006-04-11another big code-commit to check_ntp. jitter calculations now work, andM. Sean Finney1-22/+247
2006-03-20- shuffling some code around to keep things tidy.M. Sean Finney1-19/+32
2006-03-20ipv6 support for c-version of check_ntpM. Sean Finney1-2/+12
2006-03-18initial version of the pure-c check_ntp implementation. jitter not yetM. Sean Finney1-0/+355