From 9805aa823a34a1ed8571029d823ed0e4953804c9 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 18 Oct 2012 17:15:19 +0200 Subject: [PATCH] Add instance uptime to monitoring info This can be used to detect a reboot between two checks. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Bernardo Dal Seno <bdalseno@google.com> --- doc/design-monitoring-agent.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/design-monitoring-agent.rst b/doc/design-monitoring-agent.rst index 14fff7f45..d704beb1a 100644 --- a/doc/design-monitoring-agent.rst +++ b/doc/design-monitoring-agent.rst @@ -91,6 +91,7 @@ primary for and will contain at least: - The instance name - The instance UUID (stable on name change) - The instance running status (up or down) +- The uptime, as detected by the hypervisor - The timestamp of last known change - The timestamp of when the status was last checked (see caching, below) - The last known reason for change, if any -- GitLab