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_GENDDX(8)						      torrus							  TORRUS_GENDDX(8)

NAME
genddx - Generates SNMP discovery instructions file for devdiscover SYNOPSIS
torrus genddx --host=HOSTNAME | --hostfile=HOSTFILENAME [options...] DESCRIPTION
genddx generates the SNMP discovery instructions file, which may be later used as input for the devdiscover utility to produce the corresponding Torrus XML configuration file. The hostname(s) of router(s) to be included in SNMP discovery must be specified either using the --host (for a single router) or --hostfile option. In the latter case the file HOSTFILENAME must contain a space-separated list of router hostnames. Hostnames may have the form "host:devname" where "devname" is a symbolic device name. This utility is designed to be used only once, in order to generate the discovery XML canvas, for futher manual editing. It generates only basic set of parameters, and there are much more of those that you may use to customize the discovery process. See torrus_ttproclist(8) for a more flexible and complex DDX generator. More information is available in Torrus SNMP Discovery User Guide. OPTIONS
--out=OUTFILENAME Sets the output file to OUTFILENAME. Default is routers.ddx. Without absolute path, the file will be placed in /etc/torrus/discovery. --discout=FILENAME Sets the discovery output file to FILENAME. This will be the filename of the Torrus XML configuration file once the output file of the genddx is processed by the devdiscover utility. Default value is routers.xml. Without absolute path, the file would be resided in /etc/torrus/xmlconfig. --domain=DOMAIN Sets the DNS domain name to DOMAIN. --version=SNMPVERSION Sets discovery SNMP version to SNMPVERSION. Default value is "2c". --community=COMMUNITY Sets discovery SNMP read community value to string COMMUNITY. Default is "public". --port=PORT Sets SNMP port to PORT. Default is 161. --retries=NUMRETRIES Sets number of retries to NUMRETRIES. Default value is 2. --timeout=TIMEOUT Sets SNMP timeout to TIMEOUT seconds. Default value is 10. --subtree=SUBTREE Sets the subtree name to SUBTREE. Default is "/Routers". --datadir=DATADIR Sets the path of the directory where SNMP data is collected to DATADIR. Default value is /var/lib/torrus/collector_rrd. --holtwinters Enables Holt-Winters analysis. FILES
/etc/torrus/discovery/routers.ddx Default output file of genddx. /etc/torrus/xmlconfig/routers.xml Default Torrus XML configuration file which will be written once the genddx output file is processed with devdiscover utility. SEE ALSO
torrus(8), torrus_devdiscover(8), torrus_ttproclist(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_GENDDX(8)
Man Page