Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Feb 14, 2024
1 parent 80cfcca commit 1cbab90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
{
"id": "radio-best",
"name": "best fm",
"description": "mp3/128/https",
"url": "https://stream3.bestfm.sk:8000/128.mp3",
"description": "radioserver/https",
"url": "https://stream3.bestfm.sk:8000",
"method": "HEAD",
"expectStatus": 302,
"followRedirect": false,
Expand Down
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ monitors:

- id: radio-best
name: best fm
description: 'mp3/128/https'
url: 'https://stream3.bestfm.sk:8000/128.mp3'
description: 'radioserver/https'
url: 'https://stream3.bestfm.sk:8000'
method: HEAD
expectStatus: 302
followRedirect: false
Expand Down

0 comments on commit 1cbab90

Please sign in to comment.