Add disk usage check for Kuma pushes

This commit is contained in:
Jordan Wages 2025-09-23 22:35:26 -05:00
commit e8d06c2374
2 changed files with 43 additions and 0 deletions

View file

@ -27,5 +27,12 @@
"type": "mount",
"target": "/mnt/media",
"push": "xxxxxxxxxxxxxxxx"
},
{
"name": "root_disk",
"type": "disk",
"target": "vda5",
"threshold": 85,
"push": "xxxxxxxxxxxxxxxx"
}
]