Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] monitoring-plugins: update to 2.3.1
@ 2021-12-25  2:13 klarasm
  2021-12-26  2:22 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: klarasm @ 2021-12-25  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

There is a new pull request by klarasm against master on the void-packages repository

https://github.com/klarasm/void-packages monitoring-plugins-update
https://github.com/void-linux/void-packages/pull/34690

monitoring-plugins: update to 2.3.1
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

A patch file from https://github.com/void-linux/void-packages/pull/34690.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monitoring-plugins-update-34690.patch --]
[-- Type: text/x-diff, Size: 1634 bytes --]

From 9cb924310c0535d2642ab1e08cfc0c68e8fc02da Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 25 Dec 2021 02:16:21 +0100
Subject: [PATCH] monitoring-plugins: update to 2.3.1

also add bind-utils to hostmakedepends as nslookup is needed to build check_dns
---
 srcpkgs/monitoring-plugins/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template
index e6117e8fe6f0..a33df765f850 100644
--- a/srcpkgs/monitoring-plugins/template
+++ b/srcpkgs/monitoring-plugins/template
@@ -1,10 +1,10 @@
 # Template file for 'monitoring-plugins'
 pkgname=monitoring-plugins
-version=2.2
-revision=9
+version=2.3.1
+revision=1
 build_style=gnu-configure
 configure_args="--libexecdir=/usr/lib/monitoring-plugins"
-hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp"
+hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp bind-utils"
 makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
  zlib-devel"
 depends="iputils procps-ng"
@@ -14,7 +14,7 @@ maintainer="Corné Oppelaar <hello@eaterofco.de>"
 license="GPL-3.0-or-later"
 homepage="https://www.monitoring-plugins.org/"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
+checksum=f56eb84871983fd719247249e3532228b37e2efaae657a3979bd14ac1f84a35b
 
 do_configure() {
 	./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
@ 2021-12-26  2:22 ` ericonr
  2021-12-26  2:22 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-12-26  2:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34690#issuecomment-1001097765

Comment:
What do you think about adding `libcurl-devel` to enable the `check_curl` utility?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
  2021-12-26  2:22 ` ericonr
@ 2021-12-26  2:22 ` ericonr
  2021-12-26 19:41 ` [PR PATCH] [Updated] " klarasm
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2021-12-26  2:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34690#issuecomment-1001097823

Comment:
a `changelog="https://www.monitoring-plugins.org/news/index.html"` entry would be appreciated, as well.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
  2021-12-26  2:22 ` ericonr
  2021-12-26  2:22 ` ericonr
@ 2021-12-26 19:41 ` klarasm
  2021-12-26 19:43 ` klarasm
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-26 19:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

There is an updated pull request by klarasm against master on the void-packages repository

https://github.com/klarasm/void-packages monitoring-plugins-update
https://github.com/void-linux/void-packages/pull/34690

monitoring-plugins: update to 2.3.1
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

A patch file from https://github.com/void-linux/void-packages/pull/34690.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monitoring-plugins-update-34690.patch --]
[-- Type: text/x-diff, Size: 3219 bytes --]

From b1aeea00d8470dfaaaceae06e4808a162f83fd02 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 25 Dec 2021 02:16:21 +0100
Subject: [PATCH] monitoring-plugins: update to 2.3.1

in addition:
add bind-utils to hostmakedepends as nslookup is needed to build check_dns
add libcurl-devel and uriparser-devel in order to build check_curl
add sudo to hostmakedepends as ./configure complains otherwise

There are still some things that ./configure complains about but there's
less that can be done about that.

dbi: libdbi are not currently available in the repos

radius: neither radcli or FreeRADIUS Client Library are available in the
repos (there are others listed in REQUIREMENTS but they are noted as
unmaintained and also aren't available in the repos).

lmstat, Net:SNMP perl module, and qstat: not available in the repos

qmail-qstat: provided by sqmail, but it conflicts with postfix which is
installed by default

$ ./xbps-src clean monitoring-plugins && ./xbps-src configure monitoring-plugins | grep WARNING
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
configure: WARNING: Tried  - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
configure: WARNING: Could not find qmail-qstat or eqivalent
---
 srcpkgs/monitoring-plugins/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template
index e6117e8fe6f0..ad39d4b3c09c 100644
--- a/srcpkgs/monitoring-plugins/template
+++ b/srcpkgs/monitoring-plugins/template
@@ -1,12 +1,12 @@
 # Template file for 'monitoring-plugins'
 pkgname=monitoring-plugins
-version=2.2
-revision=9
+version=2.3.1
+revision=1
 build_style=gnu-configure
 configure_args="--libexecdir=/usr/lib/monitoring-plugins"
-hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp"
+hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp bind-utils sudo"
 makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
- zlib-devel"
+ zlib-devel libcurl-devel uriparser-devel"
 depends="iputils procps-ng"
 #checkdepends="perl"
 short_desc="Monitoring plugins for Nagios and compatible monitoring solutions"
@@ -14,7 +14,8 @@ maintainer="Corné Oppelaar <hello@eaterofco.de>"
 license="GPL-3.0-or-later"
 homepage="https://www.monitoring-plugins.org/"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
+changelog="https://www.monitoring-plugins.org/news/index.html"
+checksum=f56eb84871983fd719247249e3532228b37e2efaae657a3979bd14ac1f84a35b
 
 do_configure() {
 	./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (2 preceding siblings ...)
  2021-12-26 19:41 ` [PR PATCH] [Updated] " klarasm
@ 2021-12-26 19:43 ` klarasm
  2021-12-26 19:44 ` klarasm
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-26 19:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

There is an updated pull request by klarasm against master on the void-packages repository

https://github.com/klarasm/void-packages monitoring-plugins-update
https://github.com/void-linux/void-packages/pull/34690

monitoring-plugins: update to 2.3.1
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

A patch file from https://github.com/void-linux/void-packages/pull/34690.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monitoring-plugins-update-34690.patch --]
[-- Type: text/x-diff, Size: 3202 bytes --]

From df3359841eac0245d7496a04d02463498da5663c Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 25 Dec 2021 02:16:21 +0100
Subject: [PATCH] monitoring-plugins: update to 2.3.1

in addition:
add bind-utils to hostmakedepends as nslookup is needed to build check_dns
add libcurl-devel and uriparser-devel in order to build check_curl
add sudo to hostmakedepends as ./configure complains otherwise

There are still some things that ./configure complains about but there's
less that can be done about that.

dbi: libdbi are not currently available in the repos

radius: neither radcli or FreeRADIUS Client Library are available in the
repos (there are others listed in REQUIREMENTS but they are noted as
unmaintained and also aren't available in the repos).

lmstat, Net:SNMP perl module, and qstat: not available in the repos

qmail-qstat: provided by sqmail, but it conflicts with postfix which is
installed by default

$ ./xbps-src clean monitoring-plugins && ./xbps-src configure monitoring-plugins | grep WARNING
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
configure: WARNING: Tried  - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
configure: WARNING: Could not find qmail-qstat or eqivalent
---
 srcpkgs/monitoring-plugins/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template
index e6117e8fe6f0..1000998c221f 100644
--- a/srcpkgs/monitoring-plugins/template
+++ b/srcpkgs/monitoring-plugins/template
@@ -1,20 +1,21 @@
 # Template file for 'monitoring-plugins'
 pkgname=monitoring-plugins
-version=2.2
-revision=9
+version=2.3.1
+revision=1
 build_style=gnu-configure
 configure_args="--libexecdir=/usr/lib/monitoring-plugins"
-hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp"
+hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp bind-utils sudo"
 makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
- zlib-devel"
+ zlib-devel libcurl-devel uriparser-devel"
 depends="iputils procps-ng"
 #checkdepends="perl"
 short_desc="Monitoring plugins for Nagios and compatible monitoring solutions"
 maintainer="Corné Oppelaar <hello@eaterofco.de>"
 license="GPL-3.0-or-later"
 homepage="https://www.monitoring-plugins.org/"
+changelog="https://www.monitoring-plugins.org/news/index.html"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
+checksum=f56eb84871983fd719247249e3532228b37e2efaae657a3979bd14ac1f84a35b
 
 do_configure() {
 	./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (3 preceding siblings ...)
  2021-12-26 19:43 ` klarasm
@ 2021-12-26 19:44 ` klarasm
  2021-12-26 19:47 ` klarasm
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-26 19:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

There is an updated pull request by klarasm against master on the void-packages repository

https://github.com/klarasm/void-packages monitoring-plugins-update
https://github.com/void-linux/void-packages/pull/34690

monitoring-plugins: update to 2.3.1
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

A patch file from https://github.com/void-linux/void-packages/pull/34690.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monitoring-plugins-update-34690.patch --]
[-- Type: text/x-diff, Size: 3206 bytes --]

From 689cb3acb1c2719f2af1e3ab88eb80668d1ff9c2 Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 25 Dec 2021 02:16:21 +0100
Subject: [PATCH] monitoring-plugins: update to 2.3.1

in addition:
add bind-utils to hostmakedepends as nslookup is needed to build check_dns
add libcurl-devel and uriparser-devel in order to build check_curl
add sudo to hostmakedepends as ./configure complains otherwise

There are still some things that ./configure complains about but there's
less that can be done about that.

dbi: libdbi are not currently available in the repos

radius: neither radcli or FreeRADIUS Client Library are available in the
repos (there are others listed in REQUIREMENTS but they are noted as
unmaintained and also aren't available in the repos).

lmstat, Net:SNMP perl module, and qstat: not available in the repos

qmail-qstat: provided by sqmail, but it conflicts with postfix which is
installed by default

$ ./xbps-src clean monitoring-plugins \\
	&& ./xbps-src configure monitoring-plugins | grep WARNING
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
configure: WARNING: Tried  - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
configure: WARNING: Could not find qmail-qstat or eqivalent
---
 srcpkgs/monitoring-plugins/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template
index e6117e8fe6f0..1000998c221f 100644
--- a/srcpkgs/monitoring-plugins/template
+++ b/srcpkgs/monitoring-plugins/template
@@ -1,20 +1,21 @@
 # Template file for 'monitoring-plugins'
 pkgname=monitoring-plugins
-version=2.2
-revision=9
+version=2.3.1
+revision=1
 build_style=gnu-configure
 configure_args="--libexecdir=/usr/lib/monitoring-plugins"
-hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp"
+hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp bind-utils sudo"
 makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
- zlib-devel"
+ zlib-devel libcurl-devel uriparser-devel"
 depends="iputils procps-ng"
 #checkdepends="perl"
 short_desc="Monitoring plugins for Nagios and compatible monitoring solutions"
 maintainer="Corné Oppelaar <hello@eaterofco.de>"
 license="GPL-3.0-or-later"
 homepage="https://www.monitoring-plugins.org/"
+changelog="https://www.monitoring-plugins.org/news/index.html"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
+checksum=f56eb84871983fd719247249e3532228b37e2efaae657a3979bd14ac1f84a35b
 
 do_configure() {
 	./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (4 preceding siblings ...)
  2021-12-26 19:44 ` klarasm
@ 2021-12-26 19:47 ` klarasm
  2021-12-26 20:04 ` klarasm
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-26 19:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

There is an updated pull request by klarasm against master on the void-packages repository

https://github.com/klarasm/void-packages monitoring-plugins-update
https://github.com/void-linux/void-packages/pull/34690

monitoring-plugins: update to 2.3.1
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

A patch file from https://github.com/void-linux/void-packages/pull/34690.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monitoring-plugins-update-34690.patch --]
[-- Type: text/x-diff, Size: 2496 bytes --]

From f4ebca7aa1419c71fa9a05ad23b869fc6a17945c Mon Sep 17 00:00:00 2001
From: Klara Modin <klarasmodin@gmail.com>
Date: Sat, 25 Dec 2021 02:16:21 +0100
Subject: [PATCH] monitoring-plugins: update to 2.3.1

in addition:
add bind-utils to hostmakedepends as nslookup is needed to build check_dns
add libcurl-devel and uriparser-devel in order to build check_curl
add sudo to hostmakedepends as ./configure complains otherwise

There are still some things that ./configure complains about but there's
less that can be done about that.

dbi: libdbi are not currently available in the repos

radius: neither radcli or FreeRADIUS Client Library are available in the
repos (there are others listed in REQUIREMENTS but they are noted as
unmaintained and also aren't available in the repos).

lmstat, Net:SNMP perl module, and qstat: not available in the repos

qmail-qstat: provided by sqmail, but it conflicts with postfix which is
installed by default
---
 srcpkgs/monitoring-plugins/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/monitoring-plugins/template b/srcpkgs/monitoring-plugins/template
index e6117e8fe6f0..1000998c221f 100644
--- a/srcpkgs/monitoring-plugins/template
+++ b/srcpkgs/monitoring-plugins/template
@@ -1,20 +1,21 @@
 # Template file for 'monitoring-plugins'
 pkgname=monitoring-plugins
-version=2.2
-revision=9
+version=2.3.1
+revision=1
 build_style=gnu-configure
 configure_args="--libexecdir=/usr/lib/monitoring-plugins"
-hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp"
+hostmakedepends="fping openssh postfix procps-ng smbclient net-snmp bind-utils sudo"
 makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
- zlib-devel"
+ zlib-devel libcurl-devel uriparser-devel"
 depends="iputils procps-ng"
 #checkdepends="perl"
 short_desc="Monitoring plugins for Nagios and compatible monitoring solutions"
 maintainer="Corné Oppelaar <hello@eaterofco.de>"
 license="GPL-3.0-or-later"
 homepage="https://www.monitoring-plugins.org/"
+changelog="https://www.monitoring-plugins.org/news/index.html"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
-checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
+checksum=f56eb84871983fd719247249e3532228b37e2efaae657a3979bd14ac1f84a35b
 
 do_configure() {
 	./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (5 preceding siblings ...)
  2021-12-26 19:47 ` klarasm
@ 2021-12-26 20:04 ` klarasm
  2021-12-26 20:26 ` klarasm
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-26 20:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/34690#issuecomment-1001234086

Comment:
Added changelog. I think enabling `check_curl` is a good idea as `check_http` does not support https.

There are still some things that ./configure complains about but there's less that can be done about that.
```
$ ./xbps-src clean monitoring-plugins && ./xbps-src configure monitoring-plugins | grep WARNING
=> monitoring-plugins-2.3.1_1: cleaning build directory...
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
configure: WARNING: Tried  - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
configure: WARNING: Could not find qmail-qstat or eqivalent
```

- dbi: libdbi are not currently available in the repos
- radius: neither radcli or FreeRADIUS Client Library are available in the repos (there are others listed in REQUIREMENTS but they are noted as unmaintained and also aren't available in the repos).
- lmstat, Net:SNMP perl module, and qstat: not available in the repos
- qmail-qstat: provided by sqmail, but it conflicts with postfix which is installed by default in the build environment

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (6 preceding siblings ...)
  2021-12-26 20:04 ` klarasm
@ 2021-12-26 20:26 ` klarasm
  2021-12-27 20:17 ` klarasm
  2022-01-03 22:47 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-26 20:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 698 bytes --]

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/34690#issuecomment-1001238326

Comment:
I see now that postfix is actually in the hostmakedepends for `check_mailq`. sqmail could be used for check_mailq but my build breaks if I try to use it instead of postfix (it first complains of missing useradd or groupadd, and after I add shadow to hostmakedepends for example chown and install gives Invalid argument), attaching log file for reference.

However, I don't think it's that important as `check_mailq` can also use postfix which the package currently does.

[build.log](https://github.com/void-linux/void-packages/files/7777533/build.log)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (7 preceding siblings ...)
  2021-12-26 20:26 ` klarasm
@ 2021-12-27 20:17 ` klarasm
  2022-01-03 22:47 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: klarasm @ 2021-12-27 20:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]

New comment by klarasm on void-packages repository

https://github.com/void-linux/void-packages/pull/34690#issuecomment-1001234086

Comment:
Added changelog. I think enabling `check_curl` is a good idea.

There are still some things that ./configure complains about but there's less that can be done about that.
```
$ ./xbps-src clean monitoring-plugins && ./xbps-src configure monitoring-plugins | grep WARNING
=> monitoring-plugins-2.3.1_1: cleaning build directory...
configure: WARNING: Skipping dbi plugin
configure: WARNING: install DBI libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
configure: WARNING: Tried  - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
configure: WARNING: Could not find qmail-qstat or eqivalent
```

- dbi: libdbi are not currently available in the repos
- radius: neither radcli or FreeRADIUS Client Library are available in the repos (there are others listed in REQUIREMENTS but they are noted as unmaintained and also aren't available in the repos).
- lmstat, Net:SNMP perl module, and qstat: not available in the repos
- qmail-qstat: provided by sqmail, but it conflicts with postfix which is currently used for `check_mailq`. sqmail can also be used for `check_mailq` but has some issues, see next comment

edit: correct wrong postfix info, check_http also supports https. 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Merged]: monitoring-plugins: update to 2.3.1
  2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
                   ` (8 preceding siblings ...)
  2021-12-27 20:17 ` klarasm
@ 2022-01-03 22:47 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2022-01-03 22:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

There's a merged pull request on the void-packages repository

monitoring-plugins: update to 2.3.1
https://github.com/void-linux/void-packages/pull/34690

Description:
also add bind-utils to hostmakedepends as nslookup is needed to build check_dns

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv6l-musl

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-01-03 22:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25  2:13 [PR PATCH] monitoring-plugins: update to 2.3.1 klarasm
2021-12-26  2:22 ` ericonr
2021-12-26  2:22 ` ericonr
2021-12-26 19:41 ` [PR PATCH] [Updated] " klarasm
2021-12-26 19:43 ` klarasm
2021-12-26 19:44 ` klarasm
2021-12-26 19:47 ` klarasm
2021-12-26 20:04 ` klarasm
2021-12-26 20:26 ` klarasm
2021-12-27 20:17 ` klarasm
2022-01-03 22:47 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).