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