Added a test config that can simulate downtime.

This commit is contained in:
2018-10-02 16:36:24 +02:00
parent 08775b9889
commit 51e5ef2815

8
test.toml Normal file
View File

@@ -0,0 +1,8 @@
[command.random]
command = "(( RANDOM % {{ range }} != 0 ))"
[[hosts]]
name = "Test (1/10)"
command = "random"
range = "10"