Commit 16e0b622 authored by John's avatar John

Update test.yml

parent 0f107d52
......@@ -7,6 +7,12 @@ System Load:
description: Checks the System Load over the last 15 minutes is below 80%
system: load_avg15m
less_than: {{grains['num_cpus'] * 0.8}}
VPN Address:
bash: ip addr show dev tun0 || echo "inet not_connected"
regex:
matches: inet (?P<address>[\w.]+)
group: address
Disk Free:
description: Checks to see whether there is at least 10% free disk on the root `/` partition
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment