Simple Environment Monitor System
Add New Monitor
Type:
{% for monitor_type in monitor_types %}
{{monitor_type[0]}}
{% end %}
Label:
Url or Host:
{% for monitor in monitors %}
{{monitor.label}}
{{monitor.url}}
remover
{% end %}