From 8df3b5c8613af98fa6cf5909cd14b2c419cb3193 Mon Sep 17 00:00:00 2001 From: Emeric <15244869+Mryck@users.noreply.github.com> Date: Tue, 26 Nov 2019 10:53:29 +0100 Subject: [PATCH] Update bbox doc for uptime and reboots. (#11292) --- source/_integrations/bbox.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/bbox.markdown b/source/_integrations/bbox.markdown index 715b80a2ba6..c9083780d65 100644 --- a/source/_integrations/bbox.markdown +++ b/source/_integrations/bbox.markdown @@ -66,6 +66,8 @@ sensor: - up_max_bandwidth - current_down_bandwidth - current_up_bandwidth + - uptime + - number_of_reboots ``` {% configuration %} @@ -87,4 +89,8 @@ monitored_variables: description: Instant measure of the current used bandwidth for download. current_up_bandwidth: description: Instant measure of the current used bandwidth for upload. + uptime: + description: Uptime since the last boot. + number_of_reboots: + description: Number of reboot since the initial configuration of the router. {% endconfiguration %}