aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ntp.c
AgeCommit message (Expand)Author
2022-09-14Check ntp remove unused variables (#1781)Gravatar Lorenz
2016-12-01Spelling fixes suggested by lintianGravatar Jan Wagner
2016-11-07Merge pull request #1311 from waja/check_ntp_remove_unused_variablesGravatar Sven Nierlein
2015-10-04use unknown exit code for help/version in pluginsGravatar Sven Nierlein
2014-12-27check_ntp: remove unused variablesGravatar Sebastian Herbszt
2014-12-01check_ntp: Nul-terminate jitter dataGravatar Holger Weiss
2014-11-30Revert "plugins/check_ntp.c - Verify struct from response"Gravatar Holger Weiss
2014-11-27check_ntp: fix null terminationGravatar Sebastian Herbszt
2014-06-28plugins/check_ntp.c - Verify struct from responseGravatar Spenser Reinhardt
2014-01-24Fixing bug in average calculation (Submitted by Lars)Gravatar Jan Wagner
2014-01-24Making AVG_NUM configurable by compiler define (Submitted by Lars)Gravatar Jan Wagner
2014-01-21Merge branch 'rename'Gravatar Thomas Guyot-Sionnest
2014-01-21plugins/*.c: Alterations for timeout messages.Gravatar Spenser Reinhardt
2014-01-20Capitalize "Monitoring" when it's the first wordGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2012-11-28check_ntp(_time): don't die on connect errorsGravatar Sven Nierlein
2012-11-28unified ipv4/6 usage and help textGravatar Sven Nierlein
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
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