Skip to content

Commit

Permalink
Merge branch 'AnalogJ:master' into fix_494
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonne authored Jul 19, 2024
2 parents 29291df + 8b7ddd3 commit d0f6acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALL_HUB_SPOKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion example.scrutiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0f6acf

Please sign in to comment.