icinga2/contrib/flap.sh

6 lines
65 B
Bash
Executable File

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