diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -31,12 +31,12 @@ services: | |||
31 | icon: "fas fa-code-branch" | 31 | icon: "fas fa-code-branch" |
32 | items: | 32 | items: |
33 | - name: "Jenkins" | 33 | - name: "Jenkins" |
34 | logo: "/assets/tools/jenkins.png" | 34 | logo: "assets/tools/jenkins.png" |
35 | subtitle: "Continuous integration server" | 35 | subtitle: "Continuous integration server" |
36 | tag: "CI" | 36 | tag: "CI" |
37 | url: "#" | 37 | url: "#" |
38 | - name: "RabbitMQ Management" | 38 | - name: "RabbitMQ Management" |
39 | logo: "/assets/tools/rabbitmq.png" | 39 | logo: "assets/tools/rabbitmq.png" |
40 | subtitle: "Manage & monitor RabbitMQ server" | 40 | subtitle: "Manage & monitor RabbitMQ server" |
41 | tag: "haproxy" | 41 | tag: "haproxy" |
42 | # Optional tagstyle | 42 | # Optional tagstyle |
@@ -47,21 +47,21 @@ services: | |||
47 | icon: "fas fa-heartbeat" | 47 | icon: "fas fa-heartbeat" |
48 | items: | 48 | items: |
49 | - name: "M/Monit" | 49 | - name: "M/Monit" |
50 | logo: "/assets/tools/monit.png" | 50 | logo: "assets/tools/monit.png" |
51 | subtitle: "Monitor & manage all monit enabled hosts" | 51 | subtitle: "Monitor & manage all monit enabled hosts" |
52 | tag: "monit" | 52 | tag: "monit" |
53 | url: "#" | 53 | url: "#" |
54 | - name: "Grafana" | 54 | - name: "Grafana" |
55 | logo: "/assets/tools/grafana.png" | 55 | logo: "assets/tools/grafana.png" |
56 | subtitle: "Metric analytics & dashboards" | 56 | subtitle: "Metric analytics & dashboards" |
57 | url: "#" | 57 | url: "#" |
58 | - name: "Kibana" | 58 | - name: "Kibana" |
59 | logo: "/assets/tools/elastic.png" | 59 | logo: "assets/tools/elastic.png" |
60 | subtitle: "Explore & visualize logs" | 60 | subtitle: "Explore & visualize logs" |
61 | tag: "elk" | 61 | tag: "elk" |
62 | url: "#" | 62 | url: "#" |
63 | - name: "Website monitoring" | 63 | - name: "Website monitoring" |
64 | logo: "/assets/tools/pingdom.png" | 64 | logo: "assets/tools/pingdom.png" |
65 | subtitle: "Pingdom public reports overview" | 65 | subtitle: "Pingdom public reports overview" |
66 | tag: "CI" | 66 | tag: "CI" |
67 | url: "#" | 67 | url: "#" |