From e89accf2b9497e3836377b7bae7b9bd53d88ad42 Mon Sep 17 00:00:00 2001 From: mmahacek Date: Fri, 30 Jun 2023 08:41:18 -0700 Subject: [PATCH] Add values to rrd-status docs --- .../service-assurance/polling-packages.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/modules/operation/pages/deep-dive/service-assurance/polling-packages.adoc b/docs/modules/operation/pages/deep-dive/service-assurance/polling-packages.adoc index 1aa2dca302fa..c1eb70e35543 100644 --- a/docs/modules/operation/pages/deep-dive/service-assurance/polling-packages.adoc +++ b/docs/modules/operation/pages/deep-dive/service-assurance/polling-packages.adoc @@ -85,6 +85,23 @@ To do so, add a service parameter to the appropriate services in `poller-configu ---- +The value stored is an enum value based on the status of the polled service. +If the poller service is not able to run, such as due to an error in the monitor config, the stored value will be `NaN`. + +[options="autowidth"] +|=== +| Monitor Response | Stored Value + +| Available +| 1 + +| Unavailable +| 0 + +| Unresponsive +| -1 +|=== + == Overlapping services Because you can specify multiple polling packages, you can use the same service (like ICMP) multiple times.