event-forwarder 464 B

1234567891011121314151617181920212223
  1. config event-forwarder 'general'
  2. option enabled '1'
  3. option interval '60'
  4. option debug '0'
  5. config server
  6. option url 'https://your-server.com/api/events'
  7. option token 'CHANGE_ME_SECRET_TOKEN'
  8. option method 'POST'
  9. option timeout '10'
  10. option retry '3'
  11. config router
  12. option id ''
  13. option name ''
  14. config events
  15. option wifi_connect '1'
  16. option wifi_disconnect '1'
  17. option dhcp_lease '1'
  18. option dhcp_expire '1'
  19. option interface '1'
  20. option config_change '0'