summaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2014-01-29check_swap: add supports for a configurable state when there is no swapThomas Guyot-Sionnest1-0/+3
Check_swap used to allow no swap when thresholds were only specified in percent. This is no longer the case and the state now must be specified explicitly. The default is to always return CRITICAL when the swap is absent regardless of thresholds.
2014-01-28check_dig: fix wrong IPv6 arguments orderThomas Guyot-Sionnest1-0/+1
2014-01-27And release notes for previous change (MP_STATE_DIRECTORY)Thomas Guyot-Sionnest1-0/+2
The change has also been updated in https://www.monitoring-plugins.org/doc/state-retention.html
2014-01-23Enable extra-opts by defaultThomas Guyot-Sionnest1-0/+1
2014-01-23Disable SMART test commands in check_ide_smartThomas Guyot-Sionnest1-2/+6
check_ide_smart could disable offline auto tests but could not re-enable them. For this reason all SMART command modes have been disabled The disabled commands are -0/--auto-off, -1/--auto-on and -i/--immediate
2014-01-23Make check_ide_smart default to nagios outputThomas Guyot-Sionnest1-0/+5
check_ide_smart was originally a smard control utility later converted to a monitoring plugin. the -n option (Nagios check) should therefore be the default. This patch deprecates the -n and -q switches, and make the other switches return nagios-compatible output (they are most likely used in eventhandlers, but returning nagios-compatible output makes it clear and easy to handle the return status)
2014-01-21Merge branch 'maint'Holger Weiss1-0/+3
* maint: check_ssh: Get rid of sshd: Read from socket failed: Connection reset by peer fixed tests when there is no direct internet connection NEWS: Mention fix for check_http's -S option Fix for SSL Versioning when multiple options are used. Fix #1217 spec file fails to build due to duplicate files and unused files check_http: Don't let "-N" expect an argument README: Change GitHub URL README: Clarify license notice Update URLs and mailing list addresses Just using the posix conform extended regular expression grep check_oracle: --db +ASM bad string matching check_oracle doesn't correctly check for pmon +ASM instance from at least Oracle 11 as the pmon proces was renamed from ora_pmon_.* to asm_pmon_.*. -- Just turning attached patch of github issue #1207 into a push request. (Closes #1207) Update web site URLs Conflicts: FAQ NEWS README SUPPORT configure.in monitoring-plugins.spec.in pkg/solaris/pkginfo.in plugins-root/check_dhcp.c plugins-root/check_icmp.c plugins-scripts/check_ifoperstatus.pl plugins-scripts/check_mssql.pl plugins/check_apt.c plugins/check_by_ssh.c plugins/check_cluster.c plugins/check_dbi.c plugins/check_dig.c plugins/check_disk.c plugins/check_dns.c plugins/check_dummy.c plugins/check_fping.c plugins/check_game.c plugins/check_hpjd.c plugins/check_http.c plugins/check_ide_smart.c plugins/check_ldap.c plugins/check_load.c plugins/check_mrtg.c plugins/check_mrtgtraf.c plugins/check_mysql.c plugins/check_mysql_query.c plugins/check_nagios.c plugins/check_nt.c plugins/check_ntp.c plugins/check_ntp_peer.c plugins/check_ntp_time.c plugins/check_nwstat.c plugins/check_overcr.c plugins/check_pgsql.c plugins/check_ping.c plugins/check_procs.c plugins/check_radius.c plugins/check_real.c plugins/check_smtp.c plugins/check_snmp.c plugins/check_ssh.c plugins/check_swap.c plugins/check_tcp.c plugins/check_time.c plugins/check_ups.c plugins/check_users.c plugins/negate.c plugins/urlize.c plugins/utils.h po/Makevars po/de.po po/fr.po po/monitoring-plugins.pot
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-2/+2
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline.
2014-01-13utils.sh: Don't define $ECHOHolger Weiss1-0/+1
In utils.sh, $ECHO was set to printf(1) or echo(1), depending on whether printf(1) is available in /usr/bin. This resulted in various bugs, as printf(1) cannot be used in the same way as echo(1). Thanks to Trevor Hemsley for reporting one of those bugs: If $ECHO was set to printf(1), check_log stumbled when reporting a log line with a "%" character.
2013-12-20NEWS: Mention fix for check_http's -S optionHolger Weiss1-0/+4
Closes #1220.
2013-11-19NEWS: Add WARNING regarding the check_procs changeHolger Weiss1-0/+4
Closes #1205.
2013-10-03NEWS: Mention "contrib" removalHolger Weiss1-0/+1
Add a note regarding the removal of the "contrib" directory to the NEWS file. This note is missing from the NEWS file shipped with the 1.5 release, though.
2013-10-02Prepare for the 1.5 releaserelease-1.5Holger Weiß1-1/+1
2013-09-09s/--proxy_authorization/--proxy-authorization/Holger Weiss1-0/+1
The check_http option "--proxy_authorization" is now called "--proxy-authorization" instead. It was always documented this way, and we don't usually use underscores in option names.
2013-08-27NEWS: Mention that check_snmp now supports >8 OIDsHolger Weiss1-0/+1
Closes #37.
2013-08-26NEWS: Mention new "check_disk -f" optionHolger Weiss1-0/+1
Closes #22.
2013-08-19check_ide_smart: Add support for NetBSDHolger Weiss1-0/+1
Thanks to Emmanuel Dreyfus for providing the patch.
2013-08-18NEWS: Mention the new "check_http -J/-K" optionsHolger Weiss1-0/+1
Closes #48.
2013-08-18NEWS: Mention the new "check_mysql -f/-g" optionsHolger Weiss1-0/+2
Closes #32.
2013-08-18NEWS: Mention the new "check_snmp --offset" optionHolger Weiss1-0/+1
... and apply two small cosmetic changes to check_snmp.c. Closes #59.
2013-08-18NEWS: Mention the check_mysql changesHolger Weiss1-0/+1
Closes #14.
2013-08-18NEWS: Mention the new "check_http -d" optionHolger Weiss1-0/+1
Closes #7.
2013-08-18NEWS: Mention the new check_procs behaviorHolger Weiss1-0/+1
Closes #60.
2013-08-17NEWS: Mention check_mysql's SSL supportHolger Weiss1-0/+1
Closes #51.
2013-08-17NEWS: Mention the new check_procs -k optionHolger Weiss1-0/+1
Closes #53.
2013-08-17NEWS: Mention the new check_fping featuresHolger Weiss1-0/+3
2013-08-17NEWS: Mention the new check_pgsql featuresHolger Weiss1-0/+3
Closes #16.
2013-08-15cleanup after check_http patch (fixes #50)Sven Nierlein1-0/+1
- cleanup whitespace - added test cases - print time_ssl only if ssl is in use - updated news and thanks file
2013-08-15updated news and thanks fileSven Nierlein1-0/+7
2013-06-25NEWS: Mention that check_apt spits out perfdataHolger Weiss1-0/+1
2013-05-12NEWS, THANKS: Mention the latest changesHolger Weiss1-0/+2
2013-03-25NEWS, THANKS: Mention Richard Leitner's changesHolger Weiss1-0/+2
2013-03-25NEWS, THANKS: Mention check_oracle --connect flagHolger Weiss1-0/+1
2013-01-23added latest commits to NEWS fileSven Nierlein1-0/+3
2012-11-14NEWS: Mention the check_procs performance dataHolger Weiss1-0/+1
2012-11-04Update NEWS for bd78299 - check_snmp reverse ranges fixdermoth1-0/+1
2012-10-09NEWS: Mention the OPENSSL_config(3) supportHolger Weiss1-0/+1
2012-08-06NEWS: Mention fixed compilation without SSLHolger Weiss1-0/+1
2012-07-04NEWS: Mention the new check_dbi pluginHolger Weiss1-0/+3
2012-06-29NEWS, THANKS: Mention Anders Kaseorg's changesHolger Weiss1-0/+4
2012-06-27Prepare for the 1.4.16 releaserelease-1.4.16Holger Weiss1-1/+1
2012-06-26Fix performance data label containing spaces in check_snmp (Jochen Bern)Sven Nierlein1-0/+2
Add --perf-oids option for check_snmp to retain optional 1.4.14 compatibility
2012-06-25updated changelogSven Nierlein1-0/+1
2012-06-24NEWS: Improve the wording a bitHolger Weiss1-1/+1
2012-06-24Merge remote-tracking branch 'github/waja/master'Holger Weiss1-2/+2
Conflicts: NEWS
2012-06-23check_disk_smb: Add performance dataHolger Weiss1-0/+1
(Debian #654259 - Charles-Henri Larose)
2012-06-13check_dhcp: Fix handling of "pad" optionsHolger Weiss1-0/+1
Don't let "pad" options[*] terminate the parsing of DHCP options. This bug was triggered by using check_dhcp against Windows 2003 DHCP servers (see #3503921). [*] Cf. RFC 2132, 3.1.
2012-06-11Improve parsing of ping6(1) outputHolger Weiss1-0/+1
The ping6(1) implementation provided by Debian's iputils-ping package may produce output such as the following: | 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2009ms There's a corresponding pattern in check_ping.c:458: | "%*d packets transmitted, %*d received, +%*d errors, %d%% packet loss" Without this fix, the pattern in check_ping.c:456 matched first (as sscanf(3) interprets "+3" as a match for "%d"): | "%*d packets transmitted, %*d received, %d%% loss, time" (#1894850 - Debian bug report #514588 - Matej Vela)
2012-06-07Update NEWS and THANKS w.r.t. check_users changeHolger Weiss1-0/+1
2012-05-29Mention the check_range function in NEWS, etc.Holger Weiss1-0/+1