From e2955c5af21a97f682769493818b3c784241b91a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 8 Mar 2014 18:55:09 +0100 Subject: [PATCH] Remove obsolete files --- .../views/helpers/CommandArguments.php | 18 --------------- .../scripts/show/components/properties.phtml | 22 ------------------- 2 files changed, 40 deletions(-) delete mode 100644 modules/monitoring/application/views/helpers/CommandArguments.php delete mode 100644 modules/monitoring/application/views/scripts/show/components/properties.phtml diff --git a/modules/monitoring/application/views/helpers/CommandArguments.php b/modules/monitoring/application/views/helpers/CommandArguments.php deleted file mode 100644 index 26c8bc291..000000000 --- a/modules/monitoring/application/views/helpers/CommandArguments.php +++ /dev/null @@ -1,18 +0,0 @@ -%s: %s\n"; - for ($i = 1; $i < count($parts); $i++) { - $parts[$i] = sprintf($row, '$ARG' . $i . '$', $parts[$i]); - } - array_shift($parts); - return "
\n" . implode("\n", $parts) . "
\n"; - } -} diff --git a/modules/monitoring/application/views/scripts/show/components/properties.phtml b/modules/monitoring/application/views/scripts/show/components/properties.phtml deleted file mode 100644 index 161031060..000000000 --- a/modules/monitoring/application/views/scripts/show/components/properties.phtml +++ /dev/null @@ -1,22 +0,0 @@ -
-
-
- Check Statistics -
-
- -
-
-
-
Latency
-
object->check_execution_time); ?>s
-
Duration
-
object->check_latency); ?>s
-
Attempt
-
- object->current_check_attempt; ?>/object->max_check_attempts; ?> - (object->host_state_type === '1') ? 'Hard' : 'Soft'; ?>) -
-
-
-
\ No newline at end of file