Skip to content

Commit 9c4e4e3

Browse files
patricksindelkamvdkleijn
authored andcommitted
Added Gatus
1 parent e44aeed commit 9c4e4e3

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

Gatus/Gatus.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\Gatus;
4+
5+
class Gatus extends \App\SupportedApps
6+
{
7+
}

Gatus/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "df713b8b4238000416a2a9f31e0e7697b31bec56",
3+
"name": "Gatus",
4+
"website": "https://gatus.io/",
5+
"license": "Apache License 2.0",
6+
"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.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "gatus.png"
10+
}

Gatus/gatus.png

3.67 KB
Loading

0 commit comments

Comments
 (0)