master
sh 8 lines 185 Bytes
Raw
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: GPL-3.0-or-later
3 #
4 # Script to test alarm notifications for netdata
5
6 dir="$(dirname "${0}")"
7 "${dir}/alarm-notify.sh" test "${1}"
8 exit $?