summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-28Added SNMP v2 support.Stef Walter
2006-11-28Add traffic exampleStef Walter
2006-08-07Added manual pagesStef Walter
2006-08-07Better messages when an OID is too short.Stef Walter
2006-08-06when in -n mode, print commands even when it exists.Stef Walter
2006-08-06A bunch of fine tuning on the rrdbot-create tool.Stef Walter
2006-08-06Fixed up licenses and credits.Stef Walter
2006-08-06Make sure that communities and/or versions are not inadventently mixed up.Stef Walter
2006-08-05Add SNMP version 2c support. See #55Stef Walter
2006-08-05Added support for RRD files not in the standard places. See #54Stef Walter
2006-08-05Config parser fixes.Stef Walter
2006-08-05Added asynchronous DNS resolver. See #47Stef Walter
2006-08-05Reduce memory usage of SNMP requests.Stef Walter
2006-08-05Some minor message fixes.Stef Walter
2006-04-17Ignore built files.Stef Walter
2006-04-17Don't choke on 'interval' being used when no poll.Stef Walter
2006-04-07Fix debug mode build.Stef Walter
2006-04-05Add MIBs for bsnmp-regexStef Walter
2006-04-05Add timeouts and resends. Rework globals.Stef Walter
2006-04-05MIB fixes.Stef Walter
2006-04-05Support for printing out textual MIB names.Stef Walter
2006-04-05Basic get/walk support.Stef Walter
2006-04-04Move functionality for parsing MIBs, SNMP into common files.Stef Walter
2006-04-04Add support for simpler create options.Stef Walter
2006-03-01Don't try and create files that don't have a create section.Stef Walter
2006-03-01Support config files in a config directory tree in rrdbot and tools.Stef Walter
2006-03-01Remove files that shouldn't have been checked in.Stef Walter
2006-02-23Fix crasher on creating of RRDs.Stef Walter
2006-02-23Fail properly when reading a config file failed.Stef Walter
2006-01-28Fix load problem with two or more data sources.Stef Walter
2006-01-28Better debugging output for request identifiers and values.Stef Walter
2006-01-28For timeouts we use the time the request was last sent.Stef Walter
2006-01-28Fix resends.Stef Walter
2006-01-28Clean up our value storage.Stef Walter
2006-01-28Fix dumb bug.Stef Walter
2006-01-28Fix compile time warnings.Stef Walter
2006-01-28Use xcalloc function to simplify config parsing.Stef Walter
2006-01-28Add C RRD create tool. See #50Stef Walter
2006-01-28Make 'print version' parameter be -VStef Walter
2006-01-28A few configuration parsing cleanups.Stef Walter
2006-01-28Move config parser stuff into common directory for use by other binaries.Stef Walter
2006-01-28Standardize the string functions and search for them properly when configurin...Stef Walter
2006-01-28First stage of standardizing string functions.Stef Walter
2006-01-28Clean up MIB warnings.Stef Walter
2006-01-28Add MIBS that we distribute with the app.Stef Walter
2006-01-27Make the MIB directory configurable.Stef Walter
2006-01-27Added textual MIB parsing support. See #45Stef Walter
2006-01-27Config: Parse timeout and fix interval parsing.Stef Walter
2006-01-27Some message and comment cleanup.Stef Walter
2006-01-27Added filename to all config parsing messages. See #53Stef Walter