From 3c37fffdf35322df73845ae19cc1bdb7921fee52 Mon Sep 17 00:00:00 2001
From: Simon Crowle <sgc@it-innovation.soton.ac.uk>
Date: Wed, 4 Apr 2018 15:54:54 +0000
Subject: [PATCH] Fixes status modelling definition formatting

---
 docs/monitoring.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index dd253cc..22b680a 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -502,13 +502,18 @@ tbd
 FLAME _endpoints_ (VMs created and managed by the SFEMC) and media service _media components_ (processes that realise the execution of the media service) both undergo changes in configuration state during the lifetime of a media service's deployment. Observations of these state changes are recorded in the CLMC under named measurement sets, for example 'endpoint_config' and '\<media component name\>_config' for endpoint and media component labels respectively. In each case, all recordable states of the endpoint/media component are enumerated as columns within the measurement set (see respective state models below for details).
 
 >
-> Side note: a few definitions
+> __Side note: a few definitions__
 >
 > 'EP' - Endpoint: a VM created and managed by the SFEMC
+>
 > 'MC' - Media component: a process that realizes a part or the whole of a media service
+>
 > 'Sampling period' - the time elapsed before Telegraf reports (plugin generated) metrics to the CLMC
+>
 > 'Completed state' - a state that has been entered into and then exited
+>
 > 'Current state' - a state that has been entered into but not yet exited
+>
 > 'MST' - Mean state time: the sum of each time taken by each completed state of type 'X' divided by the number of completed state 'X's; i.e:
 >
 >```math
-- 
GitLab