Skip to content

Commit

Permalink
Removed Megaphone from monitoring (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocco Zanni authored May 9, 2024
1 parent fbff399 commit 5a541c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
11 changes: 0 additions & 11 deletions conf/config_prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@ const endpoints = [
},
],
},
{
id: "megaphone",
label: "Megaphone",
website_url: "https://megaphone.fm",
services: [
{
type: "enclosure",
url: "https://traffic.megaphone.fm/VOXN5992769941.mp3?updated=1696351884",
},
],
},
{
id: "buzzsprout",
label: "Buzzsprout",
Expand Down
14 changes: 14 additions & 0 deletions website/src/pages/changelog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ import Layout from '../layouts/Layout.astro'
This page contains the list of changes made to PodUptime's monitoring system and website.
</p>

<h2
class="mb-4 mt-6 border-b-2 border-dotted border-pink-100 pb-2 text-2xl font-bold text-pink-100"
>
May 9th, 2024
</h2>

<ul class="mb-4 list-outside list-disc pl-4">
<li class="pb-3 [&>code]:underline">
We removed the following service to our monitoring list: <code>Megaphone</code>. This is due to
the RSS feed used for monitoring purpose being not available anymore. We'll be happy to reinstate
monitoring for <code>Megaphone</code> if a valid RSS feed is provided.
</li>
</ul>

<h2
class="mb-4 mt-6 border-b-2 border-dotted border-pink-100 pb-2 text-2xl font-bold text-pink-100"
>
Expand Down

0 comments on commit 5a541c3

Please sign in to comment.