(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| check host appsrv1 with address 127.0.0.1 | |
| start program = "/sbin/start myapp" | |
| stop program = "/sbin/stop myapp" | |
| alert alerts@example.com on {timeout,connection} | |
| if failed port 9009 protocol HTTP | |
| request / | |
| with timeout 3 seconds | |
| then restart | |
| if 10 restarts within 10 cycles then timeout | |
| if 10 restarts within 10 cycles then exec "/usr/bin/monit start aws-dns-healthcheck" |