python3 tls11_proxy.py <device-ip>:443 8443Then open http://localhost:8443 in any browser.
python3 tls11_proxy.py <device-ip>:443 8443Then open http://localhost:8443 in any browser.
| locals { | |
| watchdog_tasks = { | |
| "basic-int" = { | |
| image_key = "sysops_watchdogtest-basiceventpublish" | |
| image_name = "watchdogtest-basiceventpublish" | |
| description = "Task to monitor basic internal mqtt services every 10 minutes" | |
| cron = "cron(0/10 * * * ? *)" | |
| sg_key = "internal" | |
| settings = "/WatchDog/BasicEventPublish/Int" | |
| extra_env = {} |