Man page - torrus_action_snmpv1trap(7)
Packages contains this manual
- torrus_schedulerinfo(8)
- torrus_action_notify(7)
- torrus_compilexml(8)
- torrus_clearcache(8)
- torrus_monitor(8)
- torrus_collector(8)
- torrus_buildsearchdb(8)
- torrus_genlist(8)
- torrus_genreport(8)
- torrus_configinfo(8)
- torrus_install_plugin(7)
- torrus_snmpfailures(8)
- torrus_flushmonitors(8)
- torrus_action_snmptrap(7)
- torrus_srvderive(8)
- torrus_cleanup(8)
- torrus(8)
- torrus_action_printemail(7)
- torrus_nodeid(8)
- torrus_action_snmpv1trap(7)
- torrus_acledit(8)
- torrus_ttproclist(8)
- torrus_genddx(8)
- torrus_rrddir2xml(8)
- torrus_launcher(7)
- torrus_devdiscover(8)
- torrus_configsnapshot(8)
apt-get install torrus-common
Manual
TORRUS_ACTION_SNMPTRAP
NAMESYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO
NOTES
AUTHOR
NAME
action_snmptrap, action_snmpv1trap - Scripts for sending SNMP traps (version 2c and 1 respectively) from monitor action. "action_snmpv1trap" is obsolete as the preferred SNMP version is 2c.
SYNOPSIS
<action
name="snmptrap">
<param name="action-type"
value="exec" />
<param name="command"
value="$TORRUS_BIN/action_snmptrap" />
<param name="launch-when" value="set,
clear" />
</action>
DESCRIPTION
This program is designed for usage from a monitor action only. It takes the arguments from environment variables, as described in action-type "exec" in Torrus XML Configuration Guide . In addition, some values may be supplied via command-line arguments (see section OPTIONS below).
Site-specific variables must be specified in the file snmptrap-siteconfig.pl . Default values are installed by the first run of "make install". Subsequent runs of "make install" do not override this file.
OPTIONS
--host = HOSTNAME
Sets the hostname of the destination host.
--community = COMMUNITY
Sets the community string to use when sending the trap.
--port = PORT
Sets the destination UDP port.
--enterprise = OID
Sets the "enterprise" field of the SNMPv1 trap to a given OID (see RFC 1157 for more details). This option is only available for "action_snmpv1trap" and will be ignored for "action_snmptrap".
--severity = SEVERITY
Sets the optional severity SNMP variable to some integer value.
FILES
/etc/torrus/conf/snmptrap-siteconfig.pl
Torrus site configuration script for SNMP traps.
SEE ALSO
torrus (8)
NOTES
See more documentation at Torrus home page: http://torrus.org
AUTHOR
Stanislav Sinyagin <ssinyagin@k-open.com>