Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / NEWS
2008-02-28 Ton VoonReverted check_procs for solaris back to using pst3...
2008-02-18 Ton VoonAdded CVE MITRE tracking number
2008-02-13 Matthias Eblecheck_pgsql now builds with postgres lib v8.3 (Jan...
2008-02-13 Thomas Guyot-SionnestNews, nothing else.
2008-01-29 Thomas Guyot-Sionnestcheck_ntp_peer now checks for the LI_ALARM flag
2008-01-29 Thomas Guyot-Sionnesttypo
2008-01-29 Thomas Guyot-SionnestFix bugs and flaws in best offset server selection...
2008-01-26 Thomas Guyot-Sionnest Fix help text of check_ntp_* (Bug #1880095)
2008-01-15 Thomas Guyot-SionnestFix check_disk disk usage calculation when using -...
2008-01-15 Thomas Guyot-SionnestAdd AC_SYS_LARGEFILE to configure.in (check_disk should...
2008-01-08 Ton VoonReverted commit 1879 where an invalid hostname returns...
2008-01-05 Thomas Guyot-SionnestFix Bug #1862300: check_ntp_time segfault in 1.4.11...
2008-01-05 Matthias Eblecheck_dns now sorts addresses for -a support with multi...
2007-12-21 Holger WeissNew "-s" option to specify the source IP address (thank...
2007-12-19 Ton Vooncheck_tcp now returns UNKNOWN with an invalid hostname...
2007-12-17 Ton VoonAdd check_nt -v INSTANCES (Alessandro Ren)
2007-12-13 Ton VoonNEWS edited for consistent grammar
2007-12-13 Ton VoonPreparation for 1.4.11
2007-12-13 Ton VoonFixed VPATH problem in plugins-root (Tom Payerle -...
2007-12-13 Ton VoonUpdate to latest Nagios::Plugin
2007-12-12 Ton VoonRun tinderbox builds in a test debug mode using "make...
2007-12-10 Matthias EbleFixed check_load argument handling when passing non...
2007-12-08 Thomas Guyot-SionnestFix check_disk reporting OK if disk usage grows over...
2007-12-04 Thomas Guyot-SionnestMerge changes from branches/dermoth_ntp_rework (check_n...
2007-11-23 Thomas Guyot-Sionnest- Use max_state_alt in check_ntp to fix some issues...
2007-11-11 Thomas Guyot-SionnestFix broken usage2 in check_snmp and check_cluster
2007-10-25 Thomas Guyot-Sionnestcheck_ntp now return UNKNOWN instead of WARNING if...
2007-10-11 Thomas Guyot-SionnestAdd stratum thresholds support for check_ntp (feature...
2007-10-02 Holger WeissFix regression in 1.4.10 where following redirects...
2007-09-29 Ton VoonPrep for 1.4.10
2007-09-26 Holger WeissDrop the weird and undocumented behaviour of using...
2007-09-26 Thomas Guyot-SionnestPatch #1798774: check_ntp: honor ntp flags
2007-09-24 Holger WeissLet ./configure --without-ipv6 suppress non-IPv4 DNS...
2007-09-23 Matthias EbleAdded multiline output capability to check_by_ssh....
2007-09-23 Matthias EbleFixed bug: stat was called on remote fs even if -l...
2007-09-23 Matthias EbleAdded radiusclient-ng support for check_radius. Thanks...
2007-09-22 Matthias EbleAdded -i/-I to ignore pathes/partitions based on regula...
2007-09-22 Thomas Guyot-SionnestRewrite the "map changes to return codes" patch nearly...
2007-09-21 Ton VoonStop double expansion of parameters for negate - works...
2007-09-15 Holger WeissProperly handle SMTP server responses which are split...
2007-09-15 Holger WeissCorrect all instances of misaligned memory access....
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 WeissNew "-u, --unicast" option which gives check_dhcp the...
2007-07-21 Holger WeissAdd "Connection: close" to the HTTP request header...
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-06-20 Matthias EbleClarified check_ldaps behaviour. New arguments to expli...
2007-06-17 Holger WeissFix buffer overflow vulnerabilities when parsing HTTP...
2007-06-04 Ton VoonFor 1.4.9 release
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-05-29 Thomas Guyot-Sionnestcheck_snmp don't warn anymore if something is printed...
2007-05-23 Thomas Guyot-SionnestUpdate many strings in check_http to get more consisten...
2007-05-02 Thomas Guyot-Sionnest/* Nothing */
2007-05-02 Thomas Guyot-SionnestFix check_time returning wrong OK when time is before...
2007-04-25 Ton Vooncheck_load can optionally divide by number of cpus
2007-04-19 Thomas Guyot-SionnestFix 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-SionnestAdd thresholds support for check_cluster + lots of...
2007-04-11 Ton Voon1.4.8 release
2007-03-31 Holger WeissVarious check_ntp fixes
2007-03-30 Ton VoonFix AC_CHECK_LIB for mysql_init - add dependent librari...
2007-03-29 Ton Voon1.4.7 release
2007-03-25 Ton VoonReinstate --with-nagios-user/group and new --without...
2007-03-12 Ton Vooncheck_ping's timeout interval is only +1 if ping comman...
2007-03-08 Thomas Guyot-SionnestNew switch to check_icmp to set the minimum required...
2007-03-06 Ton VoonFixed broken HELO cmd (Enrico Scholz - 1675279)
2007-03-06 Ton VoonUse /usr/ucb/ps on Solaris in preference to pst3 (probl...
2007-03-06 Ton VoonDetect if check_mysql compile will work at ./configure...
2007-03-06 Ton VoonRoot plugins installed with world executable permission...
2007-02-14 Ton Vooncheck_sybase now maintained in NagiosExchange
2007-02-09 Ton VoonFixed MKINSTALLDIRS problem on some systems - Lars...
2007-02-05 Ton VoonFor 1.4.6 release
2007-02-01 Thomas Guyot-SionnestAdding NEWS entry for check_jabber
2007-01-27 Holger WeissFix typos.
2007-01-27 Holger WeissAdded "-o,--ssh-option=OPTION" which hands "-o OPTION...
2007-01-24 Ton VoonVarious cleanups in the syncing with gnulib
2007-01-24 Ton VoonSync with gnulib - lots of extraneous code removed...
2002-02-28 Ethan GalstadInitial revision