Bring aboard the ping analyze and notification classes.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 15 Mar 2011 10:48:05 +0000 (11:48 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 15 Mar 2011 10:48:05 +0000 (11:48 +0100)
commitddf41c8939f580c19b9bf3bf24809f670d968293
treec33868447fff9c79fd23ffca446578d6e553dc55
parent83d871832b7fe7464b95635d02fa2e30abb0647e
Bring aboard the ping analyze and notification classes.
- PingAnalyzer implements the requirement to analyze if there are multiple dns entries for a host, only call this host "failed" if can't reach any of these multiple entries.
- PingStatusNotifier implements the requirement to notify an external system that a link is down, also notify it if the link is back up.But needs improvements.
src/CMakeLists.txt
src/ping/pinganalyzer.cpp [new file with mode: 0644]
src/ping/pinganalyzer.h [new file with mode: 0644]
src/ping/pingstatusnotifier.cpp [new file with mode: 0644]
src/ping/pingstatusnotifier.h [new file with mode: 0644]