| 3008 | } |
| 3009 | |
| 3010 | void IcingaDB::FlappingChangeHandler(const Checkable::Ptr& checkable, double changeTime) |
| 3011 | { |
| 3012 | auto flappingLastChange (checkable->GetFlappingLastChange()); |
| 3013 | |
| 3014 | for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 3015 | rw->SendFlappingChange(checkable, changeTime, flappingLastChange); |
| 3016 | } |
| 3017 | } |
| 3018 | |
| 3019 | void IcingaDB::NewCheckResultHandler(const Checkable::Ptr& checkable) |
| 3020 | { |
nothing calls this directly
no test coverage detected