|
NAMErddbotd —
an SNMP poller which writes to an round robin database
SYNOPSIS
DESCRIPTIONrddbotd is an SNMP polling daemon which writes the
polled values to an
rrdtool(1)
RRD database. An can poll many different SNMP sources in an efficient manner.
Table queries are supported, where the OID index of a certain value is not known beforehand, or may change regularly. In addition multiple SNMP agents may be specified for a certain value. If one SNMP agent cannot be contacted or errors for some reason, another one will be tried. The configuration (eg: SNMP sources, polling intervals) are located in files in a directory, with one configuration file per RRD. The format of the configuration files are described in: rrdbot.conf(5) OPTIONSThe options are as follows.
FILE LOCATIONSTo determine the default location for the configuration files and RRD files run this command:# rrdbotd -V The configuration files for SNMP pollers are laid out in a directory tree, with one file per RRD. Subdirectories can be used to organize the configuration files. The contents of the configuration files are described in rrdbot.conf(5). By default the RRD files mirror the directory structure and names of the configuration files, with an .rrd extension appended to the filename. For example if your configuration files are in a structure like the following: /usr/local/etc/rrdbot/ gateways/ gateway-load.conf gateway-traffic.conf temperature/ inside-temperature.conf outside-temperature.conf machine-load.conf Then the default RRD files would be in a similar directory structure: /var/db/rrdbot/ gateways/ gateway-load.conf.rrd gateway-traffic.conf.rrd temperature/ inside-temperature.conf.rrd outside-temperature.conf.rrd machine-load.conf.rrd The default location for an RRD file can be overridden by using the rrd option in the configuration file. You can use the rrdbot-create(8) tool to create the needed RRD files in the appropriate places. SEE ALSOrrdbot.conf(5), rrdbot-create(8), rrdbot-get(1), rrdtool(1)AUTHORStef Walter ⟨stef@memberwebs.com⟩
Visit the GSP FreeBSD Man Page Interface. |