Update pingcheck to work with cmake 3.28
[pingcheck] / src / config /
2015-06-11 Christian Herdtweckchanged value of link_up/down_interval from minutes...
2015-05-28 Christian Herdtweckchanged default path for log file to /var/log
2015-05-28 Christian Herdtweckchanged paths of DNS cache (now in /var/cache) and...
2015-05-20 Christian Herdtweckchanged default value for time between resolves (min...
2015-05-04 Christian Herdtweckcreated arg recursion_count to async_resolve and many...
2015-05-04 Christian Herdtweckadded option min-time-between-resolves-option and tests...
2015-05-04 Christian Herdtweckadded option log-file and option FILE to log-output...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
2015-05-04 Christian Herdtweckadded dns cache file option
2015-01-22 Christian Herdtweckchanged treatment of --version arg; remember to print...
2015-01-12 Christian HerdtweckClean up output, whitespace,
2014-12-30 Christian Herdtweckminor change in logging: avoid duplicated "Error: "
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckmore rigorous command line option checking; ensure...
2014-11-12 Christian Herdtweckwarn in case of unrecognized command line options;...
2014-11-12 Christian Herdtweckhad forgotten to remove a (rather stupid) debug test...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-11-12 Christian Herdtweckmake abstract base classes boost::noncopyable to avoid...
2014-11-05 Christian HerdtweckFor command line options for logging output level and...
2014-05-21 Christian Herdtweckchanged format for interval specification in pingcheck...
2014-05-14 Christian Herdtweckadded two more options to pingchecker: use random inter...
2012-07-03 Guilherme Maciel... Feature: allow to choose among two log destinations...
2012-07-02 Guilherme Maciel... Fix: standardized the logfunc header inclusion.
2012-03-23 Thomas JaroschMask some PC-Lint messages. Simple constification
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-14 Guilherme Maciel... Handling more kinds of errors during file parsing.
2012-03-14 Guilherme Maciel... Fix: consider the network interface from each host.
2012-03-13 Guilherme Maciel... Renamed the global "source-network-interface" to "defau...
2012-03-13 Guilherme Maciel... Added the host.source-network-interface configuration...
2012-03-11 Guilherme Maciel... Revert "Configuration: added the ping protocol fallback...
2012-03-11 Guilherme Maciel... Removing the const qualifier to link with Boost.
2012-03-07 Guilherme Maciel... Configuration: added the ping protocol fallback count.
2012-02-25 Guilherme Maciel... The configuration supports more than one protocol per...
2012-02-23 Guilherme Maciel... Removing the const qualifier to link with Boost.
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-02-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
2012-02-19 Guilherme Maciel... Bring aboard log level configuration.
2012-02-18 Guilherme Maciel... Fix: const-fied the argv parameter in order to suppress...
2012-02-06 Guilherme Maciel... Test: bring aboard ConfigurationOptions test case.
2012-02-02 Guilherme Maciel... Fix: misspelled class name.
2012-02-01 Guilherme Maciel... Small documentation fixes.
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
2011-12-12 Thomas JaroschMore constification
2011-10-19 Guilherme Maciel... Removed validate() method
2011-10-08 Guilherme Maciel... Split the parse_configuration_options
2011-10-08 Guilherme Maciel... Fixed a bug: the command line parsing should succeed...
2011-10-08 Guilherme Maciel... Using HostNameOption class to get the option name.
2011-10-08 Guilherme Maciel... Using individual classes for each option, instead of...
2011-10-06 Guilherme Maciel... Removing commented code
2011-10-06 Guilherme Maciel... Bring aboard "version", "daemon" and "config-file"...
2011-10-06 Guilherme Maciel... There is not possible to pass a NULL value_semantic...
2011-09-30 Guilherme Maciel... Using a more straightforward comparison
2011-09-30 Guilherme Maciel... Reducing scope of variable
2011-09-30 Guilherme Maciel... Ensure that there are always more hosts addresses than...
2011-09-29 Guilherme Maciel... Asserting for the hosts items quantity match
2011-09-29 Guilherme Maciel... Small code improvements
2011-09-23 Guilherme Maciel... Bring aboard hosts section configuration option classes.
2011-09-23 Guilherme Maciel... More descriptive variable name, also fixing a bug which...
2011-09-23 Guilherme Maciel... parse method is not const, because it can change the...
2011-09-13 Guilherme Maciel... Bug fix: return the boost::program_options::option_desc...
2011-09-13 Guilherme Maciel... Added comments to Configuration class
2011-09-13 Guilherme Maciel... Bring aboard "hosts-down-limit" configuration option...
2011-09-13 Guilherme Maciel... Bring aboard "link-down-interval" configuration option...
2011-09-13 Guilherme Maciel... Bring aboard "link-up-interval" configuration option...
2011-09-13 Guilherme Maciel... Bring aboard "nameserver" configuration option class.
2011-09-13 Guilherme Maciel... Bring aboard "ping-fail-limit" configuration option...
2011-09-13 Guilherme Maciel... Bring aboard "source-network-interface" configuration...
2011-09-13 Guilherme Maciel... Bring aboard "status-notifier-cmd" configuration option...
2011-09-13 Guilherme Maciel... Bring aboard an abstract class for configuration options.
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-09-06 Guilherme Maciel... Parsing only if could process the file, now it is simet...
2011-09-03 Guilherme Maciel... Improved Host documentation
2011-09-03 Guilherme Maciel... Changed ping protocol to a "per host" configuration...
2011-08-31 Guilherme Maciel... Split configuration responsability between different...
2011-08-31 Guilherme Maciel... Bring aboard classes to handle each kind of configurati...
2011-08-31 Guilherme Maciel... Created a class to hold configuration options and parsi...
2011-08-23 Guilherme Maciel... Reads the host port from configuration file
2011-07-21 Guilherme Maciel... Fixed the return statement, the method has the return...
2011-07-15 Guilherme Maciel... Adding the ping protocol configuration option
2011-07-15 Guilherme Maciel... The "using namespace std" exempt the use of "std::...
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-04 Guilherme Maciel... Added doxygen comments in the most important places.
2011-05-04 Guilherme Maciel... Implemented the feature:
2011-05-04 Guilherme Maciel... Solved the item:
2011-05-04 Guilherme Maciel... Alternative approach to solve:
2011-05-04 Guilherme Maciel... Allowing unknown options and changed the default host...
2011-05-02 Guilherme Maciel... Defining the type HostList as a vector of HostItem
2011-04-29 Thomas JaroschIntroduce connd pingcheck subsystem based upon NTP...
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-28 Guilherme Maciel... Log messages via I2n::Logger instead of cout/cerr.
2011-04-20 Guilherme Maciel... Improvement of ConfigurationReader
2011-04-20 Guilherme Maciel... Implemented feature: Program runs as daemon
2011-04-15 Guilherme Maciel... Reading the nameserver form configuration file
2011-04-15 Guilherme Maciel... Non-virtual destructors for classes that are unlikely...
2011-04-13 Guilherme Maciel... Replaced post-fixed by pre-fixed increment
2011-04-13 Guilherme Maciel... Using the std namespace within the souce file
2011-04-12 Guilherme Maciel... Only the "using namespace std" is allowed, classes...
2011-04-07 Guilherme Maciel... Reading the network interface from the configuration...
2011-04-05 Guilherme Maciel... Fixed more problems issued by PC-lint.
next