Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

torrus_devdiscover(8) [debian man page]

TORRUS_DEVDISCOVER(8)						      torrus						     TORRUS_DEVDISCOVER(8)

NAME
devdiscover - Performs SNMP discovery and generates Torrus XML configuration file. SYNOPSIS
torrus devdiscover [--in=XMLFILE] [options...] [XMLFILES] DESCRIPTION
devdiscover performs SNMP discovery using the XMLFILE for the discovery instructions. It generates a corresponding Torrus XML configuration file. See Torrus SNMP Discovery User Guide for details. The generic input file, or device discovery XML (DDX), may be generated by the genddx utility, and then edited and maintained manually. Multiple input files may be specified by several instances of --in option, or simply as arguments. Input file name is searched in the current directory, and then in /etc/torrus/discovery/. OPTIONS
--mkdir Creates "data-dir" directories. --limit=REGEXP Limits the discovery to the output files matching the regular expression REGEXP. --forcebundle With this option enabled, "devdiscover" will write the bundle file even if some of the bundle members were not created because of errors. --fallback=INTEGER Requires --forcebundle. In case if an SNMP device is not available, the bundle file will include an older version of the XML output file, provided that it exists and it is not older than the specified number of days. --threads=INTEGER If the threads are enabled in the local Perl, this option determins how many parallel discovery threads are to be executed. The discovery jobs are distributed per output files, thus it makes sence to use threads only when there are many output files defined in a single DDX file. --verbose Prints extra information. --debug Prints debugging information. --snmpdebug Prints SNMP protocol details FILES
/etc/torrus/conf/devdiscover-siteconfig.pl devdiscover site configuration file. SEE ALSO
torrus(8), torrus_genddx(8) NOTES
See Torrus SNMP Discovery User Guide for more details at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_DEVDISCOVER(8)

Check Out this Related Man Page

TORRUS_COLLECTOR(8)						      torrus						       TORRUS_COLLECTOR(8)

NAME
collector - Torrus data Collector. SYNOPSIS
torrus collector --tree=TREENAME [options...] DESCRIPTION
This command starts the Collector process for the tree TREENAME. By default it forks into a daemon, sets the log output file to /var/log/torrus/collector.TREENAME.log, performs one Collector cycle, and sleeps until the next cycle is scheduled. In daemon mode the log file can be reopened by sending it a SIGHUP signal. Collector cycle scheduling is controlled by two parameters defined for each individual configuration leaf: "collector-period" and "collector-timeoffset". See the Torrus Configuration Guide for more details. The number of OID (Object IDentifier) variable bindings sent by Collector is controlled by the datasource parameter "snmp-oids-per-pdu". It is set to a default value of 40 in snmp-defs.xml, and may be overwritten at the host level. OPTIONS
--instance=N Defines the collector instance. A single tree can allow more than one collector instance. The number of instances is defined in "run" hash in the torrus-siteconfig.pl's %Torrus::Global::treeConfig. If the number of instances is more than one, this option is mandatory. The collecting job is split between the instances, and normally all instances should be started by the startup scripts. The tree should be re-compiled after the number of instances is changed in the siteconfig. In the example below the tree tree_A will be served by three collector instances: %Torrus::Global::treeConfig = ( 'tree_A' => { 'description' => 'The First Tree', 'xmlfiles' => [qw(a1.xml a2.xml a3.xml)], 'run' => { 'collector' => 3, 'monitor' => 1 } }, ); --nodaemon Prevents the process from becoming a daemon and sets the log to STDERR. --runonce Instructs the collector to run once and exit. Implies --nodaemon. --runalways Instructs the collector process to continue running even if no collector datasources are defined in the tree. In this case, the process will check once per hour if the configuration has changed. --debug Sets the log level to debug. --verbose Sets the debug level to info. --help Displays a help message. FILES
/etc/torrus/conf/torrus-siteconfig.pl Torrus site configuration script. /var/log/torrus/collector.TREENAME.log Collector's log for the tree TREENAME. /usr/share/torrus/xmlconfig/snmp-defs.xml Basic variable definitions for the SNMP collector. 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_COLLECTOR(8)
Man Page