Hi all, Is there any way to monitor and generate a...
# fleet
a
Hi all, Is there any way to monitor and generate alerts and logs of spikes in CPU, Memory, storage and network usage of users' machines using Fleet / Grafana? Has anyone seen this type and scenario?
c
Osquery isn't great for this because it does a point in time analysis. It's great for looking at overall memory usage or CPU time utilized by process, but not great at saying "At 3pm the user's CPU usage average increased by 60%"
a
Can I at least get an alert when the "CPU or Memory has exceeded 90% of resource capacity"?
or create a Schedule query, making this query on the machines from time to time?
c
I wouldn't use osquery for this, personally
a
humm