manager-node-profiles #1

Merged
aetos merged 8 commits from manager-node-profiles into main 2025-10-21 15:03:11 +00:00
Showing only changes of commit f26d447bca - Show all commits

View File

@@ -75,8 +75,8 @@ services:
# Netdata Agent
# --------------------------
netdata_node:
image: netdata/netdata:latest
container_name: netdata_node
image: netdata/netdata:edge
container_name: netdata_agent
restart: unless-stopped
ports:
- "7003:19999"
@@ -97,9 +97,9 @@ services:
- /etc/group:/host/etc/group:ro
- /etc/os-release:/host/etc/os-release:ro
environment:
- NETDATA_STREAM_PARENT=https://netdata.aetoskia.com
- NETDATA_CLAIM_TOKEN=${NETDATA_CLAIM_TOKEN:-}
- NETDATA_CLAIM_TOKEN=baiLAOz-VoOsvVNhG1CLi6j14rL3bmYtWHIEfwfRFRX5VhnQDUxpSvKQ3WsSrH2lRw-obUX2tWxIepN9BrYHUppnXfkPndpLCeeDwH4P0ItJ7twkCL77XPnMcQnL8hqN9pBpFIs
- NETDATA_CLAIM_URL=https://app.netdata.cloud
- NETDATA_CLAIM_ROOMS=2fe293fe-ebff-43b9-9ad4-0b2206d29d26
networks:
- monitoring-net
profiles: