summaryrefslogtreecommitdiffstats
path: root/health/notifications/alarm-test.sh
blob: 828aa756bbe5a96404346c14970cd362b387c02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

# netdata
# real-time performance and health monitoring, done right!
# (C) 2017 Costa Tsaousis <costa@tsaousis.gr>
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Script to test alarm notifications for netdata

dir="$(dirname "${0}")"
"${dir}/alarm-notify.sh" test "${1}"
exit $?