Code

Added state retention APIs. Implemented for check_snmp with --rate option.
[nagiosplug.git] / plugins / Makefile.am
2010-06-23 Ton VoonAdded state retention APIs. Implemented for check_snmp...
2009-09-25 nagiospluginsAllow custom versions with the release file...
2009-05-26 Thomas Guyot-SionnestFix check_by_ssh interpretation of quotes in -C paramet...
2009-03-14 Ton VoonFixed passing of quotes in OID for check_snmp (#1985230...
2009-01-15 Thomas Guyot-SionnestSync with gnulib
2008-11-27 Thomas Guyot-SionnestFixing build breakages (I totally forgot this rule...
2008-11-26 Thomas Guyot-SionnestDisable dynamic versionning for releases, and allow...
2008-11-25 Thomas Guyot-SionnestWorkaround to support more make programs
2008-11-23 Thomas Guyot-SionnestAvoid the use of .PHONY (target s created twice and...
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-07-08 Ton Vooncheck_procs captures stderr and adds to plugin output...
2008-03-14 Ton VoonFixed 64 bit pst3 when tries to link to gettext. Gettex...
2007-12-12 Ton VoonRun tinderbox builds in a test debug mode using "make...
2007-12-04 Thomas Guyot-SionnestMerge changes from branches/dermoth_ntp_rework (check_n...
2007-09-21 Ton VoonStop double expansion of parameters for negate - works...
2007-04-15 Thomas Guyot-SionnestAdd thresholds support for check_cluster + lots of...
2007-04-13 Thomas Guyot-Sionnestautomake magic for check_cluster
2007-01-24 Ton VoonVarious cleanups in the syncing with gnulib
2007-01-24 Ton VoonSync with gnulib - lots of extraneous code removed...
2006-12-06 Ton VoonMove SSL libs to correct order per plugin
2006-12-06 Ton VoonOnly include -lssl for plugins that require it
2006-07-28 Ton VoonCleanup references to old check_udp and INSTALL_OPTS...
2006-07-28 Ton Vooncheck_udp.c deprecated and check_udp now linked to...
2006-07-13 Ton VoonMove new util_* functions to lib/
2006-07-12 Ton VoonMoving check_disk functions into utils_disk.c and testi...
2006-07-03 Ton VoonFixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
2006-05-01 M. Sean Finney- check_ntp:
2006-03-21 Ton Voonmysql discovery based on mysql_config (Johan Fischer...
2006-03-17 Ton Voonmysql detection cleanup: fixes runtime linking, autodet...
2006-01-31 Ton VoonClean compile of check_mysql_query on MacOSX
2006-01-31 Ton VoonAdding check_mysql_query, using new ranges and threshol...
2006-01-30 Ton VoonAdded libtap tests for utils.c library functions. Remov...
2005-10-30 M. Sean Finneyturned on -Wall in plugins/Makefile.am via AM_CFLAGS...
2005-10-29 M. Sean Finneypatch from nsturm: Makefile.am should have been checkin...
2005-10-25 M. Sean Finney- added code to allow check_tcp (via np_net_connect...
2005-10-24 M. Sean Finneyinitial merging of ae's np_runcmd code into selected...
2005-10-23 M. Sean Finney- compartmentalized ssl code into seperate sslutils.c
2005-10-19 M. Sean Finney- initial attempt at consolidating ssl-related code...
2005-09-21 Ton VoonSeparation of root setuid plugins into plugins-root/
2005-09-14 Ton VoonSome makes do not like blank lines after "\". Fixed...
2005-06-28 M. Sean Finneyscanf parsing fix for check_swap from tracker id 112329...
2005-02-11 Stanley HopcroftFix for check_icmp build on Solaris from Andreas Ericss...
2005-02-01 Stanley Hopcroftcheck_icmp added to libexec_PROGRAMS
2005-02-01 Stanley Hopcrofthacks to partly support check_icmp.c (1.0).
2005-01-27 Harper MannAdded check_dhcp bask into libexec_PROGRAMS after talki...
2005-01-24 Stanley HopcroftRemoved check_dhcp and check_icmp from libexec_PROGRAMS...
2004-12-28 Benoit Mortierstarttls support for check_smtp #1041576
2004-12-23 Ton VoonAnother attempt at fixing check_http compile on Redhat...
2004-12-21 Ton VoonRevert back to previous openssl checks (the ones from...
2004-12-15 Ton VoonSupport for coreutils lib. Configure tests via m4 scrip...
2004-12-10 Matthew KentCompile broken - fixing link flags.
2004-12-10 Stanley HopcroftChanges to link flags for check_dhcp.c
2004-12-08 Benoit Mortierpatch 1028033
2004-12-07 Ton VoonBetter SSL checking (inspired by curl 7.12.2's configur...
2004-12-07 Stanley HopcroftCorrect dependencies for check_dhcp.c.
2004-12-07 Stanley HopcroftNew plugin: check_dhcp.c. Attempt to port to non Linux...
2004-12-04 Benoit Mortierinternationalization fixes
2004-12-02 Stanley HopcroftAdd check_icmp plugin
2003-10-24 Ton VoonMoved config.h to toplevel
2003-09-16 Ton VoonSupport for AIX ps command and cleanup of configure...
2003-08-03 Karl DeBisschopmarkup for translation, use common.h, fix problems...
2003-08-01 Karl DeBisschop'ln -f -s ...' is not reliable/portable. Use 'rm -f...
2003-07-26 Karl DeBisschopcheckins for internationalization
2003-07-04 Karl DeBisschoponly make links for check_spop and check_simap when...
2003-06-30 Jeremy T. BouseAdded check_simap & check_spop to check_tcp_programs
2003-06-21 Karl DeBisschopsoalris 8 needs 'ln -s -f' instead of 'ln -sf'
2003-04-09 Karl DeBisschopcheck_game needs popen.c now
2003-04-07 Ton VoonSouped up check_procs with different metrics
2003-03-15 Jeremy T. BouseSpent the day working on backwards compatability using...
2003-03-13 Jeremy T. BouseUpdated cvs ignore files to reflect changes
2003-03-08 Ton VoonMove snprintf into lib
2003-02-19 Ton VoonMove getloadavg to lib directory. Must run "aclocal...
2003-02-16 Ton VoonFixed dependencies for check_nt
2003-02-10 Ton VoonRemove unnecessary getopt references and link in lib...
2003-02-03 Ton VoonPatch for Mac OS X compile (652080 - Ton Voon)
2003-01-29 Ton VoonAdded in check_nt for bug 646516
2002-11-19 Karl DeBisschopanother try at portable symlinking
2002-11-19 Karl DeBisschopanother try at portable symlinking
2002-11-19 Karl DeBisschoprewrite of install-exec-hook for solaris
2002-11-16 Karl DeBisschopfix too many sources problem for programs tha are symli...
2002-11-14 Karl DeBisschopfix typo in snprintf build
2002-11-14 Karl DeBisschopcan't drop these sources -- neded for dist
2002-11-14 Karl DeBisschopfix build rule for snprintf
2002-11-14 Karl DeBisschopremove check_nt again
2002-11-14 Karl DeBisschopback out last change -- it was only work in progress
2002-11-14 Karl DeBisschopremove call_getopt and ssprintf
2002-10-25 Karl DeBisschopremove check_nt
2002-10-25 Karl DeBisschopinclude getloadavg sources, add some Solaris pkg build...
2002-10-21 Karl DeBisschopneed to define SOURCES for check_tcp to also build...
2002-10-21 Karl DeBisschoproll check_ftp, check_imap, check_pop, and check_nntp...
2002-09-12 Karl DeBisschopnegate wrapper
2002-02-28 Ethan GalstadInitial revision