@@ -25,7 +25,6 @@ First of all, clone the giropopos-monitoring repo:
2525```
2626# curl -fsSL https://get.docker.com | sh
2727# docker swarm init
28-
2928```
3029
3130## Install Netdata:
@@ -45,8 +44,6 @@ Setting Netdata Exporter configuration in Prometheus:
4544 scrape_interval: 5s
4645 static_configs:
4746 - targets: ['YOUR_IP:19999']
48-
49-
5047```
5148
5249
@@ -93,7 +90,6 @@ receivers:
9390 - send_resolved: false
9491 # copy below the WEBHOOK that you create before
9592 url: '${WEBHOOK_URL}'
96-
9793```
9894
9995
@@ -114,7 +110,6 @@ Creating service giropops_grafana
114110Creating service giropops_rocketchat
115111Creating service giropops_mongo
116112Creating service giropops_mongo-init-replica
117-
118113```
119114
120115Verify if services are ok:
@@ -130,7 +125,6 @@ t8vnb7xuyfa8 giropops_mongo-init-replica replicated 0/1 mongo:3.2
130125usr0jy4jquns giropops_node-exporter global 1/1 linuxtips/node-exporter_alpine:latest *:9100->9100/tcp
131126zc3qza0bxys7 giropops_prometheus replicated 1/1 linuxtips/prometheus_alpine:latest *:9090->9090/tcp
1321277bgnm0poxbwj giropops_rocketchat replicated 1/1 rocketchat/rocket.chat:latest *:3080->3080/tcp
133-
134128```
135129PS: Don't worry why giropops_mongo-init-replica service is down, it only executes one time to initialize the replica set. It will not stay running.
136130
@@ -156,9 +150,6 @@ passwd: giropops
156150To add plugs edit file giropops-monitoring/grafana.config
157151GF_INSTALL_PLUGINS=plug1,plug2
158152Current plugs grafana-clock-panel,grafana-piechart-panel,camptocamp-prometheus-alertmanager-datasource,vonage-status-panel
159-
160- Get fun, access the dashboards! ;)
161-
162153```
163154Get fun, access the dashboards! ;)
164155
0 commit comments