Add disk usage check for Kuma pushes
This commit is contained in:
parent
1f59cb6a36
commit
e8d06c2374
2 changed files with 43 additions and 0 deletions
|
@ -27,5 +27,12 @@
|
|||
"type": "mount",
|
||||
"target": "/mnt/media",
|
||||
"push": "xxxxxxxxxxxxxxxx"
|
||||
},
|
||||
{
|
||||
"name": "root_disk",
|
||||
"type": "disk",
|
||||
"target": "vda5",
|
||||
"threshold": 85,
|
||||
"push": "xxxxxxxxxxxxxxxx"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue