Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

torrus_nodeid(8) [debian man page]

TORRUS_NODEID(8)						      torrus							  TORRUS_NODEID(8)

NAME
nodeid - Torrus utility SYNOPSIS
torrus nodeid --tree=TREENAME --cmd=CMD options... DESCRIPTION
This command provides a way to integrate Torrus with external OSS systems. It operates with nodeid, a unique identifier for Torrus datasource subtrees and leaves. The command prints the data on the standard output in JSON data format. OPTIONS
--tree=TREE [Mandatory] Defines the datasouerce tree. --cmd=CMD [Mandatory] Defines the action command. The following commands are supported: o info Prints information about the nodeid. Requires --nodeid. o search Performs a prefix or substring search on node IDs and prints the results. Requires --prefix or --substring. o render Renders a specified datasource node and prints the resulting MIME type and the file name. Requires --nodeid and --view. Optional --out defines a file name to copy the output to. --nodeid=NODEID Specifies the Node ID string for the commands info and render. --details Toggles verbose output for the commands info and search. --prefix=STR Specifies the prefix search string for the command search. --substring=STR Specifies the search substring for the command search. --view=VIEW Specifies the view name for the command render. The following views are defined by standard Torrus XML files and render a PNG graph: "short", "last24h-small", "last24h", "lastweek", "lastmonth", "lastyear". The following views are printing the datasource value in a text format: "rrd-print-daily", "rrd-print-last". --out=FILE If defined, instructs the utility to copy the rendered data into a specified file. Otherwise the file is created in the standard renderer's cache directory. --help Displays a help message. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_NODEID(8)

Check Out this Related Man Page

TORRUS_ACTION_SNMPTRAP(7)					      torrus						 TORRUS_ACTION_SNMPTRAP(7)

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@yahoo.com> torrus 2.03 2013-07-26 TORRUS_ACTION_SNMPTRAP(7)
Man Page