aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/prometheus2: update to 2.30.0Vanilla I. Shu2021-09-274-169/+174
| | | | | PR: 258724 Reported by: maintainer
* net-mgmt/victoria-metrics: update the port to version 1.66.2.Alexey Dokuchaev2021-09-273-26/+26
| | | | Neglected by: portscout :(
* net-mgmt/check_ssl_cert: update to 2.7.0Christoph Moench-Tegeder2021-09-242-4/+4
| | | | https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.7.0
* net-mgmt/victoria-metrics: the port had been updated to version 1.66.1Alexey Dokuchaev2021-09-233-55/+53
| | | | | | | Lapo Luchini reports that run-time dependency on `security/ca_root_nss' port is no longer needed starting with Golang version 1.17. Notified by: portscout
* net-mgmt/pmacct: mark unused but set variables with attributesDimitry Andric2021-09-223-0/+23
| | | | | | | | | | | | | | | | | | With clang 13, building net-mgmt/pmacct results in a number of warnings: netflow9.c:2236:25: error: variable 'tot_len' set but not used [-Werror,-Wunused-but-set-variable] u_int16_t flows = 0, tot_len = 0; ^ In this particular instance, the 'tot_len' variable does not seem to have any purpose, nor does it have any further side-effects. There is one more instance of a set but unused variable 'label' in src/sflow.c, but the code there is also increasing a byte ptr, so it can't easily be eliminated. For now mark these variables as unused, with an attribute. Approved by: pi (maintainer) PR: 258513 MFC: 2021Q3
* net-mgmt/check_ssl_cert: update to 2.6.1Christoph Moench-Tegeder2021-09-222-4/+4
| | | | https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.6.1
* net-mgmt/p5-SNMP-Info: Update to 3.78Po-Chuan Hsieh2021-09-213-4/+6
| | | | Changes: https://metacpan.org/dist/SNMP-Info/changes
* net-mgmt/telegraf: update to 1.20.0Palle Girgensohn2021-09-212-6/+6
| | | | Release notes: https://github.com/influxdata/telegraf/releases/tag/v1.20.0
* net-mgmt/nbtscan: Update to 1.7.1Po-Chuan Hsieh2021-09-212-6/+6
| | | | | Changes: https://github.com/resurrecting-open-source-projects/nbtscan/releases https://github.com/resurrecting-open-source-projects/nbtscan/blob/master/ChangeLog
* net-mgmt/check_mk_agent: Update to 2.0.0p9Mateusz Piotrowski2021-09-202-8/+8
|
* ports/net-mgmt: Add install messageGraham Perrin2021-09-201-0/+11
| | | | | | PR: 255138 Approved by: arrowd Differential Revision: https://reviews.freebsd.org/D31978
* net-mgmt/alertmanager: update to 0.23.0.Vanilla I. Shu2021-09-203-31/+9
| | | | | PR: 258602 Reported by: maintainer
* net-mgmt/bgpq4: Update to 1.4Juraj Lutter2021-09-192-5/+5
| | | | | | | | | | - Update to 1.4 - Reformat a bit according to portclippy and portfmt - Fix build dependency on libtool - Changes: https://github.com/bgp/bgpq4/blob/1.4/CHANGES Approved by: maintainer timeout (3 weeks) Differential Revision: https://reviews.freebsd.org/D31681
* net-mgmt/zabbix5-server: Update to 5.0.15Juraj Lutter2021-09-1912-41/+61
| | | | | | | | | | | | | Summary: - Update to 5.0.15 - Reformat a bit according to portclippy and portfmt - Rework pidfile and logfile handling (now under /var/{run,log}/zabbix) - Provide sample config for agentd - Changelog: https://www.zabbix.com/rn/rn5.0.15 PR: 258076 Reviewed by: pg@pakhom.spb.ru (maintainer) Differential Revision: https://reviews.freebsd.org/D31845
* net-mgmt: Remove unsupported zabbix52 portsJuraj Lutter2021-09-1917-1948/+0
| | | | | | | | - Remove ports - Disconnect from build Approved by: pg_pakhom.spb.ru (maintainer) Differential Revision: https://reviews.freebsd.org/D31847
* *: Rebuild lang/rust consumers after the 1.55.0 updateTobias Kortkamp2021-09-192-2/+2
|
* net-mgmt/check_ssl_cert: update to 2.6.0Christoph Moench-Tegeder2021-09-182-4/+4
| | | | https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.6.0
* net-mgmt/check_ssl_cert: update to 2.5.2Christoph Moench-Tegeder2021-09-162-4/+4
| | | | https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.5.2
* net-mgmt/grok_exporter: Fix build on aarch64Mikael Urankar2021-09-161-0/+1
| | | | Approved by: portmgr (build fix blanket)
* net-mgmt/unifi6: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/unifi5: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/ettercap: Fix CPE information because current one is deprecatedBernhard Froehlich2021-09-141-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/p0f2: Set to expire 2021-12-31Kevin Bowling2021-09-111-0/+1
| | | | PR: 258370
* net-mgmt/p0f2: deprecate in favour of net-mgmt/p0fRobert Clausecker2021-09-111-0/+2
| | | | | | | | The version 2 series of this tool is no longer maintained and deprecated in favour of the version 3 series provided in net-mgmt/p0f2. PR: 258370
* net-mgmt/p0f2: Fix build with -fno-commonRobert Clausecker2021-09-113-7/+20
| | | | PR: 258370
* net-mgmt/py-pysnmp: Update WWWJohn W. O'Brien2021-09-118-6/+8
| | | | | | snmplabs.com domain name no longer under upstream control Approved by: portmgr (blanket: metadata fix)
* net-mgmt/prometheus2: Add CPE informationBernhard Froehlich2021-09-101-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/prometheus1: Add CPE informationBernhard Froehlich2021-09-101-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/smokeping: Add CPE informationBernhard Froehlich2021-09-101-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/gnu-ipcalc: Fix hardcoded path to geoip databaseEmanuel Haupt2021-09-102-0/+14
| | | | | PR: 258400 Reported by: freebsd@ohreally.nl
* net-mgmt/icingaweb2-module-vsphere: Update to 1.1.1Jochen Neumeister2021-09-103-5/+6
| | | | Sponsored by: Netzkommune GmbH
* net-mgmt/icinga2: Update WWWJochen Neumeister2021-09-101-1/+1
| | | | Sponsored by: Netzkommune GmbH
* net-mgmt/icinga2: Update to 2.13.1Jochen Neumeister2021-09-105-12/+33
| | | | | Changelog: https://github.com/Icinga/icinga2/blob/master/CHANGELOG.md Sponsored by: Netzkommune GmbH
* net-mgmt/gnu-ipcalc: Update to 1.0.1Emanuel Haupt2021-09-087-39/+32
| | | | | | | | | - Upstream has move to GitLab - Use meson instead of gmake - Optionally support GeoIP1 + GeoIP2 via net/libmaxminddb PR: 258363 (based on) Reported by: freebsd@ohreally.nl
* net-mgmt/zabbix54: Improve pid and log file handlingJuraj Lutter2021-09-069-21/+35
| | | | | | | | | | - Provide correct sample config files - Put pid file under /var/run/zabbix and default log file into /var/log/zabbix directory. Create the directories as needed. - Bump PKGREVISION for agent, proxy and server components only. PR: 258076
* net-mgmt/zabbix54-server: Update to 5.4.4Juraj Lutter2021-09-053-6/+8
| | | | Changelog: https://www.zabbix.com/rn/rn5.4.4
* net-mgmt/networkmgr: update it to 6.1Eric Turgeon2021-09-042-4/+4
|
* *: Updated to 8.0.7Richard Gallamore2021-09-043-6/+5
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* net-mgmt/check_ssl_cert: update to 2.4.3Christoph Moench-Tegeder2021-09-032-4/+4
| | | | https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.4.3
* net-mgmt/net-snmp: Fix CPE informationBernhard Froehlich2021-09-031-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/victoria-metrics: update the port to version 1.65.0.Alexey Dokuchaev2021-09-023-62/+50
|
* net-mgmt/observium: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/netbox: Add CPE infoKai Knoblich2021-08-311-2/+3
| | | | * Also add the port to the "python" category while I'm here.
* net-mgmt/phpipam: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/nagvis: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/netdisco: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* Cleanup: for ports under n* categories, drop redundant GH_* knobs.Alexey Dokuchaev2021-08-316-18/+7
|
* net-mgmt/snmptt: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/librenms: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* net-mgmt/collectd5: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)