aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2015-04-22mention check_ldap changes in news fileGravatar Sven Nierlein
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2014-12-02check_mailq: Add sudo supportGravatar Holger Weiss
This addition is based on a patch contributed by Christopher Schultz. Closes #1099. Closes #1171.
2014-12-02Merge branch 'handle-hanging-nfs'Gravatar Holger Weiss
* handle-hanging-nfs: NEWS: Mention check_disk enhancement Cosmetic change: s/THRLIBS/THREADLIBS/ configure.ac: Don't let pthread check depend on OS check_disk: Seperate declarations from code check_disk: Remove unused status variable check_disk: Fix pthread start routine type Don't let check_disk hang on hanging file systems
2014-12-02NEWS: Mention check_disk enhancementGravatar Holger Weiss
Closes #867. Closes #1186.
2014-12-02Merge branch 'maint'Gravatar Holger Weiss
* maint: NEWS: Modify list of changes for 2.1.1 release Prepare release THANKS.in: Add new authors NEWS: Updating all the fixes check_tcp: fix help description regarding escape option check_ntp: Nul-terminate jitter data Revert "plugins/check_ntp.c - Verify struct from response" check_real: fix null termination check_ntp: fix null termination check_apt: fix memset Conflicts: NEWS
2014-12-02NEWS: Modify list of changes for 2.1.1 releaseGravatar Holger Weiss
Make the list of changes slightly more descriptive.
2014-12-01NEWS: Updating all the fixesGravatar Jan Wagner
2014-11-28NEWS: Mention HP-UX fixes for check_procsGravatar Holger Weiss
Closes #1288.
2014-11-28NEWS: Mention the check_real fixGravatar Holger Weiss
Closes #1290.
2014-11-28Adding a warning for raising to CRITICAL for protocal/version errors of ↵Gravatar Jan Wagner
check_ssh
2014-11-28NEWS: Mention new "check_nt -l" parametersGravatar Holger Weiss
Closes #1253.
2014-11-28NEWS: Mention new check_snmp optionGravatar Holger Weiss
Closes #1221.
2014-11-28NEWS: Mention check_snmp's perfdata thresholdsGravatar Holger Weiss
2014-11-03NEWS: Add warning regarding check_mrtgtraf changeGravatar Holger Weiss
Closes #1296.
2014-10-15Prepare for the 2.1 releaseGravatar Holger Weiss
2014-10-15NEWS: Mention that we dropped the spec fileGravatar Holger Weiss
2014-10-06check_file_age: Provide performance dataGravatar Jonas Genannt
2014-10-06Adding missing informations to NEWSGravatar Jan Wagner
2014-10-06Merge branch 'maint'Gravatar Jan Wagner
Conflicts: NEWS THANKS.in
2014-09-16Fix check_jabber to work with Openfire serversGravatar Holger Weiss
The plugin expected: <?xml version='1.0'?> But Openfire sends: <?xml version='1.0' encoding='UTF-8'?>
2014-09-10NEWS: Mention new check_ifstatus optionGravatar Holger Weiss
2014-07-31NEWS: Mention --with-qmail-qstat-command optionGravatar Holger Weiss
2014-07-20Added check_hpjd port option to news and clarified the port usage error.Gravatar abrist
2014-07-11NEWS: Fix typoGravatar Holger Weiss
2014-07-11Prepare for the 2.0 releaseGravatar Holger Weiss
2014-07-11NEWS: Wrap overly long lineGravatar Holger Weiss
2014-07-07NEWS: Add a warning regarding check_snmpGravatar Holger Weiss
Tell users that check_snmp might now return CRITICAL in cases where it used to return OK, and how to deal with that.
2014-07-07NEWS: Update version numberGravatar Holger Weiss
We're going to release version 2.0, not 1.6.
2014-07-06NEWS: Add missing entriesGravatar Holger Weiss
2014-06-23NEWS: Add missing entries for the upcoming releaseGravatar Holger Weiss
2014-06-22NEWS: Add missing tab charactersGravatar Holger Weiss
2014-06-22check_radius: Support FreeRADIUS Client libraryGravatar Holger Weiss
Allow for using the FreeRADIUS Client library instead of radiusclient or radiusclient-ng. The latter two projects are dead. Closes #1231.
2014-06-21Add UID to state retention file pathGravatar Holger Weiss
Add the UID of the invoking user to the state retention file path. This helps solving permission issues when different users run the same plugin.
2014-06-20NEWS: s/MP_STATE_DIRECTORY/MP_STATE_PATH/Gravatar Holger Weiss
NAGIOS_PLUGIN_STATE_DIRECTORY was renamed to MP_STATE_PATH, not to MP_STATE_DIRECTORY.
2014-02-28Replace "plugins-scripts/subst.in" fooGravatar Holger Weiss
Remove the buggy and complex awk(1) magic in "plugins-scripts/subst.in" in favor of simple sed(1) substitutions. The plugins in the "plugins-scripts" directory now always use the PATH specified via "./configure --trusted-path", or the default PATH hard-coded in "configure.ac". Fixes #1242.
2014-02-27NEWS: Adding check_mailq auto detectionGravatar Jan Wagner
2014-01-29check_swap: add supports for a configurable state when there is no swapGravatar Thomas Guyot-Sionnest
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-27check_dig: fix wrong IPv6 arguments orderGravatar Thomas Guyot-Sionnest
2014-01-27And release notes for previous change (MP_STATE_DIRECTORY)Gravatar Thomas Guyot-Sionnest
The change has also been updated in https://www.monitoring-plugins.org/doc/state-retention.html
2014-01-23Enable extra-opts by defaultGravatar Thomas Guyot-Sionnest
2014-01-23Disable SMART test commands in check_ide_smartGravatar Thomas Guyot-Sionnest
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 outputGravatar Thomas Guyot-Sionnest
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'Gravatar Holger Weiss
* 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.Gravatar Monitoring Plugins Development Team
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 $ECHOGravatar Holger Weiss
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 optionGravatar Holger Weiss
Closes #1220.
2013-11-20NEWS: Add WARNING regarding the check_procs changeGravatar Holger Weiss
Closes #1205.
2013-10-03NEWS: Mention "contrib" removalGravatar Holger Weiss
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 releaseGravatar Holger Wei
2013-09-10s/--proxy_authorization/--proxy-authorization/Gravatar Holger Weiss
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.