Merge pull request #81 from Neraud/dev/add_prometheus

Add Prometheus Foundation App
This commit is contained in:
KodeStar 2019-05-11 11:56:19 +01:00 committed by GitHub
commit 97b54f0185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Prometheus;
class Prometheus extends \App\SupportedApps {
}

10
Prometheus/app.json Normal file
View File

@ -0,0 +1,10 @@
{
"appid": "aad8f23c2fa06d46c52ae4e06c8d4bdac6074b8f",
"name": "Prometheus",
"website": "https://prometheus.io/",
"license": "Apache License 2.0",
"description": "Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.",
"enhanced": false,
"tile_background": "light",
"icon": "prometheus.png"
}

BIN
Prometheus/prometheus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB