added two more options to pingchecker: use random interval per host in given range...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 14 May 2014 08:32:10 +0000 (10:32 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 14 May 2014 08:32:10 +0000 (10:32 +0200)
commit096b06ef09e905c2a15c410e370bf72701c2dbcc
tree928fcc7497a7ee375ff1e503fdacba0c7e7df2c1
parent91270f3257db41e56d11776b8212755695fa6b13
added two more options to pingchecker: use random interval per host in given range, use random subset of hosts
src/CMakeLists.txt
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationoptions.cpp
src/config/option/hostpingintervaloption.cpp
src/config/option/ratiorandomhostsoption.cpp [new file with mode: 0644]
src/config/option/ratiorandomhostsoption.h [new file with mode: 0644]
src/main.cpp
test/CMakeLists.test_configurationcommandline.txt
test/CMakeLists.test_configurationfile.txt
test/CMakeLists.test_configurationoptions.txt