MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ExecuteServiceChecksAccessor

Method ExecuteServiceChecksAccessor

lib/livestatus/statustable.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161Value StatusTable::ExecuteServiceChecksAccessor(const Value&)
162{
163 return (IcingaApplication::GetInstance()->GetEnableServiceChecks() ? 1 : 0);
164}
165
166Value StatusTable::ExecuteHostChecksAccessor(const Value&)
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected