logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

action_snmptrap, action_snmpv1trap - Scripts for sending SNMP traps (version 2c and 1 respectively) from

Author

       Stanislav Sinyagin <ssinyagin@k-open.com>

torrus 3.00                                        2023-05-02                          TORRUS_ACTION_SNMPTRAP(7)

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 TorrusXMLConfigurationGuide. 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.

Files

/etc/torrus/conf/snmptrap-siteconfig.pl
           Torrus site configuration script for SNMP traps.

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.

Notes

       See more documentation at Torrus home page: http://torrus.org

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.

See Also

torrus(8)

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>

See Also