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_SRVDERIVE(8)						      torrus						       TORRUS_SRVDERIVE(8)

NAME
srvderive - Derive a new service ID from sum or maximum of other service values SYNOPSIS
torrus srvderive TIMESPAN OUTPUT FUNCTION SOURCES... DESCRIPTION
When the Torrus Reporting engine is set up, this command is used to combine several services data into a new service ID. The output data is either the maximum or the sum of input services. See Torrus Reporting Setup Guide for more information. TIMESPAN
Either --month or --end option must be defined --start=YYYY-MM-DD Sets the start date of the calculation. --end=YYYY-MM-DD Sets the next day after the eond of the period. --month Instead of setting the end data, it is convenient to use this option. It sets the end data in one calendar month after the start date. OUTPUT
--out=SERVICEID Sets the output service ID. This should not be a service ID used in the Torrus datasource trees. Note: if srvderive command is run twice with the same arguments, the produced data is doubled for the output service ID. FUNCTION
--func="MAX"|"SUM" Sets the function to be used when combining the input service data. Currently only "MAX" and "SUM" are supportted. SOURCES
--in=SERVICEID ... Input service IDs are specified either by --in option, or as command line arguments. At least 2 input service IDs should be specified. OPTIONS
--step Default: 300. Sets the data interval for derived service ID. It is recommended to leave this option at default value. --verbose Prints extra informatgion. --debug Prints debugging information. --help Prints command usage information. 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_SRVDERIVE(8)
Man Page