From 570f7534abc76251e2e5c2b7b81cff51d989070b Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 12 Oct 2022 20:14:37 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- build/linux/DEBIAN/hc-notify-slack/postinst | 0 build/linux/DEBIAN/hc-notify-slack/postrm | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build/linux/DEBIAN/hc-notify-slack/postinst mode change 100755 => 100644 build/linux/DEBIAN/hc-notify-slack/postrm diff --git a/README.md b/README.md index 9ac9bce..c417d1c 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ An Ansible role is available at: https://github.com/patvdv/kudos.check_health * **Alerting** on failed health checks: ``` /opt/hc/bin/check_health.sh --hc=check_hpux_root_crontab --run --notify=mail --mail-to="alert@acme.com" -/opt/hc/bin/check_health.sh --hc=check_linux_fs_usage --run --notify=slack" +/opt/hc/bin/check_health.sh --hc=check_linux_fs_usage --run --notify=slack ``` ## References diff --git a/build/linux/DEBIAN/hc-notify-slack/postinst b/build/linux/DEBIAN/hc-notify-slack/postinst old mode 100755 new mode 100644 diff --git a/build/linux/DEBIAN/hc-notify-slack/postrm b/build/linux/DEBIAN/hc-notify-slack/postrm old mode 100755 new mode 100644