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:
parent
603ceb9927
commit
af772f2514
5
contrib/flap.sh
Executable file
5
contrib/flap.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
foo=$(shuf -i 0-3 -n 1)
|
||||
echo "flapme: $foo"
|
||||
exit $foo
|
Loading…
x
Reference in New Issue
Block a user