summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-04-04 11:45:33 +0000
committerjperkin <jperkin@pkgsrc.org>2022-04-04 11:45:33 +0000
commit7dbcbfa80d664d7a46832de9f1d9510414821075 (patch)
tree58ab683fef6e22a0ab8190f09f6ef2d3239ed99f /sysutils
parent02c1c3216188c4ab3933fbcef65d67c9f2f90c80 (diff)
downloadpkgsrc-7dbcbfa80d664d7a46832de9f1d9510414821075.tar.gz
munin-common: Update to version 2.0.69.
Patch provided by Steve Mokris in joyent/pkgsrc#330. munin-2.0.69, 2021-11-22 Lars Kruse (1): Fix loading of "local_address" configuration munin-2.0.68, 2021-11-14 Andreas Perhab (1): plugins/postgres_: enable configuring warning/critical Christoph Moench-Tegeder (2): postgres_querylength: catch real statements only ntp_: do not mask required variable from Net::IP Guillaume Rousse (2): display locally-defined tresholds use dedicated munin SNMP plugin Kim B. Heino (2): plugins/mailman: add missing "graph_category" header plugins/postfix_mailqueue: don't run postconf if spooldir-override is defined Lars Kruse (11): Remove obsolete links to old bug tracker ("trac") Fix typo plugin.sh: remove conversation log regarding shell redirects Remove old "authors" file Fix typos munin-asyncd: use configured update rate if undefined Munin::Master::Node: unify configuration access munin-run: allow to pass additional arguments to the plugin (#1419) Fix homepage link fix(postgres_querylength_): fix wrong PostgreSQL version (for 9.4) docs: remove stale content from release checklist Sven Edge (1): Handle NVME drives in the Linux iostat plugin (2.0 branch) Ville Skyttä (1): Use `grep -E/-F` instead of `egrep` and `fgrep` wferi (1): Use the host-specific local_address configuration if present
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-common/Makefile.common4
-rw-r--r--sysutils/munin-common/distinfo12
-rw-r--r--sysutils/munin-common/patches/patch-common_lib_Munin_Common_Defaults.pm (renamed from sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm)2
-rw-r--r--sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__.in22
-rw-r--r--sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__err__.in26
5 files changed, 58 insertions, 8 deletions
diff --git a/sysutils/munin-common/Makefile.common b/sysutils/munin-common/Makefile.common
index 187a8be1598..740d5920c4d 100644
--- a/sysutils/munin-common/Makefile.common
+++ b/sysutils/munin-common/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.6 2021/07/25 13:26:35 tm Exp $
+# $NetBSD: Makefile.common,v 1.7 2022/04/04 11:45:33 jperkin Exp $
#
# used by sysutils/munin-common/Makefile
# used by sysutils/munin-master/Makefile
# used by sysutils/munin-node/Makefile
-VERSION= 2.0.67
+VERSION= 2.0.69
DISTNAME= munin-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=munin/}
diff --git a/sysutils/munin-common/distinfo b/sysutils/munin-common/distinfo
index b58694b0814..c5764bb1e17 100644
--- a/sysutils/munin-common/distinfo
+++ b/sysutils/munin-common/distinfo
@@ -1,10 +1,12 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:19:53 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/04 11:45:33 jperkin Exp $
-BLAKE2s (munin-2.0.67.tar.gz) = 208af60160d6ddfc98ae0d9c711bffce5d2c2c410710ab586a9a9c1fee00b11b
-SHA512 (munin-2.0.67.tar.gz) = 1f3766b52b99f625ff9cf4d3748a8935abed32b129d2a4714e37118e0116019bee3c1fd0e95da416fb3e39c9be9df17d11bca7f5a835be65ac5147e8b9858417
-Size (munin-2.0.67.tar.gz) = 2252301 bytes
+BLAKE2s (munin-2.0.69.tar.gz) = e1dbd5bf8ad7385c12de8ccfb4807aa2dcd9f2bd697068e8e027ae15fad45bbe
+SHA512 (munin-2.0.69.tar.gz) = e79c446d04df97d77b36972203667163ee662e0894e264c5dd84bd9402df780c5e67b69314bfdaddd87f102c4cdedb8fa7d2c07aeea46a8e4e9f08e50a08408f
+Size (munin-2.0.69.tar.gz) = 2250283 bytes
SHA1 (patch-MANIFEST) = 538cec30723a6d41b732c9dc4a175472fb821609
SHA1 (patch-Makefile) = f3fd52b56fcddda3efca61453c23243fac35568a
SHA1 (patch-Makefile.config) = aeaae9374c58c6baf1901ddb9b55a8fac77cf30c
SHA1 (patch-common_Build.PL) = 7d7f5afde978d0e5641f931d3f2585651ff40c1a
-SHA1 (patch-lib_Munin_Common_Defaults.pm) = 09b464d828e12da26d8f41916eb876863b4b4cb3
+SHA1 (patch-common_lib_Munin_Common_Defaults.pm) = 09b464d828e12da26d8f41916eb876863b4b4cb3
+SHA1 (patch-plugins_node.d.sunos_if__.in) = 9fe08aebbd759c6fc374e8a43740d28ec8004c90
+SHA1 (patch-plugins_node.d.sunos_if__err__.in) = e905228aa8c5c0d1c3a4d9562d550a0d8c0fbd4c
diff --git a/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm b/sysutils/munin-common/patches/patch-common_lib_Munin_Common_Defaults.pm
index 61cebf3f322..1fb9468b38a 100644
--- a/sysutils/munin-common/patches/patch-lib_Munin_Common_Defaults.pm
+++ b/sysutils/munin-common/patches/patch-common_lib_Munin_Common_Defaults.pm
@@ -1,4 +1,4 @@
-$NetBSD: patch-lib_Munin_Common_Defaults.pm,v 1.2 2019/09/13 08:21:08 jperkin Exp $
+$NetBSD: patch-common_lib_Munin_Common_Defaults.pm,v 1.1 2022/04/04 11:45:33 jperkin Exp $
Initialize default paths for all Munin components.
diff --git a/sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__.in b/sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__.in
new file mode 100644
index 00000000000..024aa7c139d
--- /dev/null
+++ b/sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__.in
@@ -0,0 +1,22 @@
+$NetBSD: patch-plugins_node.d.sunos_if__.in,v 1.1 2022/04/04 11:45:33 jperkin Exp $
+
+Fix kstats.
+
+--- plugins/node.d.sunos/if_.in.orig 2021-11-22 22:12:17.000000000 +0000
++++ plugins/node.d.sunos/if_.in
+@@ -56,7 +56,7 @@ fi
+
+ if [ "$1" = "suggest" ]; then
+ if [ -x /usr/bin/kstat ]; then
+- kstat -p -m '/^(?!unix)/' -n '/^(?!mac$)/' -s rbytes64 | awk -F: '{ print $3 }'
++ kstat -p -s rbytes64 | awk -F: '$3 != "mac" { print $3 }'
+ exit 0
+ else
+ exit 1
+@@ -87,5 +87,5 @@ if [ "$1" = "config" ]; then
+ exit 0
+ fi;
+
+-kstat -p -m '/^(?!unix)/' -n $INTERFACE -s '*bytes64' | sed \
++kstat -p -n $INTERFACE -s '*bytes64' | sed \
+ 's/.*\(.bytes\)64./\1.value /'
diff --git a/sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__err__.in b/sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__err__.in
new file mode 100644
index 00000000000..2630ce39dc0
--- /dev/null
+++ b/sysutils/munin-common/patches/patch-plugins_node.d.sunos_if__err__.in
@@ -0,0 +1,26 @@
+$NetBSD: patch-plugins_node.d.sunos_if__err__.in,v 1.1 2022/04/04 11:45:33 jperkin Exp $
+
+Fix kstats.
+
+--- plugins/node.d.sunos/if_err_.in.orig 2021-11-22 22:12:17.000000000 +0000
++++ plugins/node.d.sunos/if_err_.in
+@@ -56,7 +56,7 @@ fi
+
+ if [ "$1" = "suggest" ]; then
+ if [ -x /usr/bin/kstat ]; then
+- kstat -p -m '/^(?!unix)/' -n '/^(?!mac$)/' -s ierrors | awk -F: '{ print $3 }'
++ kstat -p -s ierrors | awk -F: '$1 != "unix" && $3 != "mac" { print $3 }'
+ exit 0
+ else
+ exit 1
+@@ -88,8 +88,8 @@ if [ "$1" = "config" ]; then
+ exit 0
+ fi
+
+-kstat -p -m '/^(?!unix)/' -n $INTERFACE -s '/^([io]errors|collisions)$/' | awk -F: '
+-{
++kstat -p -n $INTERFACE -s '/^([io]errors|collisions)$/' | awk -F: '
++$1 != "unix" {
+ split($4, four, "\t")
+ print four[1] ".value", four[2]
+ }'