| 159 | } |
| 160 | |
| 161 | Value StatusTable::ExecuteServiceChecksAccessor(const Value&) |
| 162 | { |
| 163 | return (IcingaApplication::GetInstance()->GetEnableServiceChecks() ? 1 : 0); |
| 164 | } |
| 165 | |
| 166 | Value StatusTable::ExecuteHostChecksAccessor(const Value&) |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected