| 12345678910111213141516171819202122232425262728293031 |
- config client2server 'general'
- option enabled '1'
- option check_interval '5'
- option log_level 'info'
- option debug '0'
- option buffer_file '/tmp/event_buffer'
- option max_buffer '100'
- config client2server 'server'
- option url 'wss://your-server.com/ws'
- option token 'CHANGE_ME_SECRET_TOKEN'
- option reconnect_delay '5'
- option ping_interval '30'
- option timeout '10'
- config client2server 'router'
- option id ''
- option hostname ''
- config client2server 'wan'
- option interface 'wan'
- option device 'eth0'
- option monitor_dhcp '1'
- option monitor_wan '1'
- option monitor_ip_change '1'
- config client2server 'events'
- option send_dhcp '1'
- option send_wan '1'
- option send_uptime '0'
- option send_version '1'
|