- perl@->ports@
The version of p5-SNMP available in Ports (4.2.7.1) depends on net-snmp4
which is marked as deprecated. Current upstream version (5.4.2.1) is
built as a part of net-mgmt/net-snmp port by default.
PR: ports/136802
Submitted by: Cezary Morga <cm@therek.net>
Disccused on: perl@
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
down on a shoutcast or icecast server. The program will look at
the three digit error code (ie. 200, 404, etc.) to give the proper
result code that Nagios can use to know if the stream is up, in
warning or in critical.
WWW: http://www.lns.com/papers/check_ice/
Submitted by: steinex
dumpfiles as generated by tcpdump(1) or via live capture from an
interface using pcap(3) into bidirectional flows, then exports those
flows to IPFIX Collecting Processes or in an IPFIX-based file format.
YAF's output can be used with the SiLK flow analysis tools and any
other IPFIX compliant toolchain.
WWW: http://tools.netsa.cert.org/yaf/index.html
PR: ports/136118
Submitted by: Dikshie <dikshie at sfc.wide.ad.jp>
* Reduced issues unexpected SNMP agents results
* Fixed issue with SNMPv3 passwords and Firefox Browser
* Fixed a long standing bug where changes to graph trees
would not show up immediately
SNMP: disks, memory, load, network interfaces, running processes, etc...
The other idea is to select disks, interfaces, process using regular
expressions:
- it is possible to test more than one disk/int/process in one Nagios check
(ex.: eth* instead of eth0,eth1,eth2,...)
- you only have to provide a unique part of the name to select a
disk/int/process (ex. : "C:" instead of "C:\ Label: Serial Number xxxxxxx"
makes it easy to use on multiple Windows hosts).
Most of these scripts can make performance outputs.
WWW: http://nagios.manubulon.com/
PR: ports/135523
Submitted by: Alexey V. Degtyarev
(daily.cvd) version to the version advertised from the ClamAV site. It verifies
the latest ClamAV revision using a DNS TXT query against
current.cvd.clamav.net.
WWW: http://bsd.phoenix.az.us/projects/check_clamav
PR: ports/135512
Submitted by: Alexey V. Degtyarev