From 51e5ef281533e66eb371661420539bb3ba364ac2 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Tue, 2 Oct 2018 16:36:24 +0200 Subject: [PATCH] Added a test config that can simulate downtime. --- test.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test.toml diff --git a/test.toml b/test.toml new file mode 100644 index 0000000..c497be4 --- /dev/null +++ b/test.toml @@ -0,0 +1,8 @@ +[command.random] +command = "(( RANDOM % {{ range }} != 0 ))" + + +[[hosts]] +name = "Test (1/10)" +command = "random" +range = "10"