diff options
Diffstat (limited to '')
-rw-r--r-- | tests/alarm_repetition/netdata.conf_with_repetition | 2 | ||||
-rw-r--r-- | tests/alarm_repetition/netdata.conf_without_repetition | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/alarm_repetition/netdata.conf_with_repetition b/tests/alarm_repetition/netdata.conf_with_repetition index 808a11c56..cb5da3110 100644 --- a/tests/alarm_repetition/netdata.conf_with_repetition +++ b/tests/alarm_repetition/netdata.conf_with_repetition @@ -22,8 +22,6 @@ # listen backlog = 4096 default port = 19999 #bind to = *=dashboard|registry|streaming|netdata.conf|badges|management *:20000=dashboard|registry|streaming|netdata.conf|badges|management^SSL=optional *:20001=dashboard|registry|streaming|netdata.conf|badges|management^SSL=force unix:/tmp/netdata/netdata.sock - # web files owner = netdata - # web files group = netdata #accept a streaming request every seconds = 2 [plugins] diff --git a/tests/alarm_repetition/netdata.conf_without_repetition b/tests/alarm_repetition/netdata.conf_without_repetition index 978db8d20..6a728c926 100644 --- a/tests/alarm_repetition/netdata.conf_without_repetition +++ b/tests/alarm_repetition/netdata.conf_without_repetition @@ -22,8 +22,6 @@ # listen backlog = 4096 default port = 19999 #bind to = *=dashboard|registry|streaming|netdata.conf|badges|management *:20000=dashboard|registry|streaming|netdata.conf|badges|management^SSL=optional *:20001=dashboard|registry|streaming|netdata.conf|badges|management^SSL=force unix:/tmp/netdata/netdata.sock - # web files owner = netdata - # web files group = netdata #accept a streaming request every seconds = 2 [plugins] |