diff --git a/config.json b/config.json index 66ff07d..45f2336 100644 --- a/config.json +++ b/config.json @@ -148,7 +148,7 @@ "id": "radio-best", "name": "best fm", "description": "radioserver/https", - "url": "https://stream3.bestfm.sk:8000/128.mp3", + "url": "https://stream3.bestfm.sk:8000", "method": "GET", "expectStatus": 200, "followRedirect": false, diff --git a/config.yaml b/config.yaml index d10a569..63962e1 100644 --- a/config.yaml +++ b/config.yaml @@ -134,7 +134,7 @@ monitors: - id: radio-best name: best fm description: 'radioserver/https' - url: 'https://stream3.bestfm.sk:8000/128.mp3' + url: 'https://stream3.bestfm.sk:8000' method: GET expectStatus: 200 followRedirect: false