The app reads a list of hosts instead of just one
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 4 Mar 2011 15:14:59 +0000 (16:14 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 4 Mar 2011 15:14:59 +0000 (16:14 +0100)
commit8739a651cda52f6118a0b1ec2c39634960ed19ca
tree688138498c2228cbbd12cbea8b9e6386f8d5f7a7
parenta7c2eb51f86b96cf9d69a0ddefe67de59fbb5ffa
The app reads a list of hosts instead of just one
Caveat: it pings the host sequentially, this is not the desirable behavior
conf/pingcheck.conf
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationreader.cpp
src/main.cpp
src/ping/host.h
src/ping/pingcheck.cpp
src/ping/pingcheck.h