aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ntp.c
AgeCommit message (Expand)Author
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2010-04-14Update french translation (fix all fuzzy's)Gravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-19Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265)Gravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-29Use UT_THRESHOLDS_NOTES in all pluginsGravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-04-05check_ntp and check_ntp_peer now show proper jitter/stratum thresholds longop...Gravatar Thomas Guyot-Sionnest
2008-01-30Bump plugins/ to GPLv3 (check_apt to check_nwstat)Gravatar Thomas Guyot-Sionnest
2008-01-29Fix bugs and flaws in best offset server selection of check_ntp_time and (dep...Gravatar Thomas Guyot-Sionnest
2008-01-05Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply to check_ntp)Gravatar Thomas Guyot-Sionnest
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Gravatar Thomas Guyot-Sionnest
2007-12-10OOPS! Last commit should have included these files.Gravatar Thomas Guyot-Sionnest
2007-12-04missing word in comment block.Gravatar Thomas Guyot-Sionnest
2007-11-23- Use max_state_alt in check_ntp to fix some issues with the latest commits.Gravatar Thomas Guyot-Sionnest
2007-11-10Fix newly added stratum check (has to be decreased by one when using normal N...Gravatar Thomas Guyot-Sionnest
2007-10-25check_ntp now return UNKNOWN instead of WARNING if jitter isGravatar Thomas Guyot-Sionnest
2007-10-11Add stratum thresholds support for check_ntp (feature request #1703823)Gravatar Thomas Guyot-Sionnest
2007-10-11Use provided threshold functions (no functionnal change apart the check for o...Gravatar Thomas Guyot-Sionnest
2007-09-26Patch #1798774: check_ntp: honor ntp flagsGravatar Thomas Guyot-Sionnest
2007-07-14check_ntp: Fixed typo in typo in argument sanity check. Thanks to Aurelien Bo...Gravatar Matthias Eble
2007-04-10- Fix possibility of printing scientific numbers in perfdataGravatar Thomas Guyot-Sionnest
2007-04-04Fix for getting dispersion instead of jitter on older servers (like xntpd on ...Gravatar Thomas Guyot-Sionnest
2007-04-03Fix the synchronization source selection on big-endian systems.Gravatar Holger Weiss
2007-04-03Temporary fix for jitter calculationGravatar Thomas Guyot-Sionnest
2007-04-02Don't rely on the assumption that the size of a READSTAT response is aGravatar Holger Weiss
2007-04-02Fix byte order in verbose loggingGravatar Thomas Guyot-Sionnest
2007-04-02Seems like we don't get any jitter sometimes. While this needs to be fixed we...Gravatar Thomas Guyot-Sionnest
2007-03-31Fix an out-of-bounds memcpy(3) and add a realloc(3) error check inGravatar Holger Weiss
2007-03-31Add a warning to the verbose output if jitter_request() found noGravatar Holger Weiss
2007-03-31Avoid division by zero.Gravatar Holger Weiss
2007-03-31Remove the '-O' option, as it's ignored.Gravatar Holger Weiss
2007-03-29Adding help text for jitter flagsGravatar Ton Voon
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-20compilation fixes for check_ntp.c:Gravatar M. Sean Finney
2006-10-19first pass at cleaning localization for new releaseGravatar Benoit Mortier
2006-10-12Removed extraneous comma in perf data outputGravatar Ton Voon
2006-08-11Catch no responses from any server (1538341 - nmdias)Gravatar Ton Voon
2006-06-17cleaning up help and usageGravatar Benoit Mortier
2006-05-01- check_ntp:Gravatar M. Sean Finney
2006-04-12the offset_requests are now parallelized. still stuff needs to beGravatar M. Sean Finney
2006-04-12added a currently unused but "good for reference" version of offset_requestGravatar M. Sean Finney
2006-04-11another big code-commit to check_ntp. jitter calculations now work, andGravatar M. Sean Finney
2006-03-20- shuffling some code around to keep things tidy.Gravatar M. Sean Finney
2006-03-20ipv6 support for c-version of check_ntpGravatar M. Sean Finney
2006-03-18initial version of the pure-c check_ntp implementation. jitter not yetGravatar M. Sean Finney