summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2023-10-17 15:56:44 (GMT)
committerJan Wagner <waja@cyconet.org>2023-10-17 15:56:44 (GMT)
commit8cebcf6e1b7278d1014a1f17c941cecd2ea8f734 (patch)
tree8344d3cf0a9a061f4b5fed269bd862cda4a8700b
parent2a047014385022c8dc06dad4da0428db14898689 (diff)
parent63b127e279acfa52e7f62867c7b7b43a10688b17 (diff)
downloadmonitoring-plugins-8cebcf6e1b7278d1014a1f17c941cecd2ea8f734.tar.gz
Merge branch 'master' of github.com:monitoring-plugins/monitoring-plugins
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--NEWS34
-rwxr-xr-xNP-VERSION-GEN2
-rw-r--r--THANKS.in13
-rw-r--r--configure.ac2
-rw-r--r--doc/RELEASING.md6
6 files changed, 53 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ea0b38b..37c7738 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20 - name: Codespell 20 - name: Codespell
21 uses: codespell-project/actions-codespell@v2 21 uses: codespell-project/actions-codespell@v2
22 with: 22 with:
23 skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" 23 skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh,THANKS.in"
24 ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac 24 ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac
25 check_filenames: true 25 check_filenames: true
26 check_hidden: true 26 check_hidden: true
diff --git a/NEWS b/NEWS
index 9ec3c5e..5af66e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,39 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.3.4 18th Oct 2023
4 ENHANCEMENTS
5 * check_curl: added --cookie-jar and doing proper cleanup of libcurl
6 * check_curl: Include all IPs from getaddrinfo() in curl DNS cache
7 * check_dhcp: Add dhcp rogue detection
8 * check_disk: add ignore-missing option to return OK for missing fs
9 * check_disk_smb: allow checking 0-sized resource (ex. IPC$)
10 * check_disk: The options to include or exclude specific file systems now allow the usage of regex(7)
11 * check_icmp: Add support to Jitter, MOS and Score
12 * check_mysql: Detect running mysqldump and handle it more gracefully
13 * check_procs: Implement --exclude-process to exclude specific processes
14 * check_smtp: add new longoption --tls
15 * check_smtp: Add option to prefix PROXY header
16 * check_smtp: Add support for SMTP over TLS
17 * check_smtp: Add support for SNI
18 * check_snmp: Implement option to ignore mib file parsing errors
19 * check_users: prefer systemd-logind over utmp
20
21 FIXES
22 * check_disk: Display SI units correctly
23 * check_ircd: use pack_sockaddr_in rather than hand-rolled
24 * check_log/check_oracle/check_sensors: fixed the outputs of the help functionality
25 * check_mysql: Add mysql_close to avoid spamming the server logs
26 * check_smtp: add missing -r option in usage
27 * check_snmp: disable multiplier when unused
28 * check_wave: Use compile time determined path to snmpget
29
30 GENERAL
31 * Sync with the Gnulib code 668c0b8ffa
32 * Set autoconf prerequisite version to 2.64
33 * Remove sha1 and use sha256 in some parts of the plugin structure
34 * A lot of compiler warnings were fixed
35 * Some code was refactored a little bit
36
32.3.3 2nd Feb 2023 372.3.3 2nd Feb 2023
4 ENHANCEMENTS 38 ENHANCEMENTS
5 using PRId64 and PRIu64 instead of %ld directly 39 using PRId64 and PRIu64 instead of %ld directly
diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN
index c353b1d..06a3eaf 100755
--- a/NP-VERSION-GEN
+++ b/NP-VERSION-GEN
@@ -6,7 +6,7 @@
6SRC_ROOT=`dirname $0` 6SRC_ROOT=`dirname $0`
7 7
8NPVF=NP-VERSION-FILE 8NPVF=NP-VERSION-FILE
9DEF_VER=2.3git 9DEF_VER=2.3.4
10 10
11LF=' 11LF='
12' 12'
diff --git a/THANKS.in b/THANKS.in
index b132744..0ef7d48 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -406,3 +406,16 @@ Wolfgang Nieder
406andrew bezella 406andrew bezella
407Lorenz Gruenwald 407Lorenz Gruenwald
408John Morrissey 408John Morrissey
409Arkadiusz Miśkiewicz
410Björn Berg
411Franz Schwartau
412Gerardo Malazdrewicz
413Kristian Schuster
414Patrick Cervicek
415Patrick Uiterwijk
416Platon Pronko
417Stefan Taferner
418Stuart Henderson
419Thoralf Rickert-Wendt
420Thorsten Kukuk
421Matthias Döhler
diff --git a/configure.ac b/configure.ac
index b5374b2..dea1509 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ(2.64) 2AC_PREREQ(2.64)
3AC_INIT(monitoring-plugins,2.3git) 3AC_INIT(monitoring-plugins,2.3.4)
4AC_CONFIG_SRCDIR(NPTest.pm) 4AC_CONFIG_SRCDIR(NPTest.pm)
5AC_CONFIG_FILES([gl/Makefile]) 5AC_CONFIG_FILES([gl/Makefile])
6AC_CONFIG_AUX_DIR(build-aux) 6AC_CONFIG_AUX_DIR(build-aux)
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index 432b1da..f0932bd 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -2,7 +2,7 @@ Releasing a New Monitoring Plugins Version
2========================================== 2==========================================
3 3
4Throughout this document, it is assumed that the current Monitoring 4Throughout this document, it is assumed that the current Monitoring
5Plugins version is 2.3.3, and that we're about to publish version 2.4. 5Plugins version is 2.3.4, and that we're about to publish version 2.4.
6It is also assumed that the official repository on GitHub is tracked 6It is also assumed that the official repository on GitHub is tracked
7using the remote name `monitoring-plugins` (rather than `origin`). 7using the remote name `monitoring-plugins` (rather than `origin`).
8 8
@@ -18,7 +18,7 @@ Prepare and commit files
18------------------------ 18------------------------
19 19
20- Update `configure.ac` and `NP-VERSION-GEN` with new version. 20- Update `configure.ac` and `NP-VERSION-GEN` with new version.
21- Update `NEWS` from `git log --reverse v2.3.3..` output, and specify 21- Update `NEWS` from `git log --reverse v2.3.4..` output, and specify
22 the release version/date. 22 the release version/date.
23- Update `AUTHORS` if there are new team members. 23- Update `AUTHORS` if there are new team members.
24- Update `THANKS.in` using `tools/update-thanks`. 24- Update `THANKS.in` using `tools/update-thanks`.
@@ -93,6 +93,6 @@ Announce new release
93 93
94If you want to mention the number of contributors in the announcement: 94If you want to mention the number of contributors in the announcement:
95 95
96 git shortlog -s v2.3.3..v2.4 | wc -l 96 git shortlog -s v2.3.4..v2.4 | wc -l
97 97
98<!-- vim:set filetype=markdown textwidth=72: --> 98<!-- vim:set filetype=markdown textwidth=72: -->