Installation Instructions

1. Edit config.yaml and fill in the four values. Example:

# Access tier-scoped API key created in Command Center
api_key_secret: "bPWBD_0qvfyIEi7sswLB644HTMkhbzqJ0rKfHi6gZeY"

# Command Center URL
command_center_url: "https://net.banyanops.com"

# Access tier name as defined in the Command Center
access_tier_name: "my-access-tier-name"

# True (canonical) domain name or public IP of the site.
access_tier_public_address: "my-access-tier.example.com"

2. Run ./setup-netagent.sh

This script installs netagent to /opt/banyan/, creates a systemd unit
file for the netagent service, and starts the netagent service.

If all goes well, after running this script, netagent should
be running (ps -ef | grep netagent).

Netagent logs are in /var/log/banyan/

Reference:
https://docs.banyanops.com/docs/banyan-components/accesstier/netagent/configuration/
