summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Expand)Author
2009-10-24Support for multiple local sockets (ie: INET + INET6)Stef Walter
2009-10-24Add back support for ports in snmp urls.Stef Walter
2009-10-24Remove usage of sock_any calls.Stef Walter
2008-07-29 - Add parameter to specify bind address.Stef Walter
2008-04-16Support parsing strings into integers and floats.Stef Walter
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-07Don't include errno in warning Stef Walter
2008-03-04Start polling right away rather than waiting for the first poll cycle.Stef Walter
2008-03-02More debug logging. Stef Walter
2008-03-02 - Support failover between multiple agentsStef Walter
2007-06-12Fix assertion when reallocating for more requests. See #211Stef Walter
2007-05-28Use 'Stef' instead of 'Nate'Stef Walter
2006-12-09 - Remove pid file when exiting [benj]Stef Walter
2006-11-28Fixed asynchronous resolving on FreeBSDStef 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-08-05Some minor message fixes.Stef Walter
2006-04-17Don't choke on 'interval' being used when no poll.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-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 compile time warnings.Stef Walter
2006-01-28Use xcalloc function to simplify config parsing.Stef 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-28Clean up MIB warnings.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
2006-01-27SNMP textual error messages. See #59Stef Walter
2006-01-27Make rrdbotd able to become a daemon.Stef Walter
2006-01-27Fix endless loop.Stef Walter
2006-01-27Added command line options. See #58Stef Walter
2006-01-27Turn TODO's into tickets and take out bad TODOs.Stef Walter
2006-01-27Make it build in it's new environment.Stef Walter