diff --git a/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml b/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml index d4137cdd1..5949a84d8 100644 --- a/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml +++ b/modules/monitoring/application/views/scripts/tactical/components/hostservicechecks.phtml @@ -1,76 +1,81 @@ - - - - - - - - - + + +
Host checksService checks
+
+ + diff --git a/modules/monitoring/application/views/scripts/tactical/components/hostsoffline.phtml b/modules/monitoring/application/views/scripts/tactical/components/hostsoffline.phtml deleted file mode 100644 index 01ed2bb62..000000000 --- a/modules/monitoring/application/views/scripts/tactical/components/hostsoffline.phtml +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - -statusSummary->hosts_down): ?> - - - - - -statusSummary->hosts_unreachable): ?> - - - - - - -
Hosts offline
HostsServices
- - - statusSummary->hosts_down; ?> DOWN - -statusSummary->hosts_down_unhandled): ?> - - - statusSummary->hosts_down_unhandled; ?> unhandled - -statusSummary->hosts_down_unhandled_active): ?> - - - statusSummary->hosts_down_unhandled_active; ?> Active - - - -statusSummary->hosts_down_unhandled_passive): ?> - - - statusSummary->hosts_down_unhandled_passive; ?> Passive - - - -statusSummary->hosts_down_unhandled_not_checked): ?> - - - statusSummary->hosts_down_unhandled_not_checked; ?> Not checked - - - - - -statusSummary->hosts_down_handled): ?> - - - statusSummary->hosts_down_handled; ?> handled - -statusSummary->hosts_down_handled_active): ?> - - - statusSummary->hosts_down_handled_active; ?> Active - - - -statusSummary->hosts_down_handled_passive): ?> - - - statusSummary->hosts_down_handled_passive; ?> Passive - - - -statusSummary->hosts_down_handled_not_checked): ?> - - - statusSummary->hosts_down_handled_not_checked; ?> Not checked - - - - - - - - partial( - 'tactical/components/parts/servicestatesummarybyhoststate.phtml', - array( - 'hostState' => 1, - 'services_ok' => $this->statusSummary->services_ok_on_down_hosts, - 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_down_hosts, - 'services_pending' => $this->statusSummary->services_pending_on_down_hosts, - 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_down_hosts, - 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_down_hosts, - 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_down_hosts, - 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_down_hosts, - 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_down_hosts, - 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_down_hosts, - 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_down_hosts, - 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_down_hosts, - 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_down_hosts, - 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_down_hosts, - 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_down_hosts, - 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_down_hosts, - 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_down_hosts, - 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_down_hosts, - 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_down_hosts, - 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_down_hosts, - 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_down_hosts, - 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_down_hosts, - 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_down_hosts - ) - ); ?> -
- - - statusSummary->hosts_unreachable; ?> UNREACHABLE - -statusSummary->hosts_unreachable_unhandled): ?> - - - statusSummary->hosts_unreachable_unhandled; ?> unhandled - -statusSummary->hosts_unreachable_unhandled_active): ?> - - - statusSummary->hosts_unreachable_unhandled_active; ?> Active - - - -statusSummary->hosts_unreachable_unhandled_passive): ?> - - - statusSummary->hosts_unreachable_unhandled_passive; ?> Passive - - - -statusSummary->hosts_unreachable_unhandled_not_checked): ?> - - - statusSummary->hosts_unreachable_unhandled_not_checked; ?> Not checked - - - - - -statusSummary->hosts_unreachable_handled): ?> - - - statusSummary->hosts_unreachable_handled; ?> handled - -statusSummary->hosts_unreachable_handled_active): ?> - - - statusSummary->hosts_unreachable_handled_active; ?> Active - - - -statusSummary->hosts_unreachable_handled_passive): ?> - - - statusSummary->hosts_unreachable_handled_passive; ?> Passive - - - -statusSummary->hosts_unreachable_handled_not_checked): ?> - - - statusSummary->hosts_unreachable_handled_not_checked; ?> Not checked - - - - - - - - partial( - 'tactical/components/parts/servicestatesummarybyhoststate.phtml', - array( - 'hostState' => 2, - 'services_ok' => $this->statusSummary->services_ok_on_unreachable_hosts, - 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_unreachable_hosts, - 'services_pending' => $this->statusSummary->services_pending_on_unreachable_hosts, - 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_unreachable_hosts, - 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_unreachable_hosts, - 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_unreachable_hosts, - 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_unreachable_hosts, - 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_unreachable_hosts, - 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_unreachable_hosts, - 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_unreachable_hosts, - 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_unreachable_hosts, - 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_unreachable_hosts, - 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_unreachable_hosts, - 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_unreachable_hosts, - 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_unreachable_hosts, - 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_unreachable_hosts, - 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_unreachable_hosts, - 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_unreachable_hosts, - 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_unreachable_hosts, - 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_unreachable_hosts, - 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_unreachable_hosts, - 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_unreachable_hosts - ) - ); ?> -
-
diff --git a/modules/monitoring/application/views/scripts/tactical/components/hostsonline.phtml b/modules/monitoring/application/views/scripts/tactical/components/hostsonline.phtml deleted file mode 100644 index 20e254648..000000000 --- a/modules/monitoring/application/views/scripts/tactical/components/hostsonline.phtml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - -statusSummary->hosts_up): ?> - - - - - -statusSummary->hosts_pending): ?> - - - - - - -
Hosts online
HostsServices
- - - statusSummary->hosts_up; ?> UP - -statusSummary->hosts_up_not_checked): ?> - - - statusSummary->hosts_up_not_checked; ?> Not checked - - - - - - partial( - 'tactical/components/parts/servicestatesummarybyhoststate.phtml', - array( - 'hostState' => 0, - 'services_ok' => $this->statusSummary->services_ok_on_up_hosts, - 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_up_hosts, - 'services_pending' => $this->statusSummary->services_pending_on_up_hosts, - 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_up_hosts, - 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_up_hosts, - 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_up_hosts, - 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_up_hosts, - 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_up_hosts, - 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_up_hosts, - 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_up_hosts, - 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_up_hosts, - 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_up_hosts, - 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_up_hosts, - 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_up_hosts, - 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_up_hosts, - 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_up_hosts, - 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_up_hosts, - 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_up_hosts, - 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_up_hosts, - 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_up_hosts, - 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_up_hosts, - 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_up_hosts - ) - ); ?> -
- - - statusSummary->hosts_pending; ?> PENDING - -statusSummary->hosts_pending_not_checked): ?> - - - statusSummary->hosts_pending_not_checked; ?> Not checked - - - - - - partial( - 'tactical/components/parts/servicestatesummarybyhoststate.phtml', - array( - 'hostState' => 99, - 'services_ok' => $this->statusSummary->services_ok_on_pending_hosts, - 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_pending_hosts, - 'services_pending' => $this->statusSummary->services_pending_on_pending_hosts, - 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_pending_hosts, - 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_pending_hosts, - 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_pending_hosts, - 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_pending_hosts, - 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_pending_hosts, - 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_pending_hosts, - 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_pending_hosts, - 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_pending_hosts, - 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_pending_hosts, - 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_pending_hosts, - 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_pending_hosts, - 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_pending_hosts, - 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_pending_hosts, - 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_pending_hosts, - 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_pending_hosts, - 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_pending_hosts, - 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_pending_hosts, - 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_pending_hosts, - 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_pending_hosts - ) - ); ?> -
-
diff --git a/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml b/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml index 848b6b1f4..a751e49a8 100644 --- a/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml +++ b/modules/monitoring/application/views/scripts/tactical/components/monitoringfeatures.phtml @@ -14,175 +14,165 @@ $hosts_not_processing_event_handlers = $total_hosts - $summary->hosts_processing $services_not_processing_event_handlers = $total_services - $summary->services_processing_event_handlers; ?> - - - - - - - - - - - - - + + +
Monitoring features
HostsServices
- Flap detection -
+
+ + diff --git a/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml b/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml index d3538f29b..96bca7cd4 100644 --- a/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml +++ b/modules/monitoring/application/views/scripts/tactical/components/parts/servicestatesummarybyhoststate.phtml @@ -14,7 +14,7 @@ $services_unknown = $services_unknown_handled + $services_unknown_unhandled; ?> - +
- - unhandled - - - - - Active - - + + translate('Unhandled'); ?> + - - - Passive - - + + 1) { + printf( + $this->translate('%d are passively checked'), + $services_critical_unhandled_passive + ); + } else { + printf( + $this->translate('%d is passively checked'), + $services_critical_unhandled_passive + ); + } + ?> + - - - Not checked - - + + 1) { + printf( + $this->translate('%d are not checked at all'), + $services_critical_unhandled_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $services_critical_unhandled_not_checked + ); + } + ?> + - - - - - - handled - - - - - Active - - - - - - - Passive - - - - - - - Not checked - - - - - - +
- +
- - unhandled - - - - - Active - - + + translate('Unhandled'); ?> + - - - Passive - - + + 1) { + printf( + $this->translate('%d are passively checked'), + $services_warning_unhandled_passive + ); + } else { + printf( + $this->translate('%d is passively checked'), + $services_warning_unhandled_passive + ); + } + ?> + - - - Not checked - - + + 1) { + printf( + $this->translate('%d are not checked at all'), + $services_warning_unhandled_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $services_warning_unhandled_not_checked + ); + } + ?> + - - - - - - handled - - - - - Active - - - - - - - Passive - - - - - - - Not checked - - - - - - +
- +
- - unhandled - - - - - Active - - + + translate('Unhandled'); ?> + - - - Passive - - + + 1) { + printf( + $this->translate('%d are passively checked'), + $services_unknown_unhandled_passive + ); + } else { + printf( + $this->translate('%d is passively checked'), + $services_unknown_unhandled_passive + ); + } + ?> + - - - Not checked - - + + 1) { + printf( + $this->translate('%d are not checked at all'), + $services_unknown_unhandled_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $services_unknown_unhandled_not_checked + ); + } + ?> + - - - - - - handled - - - - - Active - - - - - - - Passive - - - - - - - Not checked - - - - - - +
- +
- - Not checked - - + + 1) { + printf( + $this->translate('%d are not checked at all'), + $services_ok_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $services_ok_not_checked + ); + } + ?> + - +
- +
- - Not checked - - + + 1) { + printf( + $this->translate('%d are not checked at all'), + $services_pending_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $services_pending_not_checked + ); + } + ?> + - +
diff --git a/modules/monitoring/application/views/scripts/tactical/components/statussummary.phtml b/modules/monitoring/application/views/scripts/tactical/components/statussummary.phtml new file mode 100644 index 000000000..c1ac10b61 --- /dev/null +++ b/modules/monitoring/application/views/scripts/tactical/components/statussummary.phtml @@ -0,0 +1,351 @@ +
+

translate('Status Summary'); ?>

+
+ + + + + + + + +statusSummary->hosts_up): ?> + + + + + +statusSummary->hosts_pending): ?> + + + + + +statusSummary->hosts_unreachable): ?> + + + + + +statusSummary->hosts_down): ?> + + + + + + +
translate('Hosts'); ?>translate('Services'); ?>
+
+ + statusSummary->hosts_up; ?> UP + +statusSummary->hosts_up_not_checked): ?> + + statusSummary->hosts_up_not_checked > 1) { + printf( + $this->translate('%d are not checked at all'), + $this->statusSummary->hosts_up_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $this->statusSummary->hosts_up_not_checked + ); + } + ?> + + +
+
+ partial( + 'tactical/components/parts/servicestatesummarybyhoststate.phtml', + array( + 'hostState' => 0, + 'services_ok' => $this->statusSummary->services_ok_on_up_hosts, + 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_up_hosts, + 'services_pending' => $this->statusSummary->services_pending_on_up_hosts, + 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_up_hosts, + 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_up_hosts, + 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_up_hosts, + 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_up_hosts, + 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_up_hosts, + 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_up_hosts, + 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_up_hosts, + 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_up_hosts, + 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_up_hosts, + 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_up_hosts, + 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_up_hosts, + 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_up_hosts, + 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_up_hosts, + 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_up_hosts, + 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_up_hosts, + 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_up_hosts, + 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_up_hosts, + 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_up_hosts, + 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_up_hosts + ) + ); ?> +
+
+ + statusSummary->hosts_pending; ?> PENDING + +statusSummary->hosts_pending_not_checked): ?> + + statusSummary->hosts_pending_not_checked > 1) { + printf( + $this->translate('%d are not checked at all'), + $this->statusSummary->hosts_pending_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $this->statusSummary->hosts_pending_not_checked + ); + } + ?> + + +
+
+ partial( + 'tactical/components/parts/servicestatesummarybyhoststate.phtml', + array( + 'hostState' => 99, + 'services_ok' => $this->statusSummary->services_ok_on_pending_hosts, + 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_pending_hosts, + 'services_pending' => $this->statusSummary->services_pending_on_pending_hosts, + 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_pending_hosts, + 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_pending_hosts, + 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_pending_hosts, + 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_pending_hosts, + 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_pending_hosts, + 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_pending_hosts, + 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_pending_hosts, + 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_pending_hosts, + 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_pending_hosts, + 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_pending_hosts, + 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_pending_hosts, + 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_pending_hosts, + 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_pending_hosts, + 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_pending_hosts, + 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_pending_hosts, + 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_pending_hosts, + 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_pending_hosts, + 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_pending_hosts, + 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_pending_hosts + ) + ); ?> +
+
+ + statusSummary->hosts_unreachable; ?> UNREACHABLE + +statusSummary->hosts_unreachable_unhandled): ?> + + statusSummary->hosts_unreachable_unhandled . ' ' . $this->translate('Unhandled'); ?> + + +statusSummary->hosts_unreachable_unhandled_passive): ?> + + statusSummary->hosts_unreachable_unhandled_passive > 1) { + printf( + $this->translate('%d are passively checked'), + $this->statusSummary->hosts_unreachable_unhandled_passive + ); + } else { + printf( + $this->translate('%d is passively checked'), + $this->statusSummary->hosts_unreachable_unhandled_passive + ); + } + ?> + + +statusSummary->hosts_unreachable_unhandled_not_checked): ?> + + statusSummary->hosts_unreachable_unhandled_not_checked > 1) { + printf( + $this->translate('%d are not checked at all'), + $this->statusSummary->hosts_unreachable_unhandled_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $this->statusSummary->hosts_unreachable_unhandled_not_checked + ); + } + ?> + + +
+
+ partial( + 'tactical/components/parts/servicestatesummarybyhoststate.phtml', + array( + 'hostState' => 2, + 'services_ok' => $this->statusSummary->services_ok_on_unreachable_hosts, + 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_unreachable_hosts, + 'services_pending' => $this->statusSummary->services_pending_on_unreachable_hosts, + 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_unreachable_hosts, + 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_unreachable_hosts, + 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_unreachable_hosts, + 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_unreachable_hosts, + 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_unreachable_hosts, + 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_unreachable_hosts, + 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_unreachable_hosts, + 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_unreachable_hosts, + 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_unreachable_hosts, + 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_unreachable_hosts, + 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_unreachable_hosts, + 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_unreachable_hosts, + 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_unreachable_hosts, + 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_unreachable_hosts, + 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_unreachable_hosts, + 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_unreachable_hosts, + 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_unreachable_hosts, + 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_unreachable_hosts, + 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_unreachable_hosts + ) + ); ?> +
+
+ + statusSummary->hosts_down; ?> DOWN + +statusSummary->hosts_down_unhandled): ?> + + statusSummary->hosts_down_unhandled . ' ' . $this->translate('Unhandled'); ?> + + +statusSummary->hosts_down_unhandled_passive): ?> + + statusSummary->hosts_down_unhandled_passive > 1) { + printf( + $this->translate('%d are passively checked'), + $this->statusSummary->hosts_down_unhandled_passive + ); + } else { + printf( + $this->translate('%d is passively checked'), + $this->statusSummary->hosts_down_unhandled_passive + ); + } + ?> + + +statusSummary->hosts_down_unhandled_not_checked): ?> + + statusSummary->hosts_down_unhandled_not_checked > 1) { + printf( + $this->translate('%d are not checked at all'), + $this->statusSummary->hosts_down_unhandled_not_checked + ); + } else { + printf( + $this->translate('%d is not checked at all'), + $this->statusSummary->hosts_down_unhandled_not_checked + ); + } + ?> + + +
+
+ partial( + 'tactical/components/parts/servicestatesummarybyhoststate.phtml', + array( + 'hostState' => 1, + 'services_ok' => $this->statusSummary->services_ok_on_down_hosts, + 'services_ok_not_checked' => $this->statusSummary->services_ok_not_checked_on_down_hosts, + 'services_pending' => $this->statusSummary->services_pending_on_down_hosts, + 'services_pending_not_checked' => $this->statusSummary->services_pending_not_checked_on_down_hosts, + 'services_warning_handled_active' => $this->statusSummary->services_warning_handled_active_on_down_hosts, + 'services_warning_handled_passive' => $this->statusSummary->services_warning_handled_passive_on_down_hosts, + 'services_warning_handled_not_checked' => $this->statusSummary->services_warning_handled_not_checked_on_down_hosts, + 'services_warning_unhandled_active' => $this->statusSummary->services_warning_unhandled_active_on_down_hosts, + 'services_warning_unhandled_passive' => $this->statusSummary->services_warning_unhandled_passive_on_down_hosts, + 'services_warning_unhandled_not_checked' => $this->statusSummary->services_warning_unhandled_not_checked_on_down_hosts, + 'services_critical_handled_active' => $this->statusSummary->services_critical_handled_active_on_down_hosts, + 'services_critical_handled_passive' => $this->statusSummary->services_critical_handled_passive_on_down_hosts, + 'services_critical_handled_not_checked' => $this->statusSummary->services_critical_handled_not_checked_on_down_hosts, + 'services_critical_unhandled_active' => $this->statusSummary->services_critical_unhandled_active_on_down_hosts, + 'services_critical_unhandled_passive' => $this->statusSummary->services_critical_unhandled_passive_on_down_hosts, + 'services_critical_unhandled_not_checked' => $this->statusSummary->services_critical_unhandled_not_checked_on_down_hosts, + 'services_unknown_handled_active' => $this->statusSummary->services_unknown_handled_active_on_down_hosts, + 'services_unknown_handled_passive' => $this->statusSummary->services_unknown_handled_passive_on_down_hosts, + 'services_unknown_handled_not_checked' => $this->statusSummary->services_unknown_handled_not_checked_on_down_hosts, + 'services_unknown_unhandled_active' => $this->statusSummary->services_unknown_unhandled_active_on_down_hosts, + 'services_unknown_unhandled_passive' => $this->statusSummary->services_unknown_unhandled_passive_on_down_hosts, + 'services_unknown_unhandled_not_checked' => $this->statusSummary->services_unknown_unhandled_not_checked_on_down_hosts + ) + ); ?> +
+
+
diff --git a/modules/monitoring/application/views/scripts/tactical/index.phtml b/modules/monitoring/application/views/scripts/tactical/index.phtml index c8b2f2513..563df62d4 100644 --- a/modules/monitoring/application/views/scripts/tactical/index.phtml +++ b/modules/monitoring/application/views/scripts/tactical/index.phtml @@ -1,7 +1,6 @@
-
- render('tactical/components/hostsonline.phtml'); ?> - render('tactical/components/hostsoffline.phtml'); ?> +
+ render('tactical/components/statussummary.phtml'); ?> render('tactical/components/hostservicechecks.phtml'); ?> render('tactical/components/monitoringfeatures.phtml'); ?>