Path to this page:
./
net/snmptt,
SNMP trap handler written in Perl
Branch: CURRENT,
Version: 1.4.2nb3,
Package name: snmptt-1.4.2nb3,
Maintainer: bouyerSNMPTT (SNMP Trap Translator) is an SNMP trap handler written in Perl for
use with the Net-SNMP / UCD-SNMP snmptrapd program (www.net-snmp.org).
SNMPTT supports Linux, Unix and Windows.
Snmptt can log to any of the following destinations: text log, syslog,
NT Event log or a SQL database. External programs can also be run to pass
the translated trap to an email client, paging software, Nagios etc.
In addition to variable substitution, SNMPTT allows complex configurations
allowing:
* the ability to accept or reject a trap based on the host name,
ip address, network range, or variable values inside of the trap
enterprise variables
* execute external programs to send pages, emails etc
* perform regular expression search and replace on the translated message
such as translating the variable value "Building alarm 4" to
"Moisture detection alarm"
Required to run:[
textproc/p5-Text-Balanced] [
databases/p5-DBI] [
lang/perl5] [
net/net-snmp] [
devel/p5-Config-IniFiles] [
databases/p5-DBD-ODBC]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 139.353 KB
Version history: (Expand)
- (2023-10-25) Updated to version: snmptt-1.4.2nb3
- (2022-06-28) Updated to version: snmptt-1.4.2nb2
- (2021-05-25) Updated to version: snmptt-1.4.2nb1
- (2020-11-04) Updated to version: snmptt-1.4.2
- (2020-09-01) Updated to version: snmptt-1.3nb13
- (2020-01-19) Updated to version: snmptt-1.3nb12
CVS history: (Expand)
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-11-04 19:32:26 by Juraj Lutter | Files touched by this commit (2) | |
Log message:
snmptt: Update to 1.4.2
Changelog:
* v1.4.2 - July 23rd, 2020:
- Fixed a security issue with EXEC / PREXEC / unknown_trap_exec that could
allow malicious shell code to be executed (CVE-2020-24361).
- Fixed a bug with EXEC / PREXEC / unknown_trap_exec that caused commands to be
run as root instead of the user defined in daemon_uid.
* v1.4 - November 6th, 2013:
- Added snmptt.ini option net_snmp_perl_cache_enable to enable caching of
Net-SNMP Perl module OID and ENUM translations. This may speed up
translations and reduce CPU load when net_snmp_perl_enable and translate_*
options are enabled.
- Fixed bug with snmptthandler-embedded where IP addresses and OIDs were not
being detected properly because they contained 'OID:', 'IpAddress:' etc.
- Fixed bug with MATCH. The PREEXEC $p variable could not be used with MATCH.
PREEXEC is now executed first if MATCH contains $p.
- Fixed bug with syslog. Log entries were supposed to be logged with
snmptt[pid] but instad of the pid it was actually the effective user ID
(2980512).
- Fixed bug where the hostname is not detected properly when snmptrapd is
configured to not use DNS.
- Fixed bug where if the spool directory is not defined, files may be deleted
from the wrong folder (3020696).
- Fixed bug with syslog logging. Function was not being called properly
(3166749).
- Fixed bug with MATCH where number ranges were not working (3397982).
- Fixed bug with multi-line traps (2915658).
- Fixed bug with LOGONLY severity. EXEC was being executed even if the trap
had a severity of LOGONLY (3567744).
- Fixed bug with snmptt hanging if the log message sent to syslog contained a %
symbol. All %'s are now escaped before sending to syslog (3567748).
- Fixed possible bug with MySQL. Put CONNECT string on one line.
- Fixed bug with not being able to write to the debug log file when running
snmptt as non-root if the debug file didn't already exist with the correct
permissions at startup. The ownership of snmptt.debug is now set to
daemon_uid before switching to the new uid. Patch 3423525.
- Installation documentation updates (bug 3425999).
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|