summaryrefslogtreecommitdiffstats
path: root/health/notifications/alarm-test.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /health/notifications/alarm-test.sh
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-b485aab7e71c1625cfc27e0f92c9509f42378458.tar.xz
netdata-b485aab7e71c1625cfc27e0f92c9509f42378458.zip
Adding upstream version 1.45.3+dfsg.upstream/1.45.3+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 $?