diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /build_external/scenarios/gaps_hi | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build_external/scenarios/gaps_hi')
-rw-r--r-- | build_external/scenarios/gaps_hi/child-compose.yml | 13 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/child_guid | 1 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/child_stream.conf | 11 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/middle-compose.yml | 13 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/middle_guid | 1 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/middle_stream.conf | 23 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/min.conf | 6 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/parent-compose.yml | 13 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/parent_guid | 1 | ||||
-rw-r--r-- | build_external/scenarios/gaps_hi/parent_stream.conf | 11 |
10 files changed, 0 insertions, 93 deletions
diff --git a/build_external/scenarios/gaps_hi/child-compose.yml b/build_external/scenarios/gaps_hi/child-compose.yml deleted file mode 100644 index 2ca306f37..000000000 --- a/build_external/scenarios/gaps_hi/child-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: '3.3' -services: - agent_child: - image: debian_10_dev - command: /usr/sbin/netdata -D - #ports: - #- 21002+:19999 - volumes: - - ./child_stream.conf:/etc/netdata/stream.conf:ro - #- ./child_guid:/var/lib/netdata/registry/netdata.public.unique.id:ro - - ./min.conf:/etc/netdata/netdata.conf:ro - cap_add: - - SYS_PTRACE diff --git a/build_external/scenarios/gaps_hi/child_guid b/build_external/scenarios/gaps_hi/child_guid deleted file mode 100644 index 670f7c237..000000000 --- a/build_external/scenarios/gaps_hi/child_guid +++ /dev/null @@ -1 +0,0 @@ -22222222-2222-2222-2222-222222222222
\ No newline at end of file diff --git a/build_external/scenarios/gaps_hi/child_stream.conf b/build_external/scenarios/gaps_hi/child_stream.conf deleted file mode 100644 index 2218c681e..000000000 --- a/build_external/scenarios/gaps_hi/child_stream.conf +++ /dev/null @@ -1,11 +0,0 @@ -[stream] - enabled = yes -# destination = tcp:agent_middle - destination = tcp:192.168.1.2 - api key = 00000000-0000-0000-0000-000000000000 - timeout seconds = 60 - default port = 19999 - send charts matching = * - buffer size bytes = 10485760 - reconnect delay seconds = 5 - initial clock resync iterations = 60 diff --git a/build_external/scenarios/gaps_hi/middle-compose.yml b/build_external/scenarios/gaps_hi/middle-compose.yml deleted file mode 100644 index c316164dd..000000000 --- a/build_external/scenarios/gaps_hi/middle-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: '3.3' -services: - agent_middle: - image: debian_10_dev - command: /usr/sbin/netdata -D - ports: - - 21001:19999 - volumes: - - ./middle_stream.conf:/etc/netdata/stream.conf:ro - - ./middle_guid:/var/lib/netdata/registry/netdata.public.unique.id:ro - - ./min.conf:/etc/netdata/netdata.conf:ro - cap_add: - - SYS_PTRACE diff --git a/build_external/scenarios/gaps_hi/middle_guid b/build_external/scenarios/gaps_hi/middle_guid deleted file mode 100644 index f8a43c228..000000000 --- a/build_external/scenarios/gaps_hi/middle_guid +++ /dev/null @@ -1 +0,0 @@ -11111111-1111-1111-1111-111111111111
\ No newline at end of file diff --git a/build_external/scenarios/gaps_hi/middle_stream.conf b/build_external/scenarios/gaps_hi/middle_stream.conf deleted file mode 100644 index 132eaa1ad..000000000 --- a/build_external/scenarios/gaps_hi/middle_stream.conf +++ /dev/null @@ -1,23 +0,0 @@ -[stream] - enabled = yes - destination = tcp:agent_parent - api key = 00000000-0000-0000-0000-000000000000 - timeout seconds = 60 - default port = 19999 - - send charts matching = * - buffer size bytes = 1048576 - reconnect delay seconds = 5 - initial clock resync iterations = 60 - -[00000000-0000-0000-0000-000000000000] - enabled = yes - allow from = * - default history = 3600 - # default memory mode = ram - - health enabled by default = auto - - # postpone alarms for a short period after the sender is connected - default postpone alarms on connect seconds = 60 - multiple connections = allow diff --git a/build_external/scenarios/gaps_hi/min.conf b/build_external/scenarios/gaps_hi/min.conf deleted file mode 100644 index 83fa23e51..000000000 --- a/build_external/scenarios/gaps_hi/min.conf +++ /dev/null @@ -1,6 +0,0 @@ -[global] - debug flags = 0x0000000040000000 - errors flood protection period = 0 -[web] - ssl key = /etc/netdata/ssl/key.pem - ssl certificate = /etc/netdata/ssl/cert.pem diff --git a/build_external/scenarios/gaps_hi/parent-compose.yml b/build_external/scenarios/gaps_hi/parent-compose.yml deleted file mode 100644 index 2944bbc68..000000000 --- a/build_external/scenarios/gaps_hi/parent-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: '3.3' -services: - agent_parent: - image: debian_10_dev - command: /usr/sbin/netdata -D - ports: - - 21000:19999 - volumes: - - ./parent_stream.conf:/etc/netdata/stream.conf:ro - - ./parent_guid:/var/lib/netdata/registry/netdata.public.unique.id:ro - - ./min.conf:/etc/netdata/netdata.conf:ro - cap_add: - - SYS_PTRACE diff --git a/build_external/scenarios/gaps_hi/parent_guid b/build_external/scenarios/gaps_hi/parent_guid deleted file mode 100644 index fee6f3234..000000000 --- a/build_external/scenarios/gaps_hi/parent_guid +++ /dev/null @@ -1 +0,0 @@ -00000000-0000-0000-0000-000000000000
\ No newline at end of file diff --git a/build_external/scenarios/gaps_hi/parent_stream.conf b/build_external/scenarios/gaps_hi/parent_stream.conf deleted file mode 100644 index 600a9fac3..000000000 --- a/build_external/scenarios/gaps_hi/parent_stream.conf +++ /dev/null @@ -1,11 +0,0 @@ -[00000000-0000-0000-0000-000000000000] - enabled = yes - allow from = * - default history = 3600 - default memory mode = dbengine - health enabled by default = no - - # postpone alarms for a short period after the sender is connected - default postpone alarms on connect seconds = 60 - multiple connections = allow - |