From 6f6ad33ad3a23f3d538c8a7193eebf4f06fd0222 Mon Sep 17 00:00:00 2001
From: Michael Boniface <mjb@it-innovation.soton.ac.uk>
Date: Mon, 18 Dec 2017 20:06:57 +0000
Subject: [PATCH] Update monitoring.md

---
 docs/monitoring.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index c271598..21899ef 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -33,7 +33,7 @@ Discuss hierarchical tags vs GPS coordinate systems
 
 The high-level entities involved in the measurement model are defined in the figure below. The core of the model is the Surrogate SF as the primary measurement point as this is the physical realisation of services running on the platform. A Surrogate SF is a process running on a physical or virtual host with ports connecting to other Surrogate SFs within the network. The Surrogate SF has measurement processes running to capture different views on the SF include the network, host resources, and SF usage/performance. The acquisition of these different views on the SF together is a key element of the cross-layer information required for management and control.  The measurements about a surrogate SF is captured by different processes running on the VM or container but are brought together by globally asserted monitoring metadata allowing the information to be integrated, correlated and analysed.
 
-![MeasurementModel](/docs/images/measurement-model.jpg)
+![MeasurementModel](/docs/image/measurement-model.jpg)
 
 Network and host measurements are general to all surrogate SFs running within the platform. SF usage and perf measurements are specific to the SF implementation. The Platform itself is realised using SFs and therefore NAPs and the Topology Manager are also monitored using the same model. For media component SFs that form part of a Service Function Chain within a Media Service, the measurement fields are not defined and developers can decide what fields they want to use. However, global tags will be inserted for all measurements to allow for integration of SF specific measurements with network and host measurements.
 
@@ -41,7 +41,7 @@ Network and host measurements are general to all surrogate SFs running within th
 
 The monitoring model using an agent based approach. The general architecture is shown in the diagram below.
 
-![AgentArchitecture](/docs/images/agent-architecture.jpg)
+![AgentArchitecture](/docs/image/agent-architecture.jpg)
 
 An agent is deployed on each of the container/VM implementing a SF. The agent is deployed by the orchestrator when the SF is provisioned. The agent is configured with a set of input plugins that collect measurements from three aspects of the SF including network, host and SF usage/perf. The agent is configured with a set of global tags that are inserted for all measurements made by the agent on the host.
 
-- 
GitLab