aboutsummaryrefslogtreecommitdiff
path: root/plugins/common.h
AgeCommit message (Expand)Author
2019-02-15check_by_ssh: fix child process leak on timeoutsGravatar Sven Nierlein
2017-11-06Fix build issue with MariaDB 10.2Gravatar Bernard Spil
2016-11-13add openssl 1.1 supportGravatar vagrant
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-08-27Partially revert "check_snmp: Close potential for using uninitialized memory"Gravatar Holger Weiss
2013-08-27Merge branch 'master' of https://github.com/ozamosi/nagios-pluginsGravatar Holger Weiss
2013-08-20added missing header to fix build on freebsdGravatar Sven Nierlein
2013-08-19Clean up check for _SC_NPROCESSORS_ONLNGravatar Holger Weiss
2013-08-19Bug fix for ncpus if hyperthreading turned off in linuxGravatar Booker C. Bense
2013-01-29check_snmp: Close potential for using uninitialized memoryGravatar Robin Sonefors
2012-10-09Allow for configuring OpenSSLGravatar Holger Weiss
2012-02-10Enable compiling on AIX 6.1Gravatar Eric Stanley
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-03-11Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITSGravatar Ton Voon
2008-02-13This floorf workaround is Nnot needed anymore since floorf is part of GnulibGravatar Thomas Guyot-Sionnest
2008-02-12Sync to latest GnulibGravatar Thomas Guyot-Sionnest
2008-01-31Bump plugins/ to GPLv3 (header files)Gravatar Thomas Guyot-Sionnest
2007-04-25check_load can optionally divide by number of cpusGravatar Ton Voon
2007-03-22Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/OGravatar Holger Weiss
2007-01-27Include GNULib's "dirname.h" in order to pull in the base_name()Gravatar Holger Weiss
2007-01-24Sync with gnulib - lots of extraneous code removed in preference to GNU codeGravatar Ton Voon
2006-12-07Fix coredump on 64bit Solaris. Also adds more error conditions and movesGravatar Ton Voon
2006-07-29Fix two Solaris compile problemsGravatar Ton Voon
2006-07-19Fix to add uintmax_t, for check_disk.c compileGravatar Ton Voon
2006-07-19Fix for CHAR_MAX on Solaris 9Gravatar Ton Voon
2006-05-25Gettext fixes to sync with coreutilsGravatar Ton Voon
2006-05-18Synchronise with coreutils 2.95. Gettext now synced with coreutils,Gravatar Ton Voon
2006-05-01- check_ntp:Gravatar M. Sean Finney
2005-12-07No floorf on Solaris 9 (Jon Vandegrift - 1374705)Gravatar Ton Voon
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyGravatar M. Sean Finney
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}Gravatar M. Sean Finney
2004-12-10Fix includes for gettextGravatar Ton Voon
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-08-23Using swapctl for Solaris, Tru64 and *BSD (Sean Finney)Gravatar Ton Voon
2004-08-19Patch for tru64 using swapctl calls (Sean Finney)Gravatar Ton Voon
2003-10-24Ignore __attribute__ for non-GNU compilersGravatar Ton Voon
2003-09-16AIX problem with enum TRUE and FALSE (Ludse Verhoeven)Gravatar Ton Voon
2003-09-03include math.h if needed for HUGE_VALGravatar Karl DeBisschop
2003-08-09Code clean-upGravatar Jeremy T. Bouse
2003-07-26add S_ macor to mark message for both translation and inclusion into docbook ...Gravatar Karl DeBisschop
2003-07-26checkins for internationalizationGravatar Karl DeBisschop
2003-07-21add stubs to allow markup for translationGravatar Karl DeBisschop
2003-07-21test GNU_SOURCE and include features.h if present to clear warning about aspr...Gravatar Karl DeBisschop
2003-04-09rewrite #elif to be compatible with traditional CGravatar Karl DeBisschop
2003-03-18use enum instead of define, remove some cruft from old snprintf implementationGravatar Karl DeBisschop
2003-03-13Updated cvs ignore files to reflect changesGravatar Jeremy T. Bouse