RRDBot: A SNMP poller for RRD Tools

RRDBot is an SNMP polling daemon which writes the polled values to an RRD database. It can poll many different SNMP sources in an efficient manner.

It has no large external dependencies, and its configuration is stored in text files. It has full support for MIB definition files and using textual MIBs instead of numerical OIDs.

A nice feature is the querying of SNMP tables without using a specific index. Indexes of the rows in an SNMP table may change from time to time, and are less than ideal for long term tracking of a given value. For example RRDBot can query the traffic on your router based on the 'eth0' interface name.

RRDBot also contains tools to simplify the creation of RRD files, and the various archives contained in them.

Documentation

rrdbotd(8): The man page.
rrdbot.conf(5): The man page for the config files.
rrdbot-create(8): Tool that creates RRD files.
rrdbot-get(1): Tool that allows retrieving one off SNMP values.

Notes:

Mailing List

rrdbot@googlegroups.com
Subscribe/Unsubscribe | Archive | RSS
Note: If you prefer not to create/use a Google Account, then email me, and I'll subscribe you manually.

Downloads:

Source: rrdbot-0.9.7.tar.gz
Source: rrdbot-0.9.6.tar.gz
Source: rrdbot-0.9.4.tar.gz
Source: rrdbot-0.9.2.tar.gz
Source: rrdbot-0.9.1.tar.gz
Source: rrdbot-0.9.tar.gz
Source: rrdbot-0.8.tar.gz
Source: rrdbot-0.7.tar.gz
Source: rrdbot-0.6.tar.gz
Source: rrdbot-0.5.tar.gz
Source: rrdbot-0.4.tar.gz

Development:

You can get a snapshot of the source with git:

$ git clone git://thewalter.net/rrdbot.git

Source code repository:
http://thewalter.net/git/cgit.cgi/rrdbot/

Licensing and Support

BSD type license. Contact the mailing list when bugs are found.

   [ home page ]