diff --git a/modules/monitoring/application/views/scripts/process/info.phtml b/modules/monitoring/application/views/scripts/process/info.phtml index 33f7c557c..02b8eeb80 100644 --- a/modules/monitoring/application/views/scripts/process/info.phtml +++ b/modules/monitoring/application/views/scripts/process/info.phtml @@ -70,19 +70,19 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
- | overall | -scheduled | += $this->translate('overall') ?> | += $this->translate('scheduled') ?> |
---|---|---|---|---|
- Hosts + = $this->translate('Hosts') ?> | = $rv->total_hosts; ?> @@ -94,7 +94,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance); | |||
- Services + = $this->translate('Services') ?> | = $rv->total_services; ?> @@ -106,7 +106,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance); | |||
- Average services per host + = $this->translate('Average services per host') ?> | = sprintf('%.2f', $rv->average_services_per_host); ?> @@ -118,20 +118,20 @@ $cp = $this->checkPerformance()->create($this->checkperformance); |
- | Latency | -Execution time | += $this->translate('Latency') ?> | += $this->translate('Execution time') ?> | |
---|---|---|---|---|---|
- Host Checks + = $this->translate('Host Checks') ?> | = $cp->host_active_count; ?> | = sprintf('%.3f', $cp->host_active_latency_avg); ?>s | @@ -139,7 +139,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance);|||
- Service Checks + = $this->translate('Service Checks') ?> | = $cp->service_active_count; ?> | = sprintf('%.3f', $cp->service_active_latency_avg); ?>s | @@ -148,18 +148,18 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
- Host Checks + = $this->translate('Host Checks') ?> | = $cp->host_passive_count; ?> |
- Service Checks + = $this->translate('Service Checks') ?> | = $cp->service_passive_count; ?> |