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

Method ActiveChecksEnabledAccessor

lib/livestatus/hoststable.cpp:755–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755Value HostsTable::ActiveChecksEnabledAccessor(const Value& row)
756{
757 Host::Ptr host = static_cast<Host::Ptr>(row);
758
759 if (!host)
760 return Empty;
761
762 return Convert::ToLong(host->GetEnableActiveChecks());
763}
764
765Value HostsTable::CheckIntervalAccessor(const Value& row)
766{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected