| 38 | |
| 39 | |
| 40 | static void LogHostStatus(const Host::Ptr &host) |
| 41 | { |
| 42 | std::cout << "Current status: state: " << host->GetState() << " state_type: " << host->GetStateType() |
| 43 | << " check attempt: " << host->GetCheckAttempt() << "/" << host->GetMaxCheckAttempts() << " Active: " << host->IsActive() << std::endl; |
| 44 | } |
| 45 | #endif /* I2_DEBUG */ |
| 46 | |
| 47 | BOOST_AUTO_TEST_SUITE(icinga_checkable_flapping) |
no test coverage detected