This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 = {} |