From 4a97587edf7504915ac90f8f4cc0b859c0cd1e15 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 28 Feb 2024 12:50:16 -0600 Subject: [PATCH] Website: Update content on device management page (#17248) Closes: https://github.com/fleetdm/confidential/issues/5566 Changes: - Updated the content of the "Absolute certainty" section of the /device-management page --- website/views/pages/device-management.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/views/pages/device-management.ejs b/website/views/pages/device-management.ejs index e0d39961f6..72d23ff89e 100644 --- a/website/views/pages/device-management.ejs +++ b/website/views/pages/device-management.ejs @@ -157,11 +157,12 @@
-

Absolute certainty

-

Reduce time wasted hunting down whether a change happened. Actually verify that settings are applied using real data pulled from your users' devices.

+

Shorten the feedback loop

+

Spend less time debugging whether changes actually happened. Auto-verify using real data pulled from your users' devices.

Use a git repo as the source of truth to reduce errors (submitting the wrong patch, configuration setting etc)

Every change to a policy or security control is tracked and auditable in Fleet’s history, or via the repo commit log

+

Instantly reveal failed patches and broken settings with osquery to shorten the feedback loop and avoid tickets.