Code

nagiosplug.git
2007-07-27 Holger WeissIf the TMPDIR environment variable is set, use that...
2007-07-26 Holger WeissThe "--serverip" and "--requestedip" options now accept...
2007-07-26 Holger WeissNew "-m, --mac" option which allows for specifying...
2007-07-26 Holger WeissMake sure strncpy(3)d buffers are nul-terminated.
2007-07-26 Holger WeissA few minor fixes/improvements which were included...
2007-07-26 Holger WeissNew "-u, --unicast" option which gives check_dhcp the...
2007-07-24 Ton VoonRemoving all .cvsignore files
2007-07-24 Ton VoonUpdated to use svn instead of cvs
2007-07-21 Holger WeissAdd "Connection: close" to the HTTP request header...
2007-07-15 Matthias EbleMake ps column count in zombie detection less restricti...
2007-07-14 Matthias EbleFixed segfault in argument processing. Thanks to Christ...
2007-07-14 Matthias Eblecheck_ntp: Fixed typo in typo in argument sanity check...
2007-07-10 Matthias EbleAdded examples for new features to check_disk
2007-07-10 Matthias EbleCheck_disk now calls stat() for all filesystems to...
2007-07-07 Matthias EbleAdded -v/--verbose argument to call ldap_perror() for...
2007-07-07 Matthias EbleChanged output order of print_revision
2007-07-07 Matthias EbleChanged print_revision output order in utils.pm
2007-07-07 Matthias Eblesubstituted $ID$ through $Revision$ in print_revision...
2007-07-07 Matthias EbleChanged order in -V/--version output
2007-07-06 Matthias EbleAdded hint to avoid using the boolean type in C as...
2007-06-20 Matthias EbleFixed default behaviour of check_ldaps
2007-06-20 Matthias EbleClarified check_ldaps behaviour. New arguments to expli...
2007-06-20 Matthias Ebleadded -V/--version to check_cluster
2007-06-18 Matthias EbleMake Linux specific plugin check_ide_smart build if...
2007-06-17 Holger WeissMinor fixes.
2007-06-17 Holger WeissFix buffer overflow vulnerabilities when parsing HTTP...
2007-06-15 Holger WeissWhen following redirects, the plugin supported 'Locatio...
2007-06-15 Holger Weiss`host_name' is a NULL pointer if the "-I" flag is used...
2007-06-13 Matthias EbleFixed some syntax errors to make check_ide_smart build
2007-06-12 Holger WeissAdd "-v" to help/usage output.
2007-06-12 Matthias EbleRemoved debug line
2007-06-11 Matthias EbleFixed problem with popen.c not parsing --longopt='foo...
2007-06-04 Ton VoonRemoved duplicate names
2007-06-04 Ton VoonFor 1.4.9 release
2007-06-03 Matthias EbleMinor corrections to test_tcp.c
2007-06-03 Matthias EbleMakefile.am changes for test_tcp.c
2007-06-03 Matthias EbleAdded test cases for utils_tcp
2007-06-03 Matthias EbleMoved check_tcp's expect string testing into utils_tcp...
2007-06-01 Holger WeissFix possible check_http segfaults when following HTTP...
2007-06-01 Holger WeissFix an off-by-one error where a realloc(3) call doesn...
2007-06-01 Holger WeissCall the SSL library initialization functions only...
2007-06-01 Holger WeissSave an entire CPU cycle if c points to NULL already.
2007-06-01 Holger WeissSet the pointers to the SSL and SSL_CTX objects back...
2007-05-29 Matthias EbleFix segfault when -e is specified multiple times. Thank...
2007-05-29 Matthias EbleNo more warn/crit values in performance data if -w...
2007-05-29 Thomas Guyot... check_snmp don't warn anymore if something is printed...
2007-05-29 Thomas Guyot... change a bunch of whitespaces (no code was harmed)
2007-05-27 Matthias Eblecheck_oracle does not need a valid ORACLE_HOME if calle...
2007-05-27 M. Sean Finneyadded functions to utils_base:
2007-05-24 Ton VoonTest for new functionality in negate (not automatically...
2007-05-24 Ton VoonTests for check_dummy
2007-05-23 Thomas Guyot... Update many strings in check_http to get more consisten...
2007-05-18 Thomas Guyot... Make check_tcp.t compatible with picky web servers.
2007-05-13 Holger WeissAdd missing options to the usage output.
2007-05-13 Matthias Eblecheck_dhcp now adds mandatory end option (Thanks to...
2007-05-12 Matthias EbleFixed glibc error caused in utils_base.c due to uniniti...
2007-05-12 Ton VoonUpdating gettext files from coreutils-6.9. mkinstalldir...
2007-05-09 Matthias Eblesmall typo in --help
2007-05-09 Matthias EbleFixed --help output (Ask Bjoern Hansen - #1714823)
2007-05-09 Matthias Ebleadded testcase to verify that old positional arguments...
2007-05-03 Matthias Eblefixed backward incompatibility introduced in 1.4.8...
2007-05-02 Thomas Guyot... Making Solaris happy
2007-05-02 Thomas Guyot... /* Nothing */
2007-05-02 Thomas Guyot... Fix check_time returning wrong OK when time is before...
2007-04-28 Matthias Ebleadded test cases for check_cluster
2007-04-25 Ton VoonTest installs into temporary directories
2007-04-25 Ton Vooncheck_load can optionally divide by number of cpus
2007-04-23 Holger Weiss#ifdef can only test a single macro, not an expression.
2007-04-20 Holger WeissRemove unused variables.
2007-04-20 Holger WeissInclude "utils_base.h".
2007-04-20 Holger WeissDeclare print_thresholds().
2007-04-20 Holger WeissPredeclare functions and remove unused variables.
2007-04-20 Holger WeissUse the 'server identifier' option instead of the ...
2007-04-19 Thomas Guyot... Fix compilation of check_ldap, check_radius and check_p...
2007-04-18 Holger WeissRevert my previous change to "-S/--skip" in favour...
2007-04-15 Thomas Guyot... Localization and help fixes (Thanks Benoit M.)
2007-04-15 Thomas Guyot... Cosmetic change
2007-04-15 Thomas Guyot... More details about the changes
2007-04-15 Thomas Guyot... Add thresholds support for check_cluster + lots of...
2007-04-15 Thomas Guyot... Fix bug #1344584: Counter64 values not handled correctly
2007-04-14 Thomas Guyot... Works for me
2007-04-14 Holger WeissUp to revision 1.35, the "-S" option skipped the specif...
2007-04-13 Thomas Guyot... ... Some CVS magic too
2007-04-13 Thomas Guyot... automake magic for check_cluster
2007-04-11 Ton VoonAdd news item to nagiosplugins.org
2007-04-11 Ton Voon1.4.8 release
2007-04-10 Thomas Guyot... Add some check_ntp translations
2007-04-10 Thomas Guyot... - Fix possibility of printing scientific numbers in...
2007-04-10 Thomas Guyot... Hopefully this is correct. Need to make more changes...
2007-04-04 Thomas Guyot... Fix for getting dispersion instead of jitter on older...
2007-04-03 Holger WeissFix the synchronization source selection on big-endian...
2007-04-03 Thomas Guyot... Temporary fix for jitter calculation
2007-04-02 Holger WeissDon't rely on the assumption that the size of a READSTA...
2007-04-02 Ton VoonAdd libgnu.a as regex functions required
2007-04-02 Thomas Guyot... Fix byte order in verbose logging
2007-04-02 Thomas Guyot... Seems like we don't get any jitter sometimes. While...
2007-04-01 Matthias Eblecheck_http.t: - added internet_access variable to skip...
2007-04-01 Matthias Ebleutils_disk: fixed handling if check_disk -p is a device...
2007-03-31 Holger WeissVarious check_ntp fixes
2007-03-31 Holger WeissFix an out-of-bounds memcpy(3) and add a realloc(3...
next