summaryrefslogtreecommitdiff
path: root/daemon/config.c
AgeCommit message (Expand)Author
2008-03-15Don't bark on MIBs that are not recognized, ignore them and continue.Stef Walter
2008-03-15Use SNMP GETNEXT requests for the table queries. Stef Walter
2008-03-02 - Support failover between multiple agentsStef Walter
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-11-28Added SNMP v2 support.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-05Added asynchronous DNS resolver. See #47Stef Walter
2006-04-17Don't choke on 'interval' being used when no poll.Stef Walter
2006-04-05Support for printing out textual MIB names.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-01-28Fix load problem with two or more data sources.Stef Walter
2006-01-28Clean up our value storage.Stef Walter
2006-01-28Fix compile time warnings.Stef Walter
2006-01-28Use xcalloc function to simplify config parsing.Stef 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-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-27Added filename to all config parsing messages. See #53Stef Walter
2006-01-27Turn TODO's into tickets and take out bad TODOs.Stef Walter
2006-01-27Move rrdbot code into right project.Stef Walter