# overall / scheduled | |
Hosts | = $rv->total_hosts; ?> / = $rv->total_scheduled_hosts; ?> |
Services | = $rv->total_services; ?> / = $rv->total_scheduled_services; ?> |
Average services per host | = sprintf('%.2f', $rv->average_services_per_host); ?> / = sprintf('%.2f', $rv->average_scheduled_services_per_host); ?> |
# | Latency | Execution time | |
Host Checks | = $cp->host_active_count; ?> | = sprintf('%.3f', $cp->host_active_latency_avg); ?>s | = sprintf('%.3f', $cp->host_active_execution_avg); ?>s |
Service Checks | = $cp->service_active_count; ?> | = sprintf('%.3f', $cp->service_active_latency_avg); ?>s | = sprintf('%.3f', $cp->service_active_execution_avg); ?>s |
# | |
Host Checks | = $cp->host_passive_count; ?> |
Service Checks | = $cp->service_passive_count; ?> |