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