Re: laptop monitoring
James Callahan via linux-aus <[email protected]>
| Newsgroups | gmane.linux.australia |
|---|---|
| Message-ID | <[email protected]> |
On 25/5/22 11:55, Russell Coker via linux-aus wrote: > Is there any good FOSS solution for monitoring a fleet of laptops? I want to > check that they have security updates installed (ie the unattended-updates > package in Debian/Ubuntu is doing what is expected) and that they are applied > (rebooted in the case of kernel updates). Also checking for other things like > disk space usage would be good. The data should be sent to a server via some > secure method (HTTPS or XMPP) and then be searchable. > > Basically something similar to MS Endpoint Manager. > > Any suggestions? Use grafana agent (https://grafana.com/docs/agent/latest/) on the machines, which embeds various prometheus exporters like node_exporter which can write to a remote prometheus store (which can be prometheus itself, or something like mimir), as well as promtail, which allows for sending logs to a loki (which is a log collection/search system). Grafana (the company) offer a cloud-hosted mimir+loki if you don't want to run them yourself; but I find it pretty to easy to run inside of Kubernetes. _______________________________________________ linux-aus mailing list [email protected] http://lists.linux.org.au/mailman/listinfo/linux-aus To unsubscribe from this list, send a blank email to linux-aus-unsubscribe-cunTk1MwBs8iFSDQTTA3OBCuuivNXqWP@public.gmane.org