From 70c556794c9119389704e928787d802c9fd6929b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 5 May 2021 08:03:17 -0700 Subject: [PATCH] Small tweak --- health_renderer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health_renderer.py b/health_renderer.py index d369630..3c4c30c 100644 --- a/health_renderer.py +++ b/health_renderer.py @@ -52,7 +52,7 @@ class periodic_health_renderer(renderer.debuggable_abstaining_renderer): timestamps + "last_backup_disk_selftest_long": days * 31, timestamps + "last_cabin_disk_selftest_short": days * 14, timestamps + "last_cabin_disk_selftest_long": days * 31, - timestamps + "last_cabin_rpi_ping": mins * 10, + timestamps + "last_cabin_rpi_ping": mins * 20, timestamps + "last_healthy_wifi": mins * 10, timestamps + "last_healthy_network": mins * 10, timestamps + "last_scott_sync": days * 2, -- 2.45.2