According to the vendor, one way to monitor is to go to a URL, and the server will return this:
{"version": "17.02.00.1622225288", "dbsize": "3925 MB", "cpu_used_percent": "18.3688", "backup_status": [{"status": "Backup not run since last reboot. Please check.", "id": 1, "job_name": "Backup"}], "disk_used_percent": "18", "memory_in_MB": {"memtotal": 15876, "cached": 4738, "swapfree": 8810, "swaptotal": 8810, "memfree": 8051, "buffers": 192}}
Is there a good way to parse and display this with SAM?