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