memfaultd 1.26.1

Memfault daemon for embedded Linux systems. Observability, logging, crash reporting, and updating all in one service. Learn more at https://docs.memfault.com/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "connectivity_monitor": {
        "interval_seconds": 30,
        "timeout_seconds": 10,
        "targets": [
            {
                "host": "8.8.8.8",
                "port": 443,
                "protocol": "tcp"
            }
        ]
    }
}