Add Go agent OpenWrt service package
This commit is contained in:
12
agent/openwrt/rmm-agent-go.conf
Normal file
12
agent/openwrt/rmm-agent-go.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
SERVER_URL="http://127.0.0.1:8080"
|
||||
ENROLLMENT_TOKEN="dev-enroll-token"
|
||||
INTERVAL_SECONDS="30"
|
||||
CHECK_TARGETS="1.1.1.1 8.8.8.8"
|
||||
TUNNEL_IDENTITY_FILE="/etc/rmm-agent/tunnel_key"
|
||||
LOCK_FILE="/tmp/rmm-agent-go.lock"
|
||||
SPOOL_DIR="/tmp/rmm-agent-go-results"
|
||||
BACKUP_DIR="/tmp/rmm-agent-go-backups"
|
||||
TUNNEL_STATE_DIR="/tmp/rmm-agent-go-tunnels"
|
||||
HOSTNAME_SUFFIX="-go"
|
||||
DEVICE_ID=""
|
||||
DEVICE_TOKEN=""
|
||||
Reference in New Issue
Block a user