Update pingcheck to work with cmake 3.28
[pingcheck] / src / config / option /
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 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-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
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... 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-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-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
2012-02-19 Guilherme Maciel... Bring aboard log level configuration.
2012-02-02 Guilherme Maciel... Fix: misspelled class name.
2011-10-19 Guilherme Maciel... Removed validate() method
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... 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... 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.