Skip to content

Commit 8833466

Browse files
authored
Update README.md
1 parent a04a995 commit 8833466

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
114110
Creating service giropops_rocketchat
115111
Creating service giropops_mongo
116112
Creating service giropops_mongo-init-replica
117-
118113
```
119114

120115
Verify if services are ok:
@@ -130,7 +125,6 @@ t8vnb7xuyfa8 giropops_mongo-init-replica replicated 0/1 mongo:3.2
130125
usr0jy4jquns giropops_node-exporter global 1/1 linuxtips/node-exporter_alpine:latest *:9100->9100/tcp
131126
zc3qza0bxys7 giropops_prometheus replicated 1/1 linuxtips/prometheus_alpine:latest *:9090->9090/tcp
132127
7bgnm0poxbwj giropops_rocketchat replicated 1/1 rocketchat/rocket.chat:latest *:3080->3080/tcp
133-
134128
```
135129
PS: 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
156150
To add plugs edit file giropops-monitoring/grafana.config
157151
GF_INSTALL_PLUGINS=plug1,plug2
158152
Current plugs grafana-clock-panel,grafana-piechart-panel,camptocamp-prometheus-alertmanager-datasource,vonage-status-panel
159-
160-
Get fun, access the dashboards! ;)
161-
162153
```
163154
Get fun, access the dashboards! ;)
164155

0 commit comments

Comments
 (0)