Merge branch 'master' into addDeviceHoursSetting

This commit is contained in:
Jason Kulatunga
2024-07-25 13:29:29 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ apt install smartmontools -y
# 3. Make it exacutable # 3. Make it exacutable
# 4. List the contents of the library for confirmation # 4. List the contents of the library for confirmation
mkdir -p /opt/scrutiny/bin && \ 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 && \ chmod +x /opt/scrutiny/bin/scrutiny-collector-metrics-linux-amd64 && \
ls -lha /opt/scrutiny/bin ls -lha /opt/scrutiny/bin
``` ```
+1 -1
View File
@@ -67,7 +67,7 @@ log:
#notify: #notify:
# urls: # urls:
# - "discord://token@channel" # - "discord://token@webhookid"
# - "telegram://token@telegram?channels=channel-1[,channel-2,...]" # - "telegram://token@telegram?channels=channel-1[,channel-2,...]"
# - "pushover://shoutrrr:apiToken@userKey/?priority=1&devices=device1[,device2, ...]" # - "pushover://shoutrrr:apiToken@userKey/?priority=1&devices=device1[,device2, ...]"
# - "slack://[botname@]token-a/token-b/token-c" # - "slack://[botname@]token-a/token-b/token-c"