1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

contrib: add flap.sh

This commit is contained in:
Michael Friedrich 2013-07-30 13:09:26 +02:00
parent 603ceb9927
commit af772f2514

5
contrib/flap.sh Executable file

@ -0,0 +1,5 @@
#!/bin/sh
foo=$(shuf -i 0-3 -n 1)
echo "flapme: $foo"
exit $foo