ports/net-mgmt/netdata/pkg-message
Ben Woods b02e58aec1 net-mgmt/netdata: Enable CLOUD option by default
Even with the CLOUD option enabled, the Netdata agent does not connect
to the Netdata Cloud by default. This has to be manually enabled after
the agent is first run using the netdata-claim.sh script.

Add to pkg-message instructions an optional step for cloud integration,
with a link to the netdata-claim.sh online instructions.

Approved by:	nc (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D37453
2022-12-27 09:01:38 +08:00

14 lines
302 B
Plaintext

[
{ type: install
message: <<EOM
Quick start for local-only use:
1. sysrc netdata_enable="YES"
2. service netdata start
3. Go to http://localhost:19999/
4. <Optional> Connect to Netdata Cloud using the netdata-claim.sh script:
https://learn.netdata.cloud/docs/agent/claim#claiming-script
EOM
}
]