Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Gatus #799

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Gatus/Gatus.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Gatus;

class Gatus extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Gatus/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "df713b8b4238000416a2a9f31e0e7697b31bec56",
"name": "Gatus",
"website": "https://gatus.io/",
"license": "Apache License 2.0",
"description": "Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. The icing on top is that each of these health checks can be paired with alerting via Slack, PagerDuty, Discord, Twilio and more.",
"enhanced": false,
"tile_background": "dark",
"icon": "gatus.png"
}
Binary file added Gatus/gatus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Listmonk/Listmonk.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Listmonk;

class Listmonk extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Listmonk/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "a5b7013f56e4bedca9aaa8979a9c209fc5c6a12f",
"name": "Listmonk",
"website": "https://listmonk.app/",
"license": "GNU Affero General Public License v3.0",
"description": "Listmonk is a self-hosted, high performance one-way mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database.",
"enhanced": false,
"tile_background": "light",
"icon": "listmonk.png"
}
Binary file added Listmonk/listmonk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.