calm netdata down
This commit is contained in:
parent
8519bf155f
commit
7cfa005d35
12211
slack/prod/netdata/files/etc/netdata/netdata.conf
Normal file
12211
slack/prod/netdata/files/etc/netdata/netdata.conf
Normal file
File diff suppressed because it is too large
Load Diff
10
slack/prod/netdata/files/etc/netdata/stream.conf
Normal file
10
slack/prod/netdata/files/etc/netdata/stream.conf
Normal file
@ -0,0 +1,10 @@
|
||||
[stream]
|
||||
# Enable this on slaves, to have them send metrics.
|
||||
enabled = yes
|
||||
destination = tcp:toolbox.turnsys.net:19999
|
||||
api key = 6ed9e20a-c819-4ebc-b894-322eb0710d03
|
||||
timeout seconds = 60
|
||||
buffer size bytes = 1048576
|
||||
reconnect delay seconds = 5
|
||||
initial clock resync iterations = 60
|
||||
|
7
slack/prod/netdata/scripts/postinstall
Executable file
7
slack/prod/netdata/scripts/postinstall
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "stopping netdata..."
|
||||
service netdata stop
|
||||
|
||||
echo "starting netdata..."
|
||||
service netdata start
|
Loading…
Reference in New Issue
Block a user