From 0a89c2bab3682918ef6ddaa3a12fd43ff5a43d43 Mon Sep 17 00:00:00 2001 From: luomie <56607736+luomie@users.noreply.github.com> Date: Sun, 19 May 2024 23:13:05 +0200 Subject: [PATCH 1/2] fix Shoutrrr discord notification url structure --- example.scrutiny.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.scrutiny.yaml b/example.scrutiny.yaml index c57775f..039bcbf 100644 --- a/example.scrutiny.yaml +++ b/example.scrutiny.yaml @@ -67,7 +67,7 @@ log: #notify: # urls: -# - "discord://token@channel" +# - "discord://token@webhookid" # - "telegram://token@telegram?channels=channel-1[,channel-2,...]" # - "pushover://shoutrrr:apiToken@userKey/?priority=1&devices=device1[,device2, ...]" # - "slack://[botname@]token-a/token-b/token-c" From 5a5877b7296eedd5bab23e52906531c4a22c7d36 Mon Sep 17 00:00:00 2001 From: Peyton Creery <44987569+phcreery@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:14:26 -0500 Subject: [PATCH 2/2] Update INSTALL_HUB_SPOKE.md --- docs/INSTALL_HUB_SPOKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL_HUB_SPOKE.md b/docs/INSTALL_HUB_SPOKE.md index 7cc1b90..942916a 100644 --- a/docs/INSTALL_HUB_SPOKE.md +++ b/docs/INSTALL_HUB_SPOKE.md @@ -121,7 +121,7 @@ apt install smartmontools -y # 3. Make it exacutable # 4. List the contents of the library for confirmation mkdir -p /opt/scrutiny/bin && \ -curl -L https://github.com/AnalogJ/scrutiny/releases/download/v0.5.0/scrutiny-collector-metrics-linux-amd64 > /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \ +curl -L https://github.com/AnalogJ/scrutiny/releases/download/v0.8.1/scrutiny-collector-metrics-linux-amd64 > /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \ chmod +x /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \ ls -lha /opt/scrutiny/bin ```