summaryrefslogtreecommitdiffstats
path: root/health/notifications/alarm-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'health/notifications/alarm-test.sh')
-rwxr-xr-xhealth/notifications/alarm-test.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/health/notifications/alarm-test.sh b/health/notifications/alarm-test.sh
deleted file mode 100755
index 828aa756b..000000000
--- a/health/notifications/alarm-test.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 $?