From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- .../database/monitoring/component/ceilometer.ftl | 67 ---------------------- 1 file changed, 67 deletions(-) delete mode 100644 openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl (limited to 'openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl') diff --git a/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl b/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl deleted file mode 100644 index 6cf3dfdb66..0000000000 --- a/openecomp-be/tools/install/database/monitoring/component/ceilometer.ftl +++ /dev/null @@ -1,67 +0,0 @@ -{ - "ceilometerInfoList": [ - { - "name": "instance", - "type": "Gauge", - "unit": "instance", - "category": "compute", - "description": "Existence of instance" - }, - { - "name": "instance:type", - "type": "Gauge", - "unit": "instance", - "category": "compute", - "description": "Existence of instance (OpenStack types)" - }, - { - "name": "memory", - "type": "Gauge", - "unit": "MB", - "category": "compute", - "description": "Volume of RAM allocated to the instance" - }, - { - "name": "memory.usage", - "type": "Gauge", - "unit": "MB", - "category": "compute", - "description": "Volume of RAM used by the instance from the amount of its allocated memory" - }, - { - "name": "memory.resident", - "type": "Gauge", - "unit": "MB", - "category": "compute", - "description": "Volume of RAM used by the instance on the physical machine" - }, - { - "name": "cpu", - "type": "Cumulative", - "unit": "ns", - "category": "compute", - "description": "CPU time used" - }, - { - "name": "cpu_util", - "type": "Gauge", - "unit": "%", - "category": "compute", - "description": "Average CPU utilization" - }, - { - "name": "cpu.delta", - "type": "Delta", - "unit": "ns", - "category": "compute", - "description": "CPU time used since previous datapoint" - }, - { - "name": "vcpus", - "type": "Gauge", - "unit": "ms", - "category": "compute", - "description": "Average disk latency" - } - ] -} \ No newline at end of file -- cgit 1.2.3-korg