mirror of https://github.com/Icinga/icinga2.git
contrib: add flap.sh
This commit is contained in:
parent
603ceb9927
commit
af772f2514
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
foo=$(shuf -i 0-3 -n 1)
|
||||||
|
echo "flapme: $foo"
|
||||||
|
exit $foo
|
Loading…
Reference in New Issue