Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

torrus_rrddir2xml(8) [debian man page]

TORRUS_RRDDIR2XML(8)						      torrus						      TORRUS_RRDDIR2XML(8)

NAME
rrddir2xml - Searches a directory for RRD files and generates Torrus XML configuration file. SYNOPSIS
torrus rrddir2xml --dir=DIR [options...] DESCRIPTION
rrddir2xml searches in a given directory for RRD files and creates Torrus XML configuration file suitable for browsing ofthose data files. With default options, it is usable for RRD files generated by Torrus' SNMP collector, where the file name starts with the host name, separated by underscore from interface name or other MIB specifics. With these defaults, it creates a subtree per each host name, and all RRD files belonging top that host name are sorted alphabetically in that subtree. OPTIONS
--dir=DIR Absolute path to the directory for searching. The directory may contain also non-RRD files. Only regular files are processed, and the symlinks are ignored. --recursive If specified, the directory will be searched recursively. All file names across all subdirectories must be unique. Symlinks to other directories are ignored. --filter=Regexp If the filter is specified, then rrddir2xml lists only those files and subdirectories whose names match the given regular expression. --out=FILE Output XML file name. If relative path given, the file is placed in /etc/torrus/xmlconfig. Default: rrddir.xml. --subtree=SUBTREE Top subtree path in the generted XML. Default is the top of the tree ("/"). --split=REGEXP Regular expression used for splitting the file name into parts to build the subtree hierarchy. Default is a sequence of underscores ("_+"). --levels=INTEGER Number of levels of hierarchy to build by splitting the file names. Default is 2 levels. --comment=TEXT Text to put as "comment" parameter to the top subtree. --holtwinters If specified, Holt-Winters prediciton boundaries and failures are displayed in the graphs. --verbose Prints extra diagnosics. --debug Prints debugging 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_RRDDIR2XML(8)

Check Out this Related 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)
Man Page