diff --git a/modules/monitoring/application/views/scripts/health/info.phtml b/modules/monitoring/application/views/scripts/health/info.phtml index 78a58d525..370b641ce 100644 --- a/modules/monitoring/application/views/scripts/health/info.phtml +++ b/modules/monitoring/application/views/scripts/health/info.phtml @@ -10,7 +10,7 @@ if (! $this->compact): ?>
-
+

translate('Process Info') ?>

@@ -75,9 +75,7 @@ if (! $this->compact): ?> - -
-
+
toggleFeaturesForm; ?>
diff --git a/modules/monitoring/application/views/scripts/health/stats.phtml b/modules/monitoring/application/views/scripts/health/stats.phtml index 792b5a050..d77a94150 100644 --- a/modules/monitoring/application/views/scripts/health/stats.phtml +++ b/modules/monitoring/application/views/scripts/health/stats.phtml @@ -8,9 +8,9 @@ if (! $this->compact): ?> -
+
-
+

unhandledProblems ?> translate('Unhandled Problems:') ?> unhandledProblems ?>

diff --git a/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml b/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml index fc2e7ba48..50dbf0dd2 100644 --- a/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml +++ b/modules/monitoring/application/views/scripts/list/components/servicesummary.phtml @@ -6,7 +6,7 @@ if (! $stats instanceof stdClass) { $stats = $stats->fetchRow(); } ?> -
+
qlink( sprintf($this->translatePlural( '%u Service', '%u Services', $stats->services_total), diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index e2c6e3684..744da48f0 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -123,6 +123,121 @@ div.box.hostservicechecks th { padding-bottom: 20px; } +/* Monitoring health - PROCESS - element styles */ + +div.box.process { + border: 1px solid @gray-lighter; + border-left: 15px solid @gray; + min-height: 30em; + min-width: 30em; +} + +.process div.box.header { + min-height: 5em; + border-bottom:1px solid @gray-lighter; +} + +.process > .boxview > div.box { + min-height: 30em; + min-width: 30em; +} + +.process h2 { + padding-bottom: 15px; + border-bottom:1px solid @gray-lighter; +} + +.process th { + text-align: right; +} + +.process td { + padding-left: 2em; + text-align: left; +} + +div.backend-running { + background: @color-ok; + color: white; + text-align: center; + margin-top: 1em; + padding: 0.5em; + + &.span { + color: white; + } +} + +div.backend-not-running { + background: @color-critical; + color: white; + text-align: center; + padding: 0.1em; +} + + +/* Monitoring health - FEATURE - element styles */ + +div.box.features { + border: 1px solid @gray-lighter; + border-left: 15px solid @gray; + min-height: 30em; + min-width: 30em; +} + +.features div.box.header { + min-height: 5em; + border-bottom:1px solid @gray-lighter; +} + +.features > .boxview > div.box { + min-height: 30em; + min-width: 30em; +} + +.features h2 { + padding-bottom: 15px; + border-bottom:1px solid @gray-lighter; +} + + +/* Monitoring health - STATS - element styles */ + +div.box.stats { + border: 1px solid @gray-lighter; + border-left: 15px solid @gray; + color: @text-color; +} + +.stats > .boxview > div.box { + min-height: 30em; + width:95%; +} + +.stats > .avp > tbody { + text-align: left; +} + +.stats > table { + padding-bottom: 15px; +} + +.stats > table > thead{ + color: @gray; +} + +.stats > .pull-left { + float: none; +} + +.stats > h3 { + color: @gray; + text-align: left; + border-bottom:1px solid @gray-lighter; + padding-bottom: 15px; +} + + //p.pluginoutput { // width: 100%; // white-space: pre-wrap;