[UPDATE] Prepared for updated monitoring variable

This commit is contained in:
Sebastian Grewe 2016-07-07 11:16:08 +02:00
parent 3f83098e7b
commit 33f402ad80

View File

@ -31,6 +31,8 @@
{if $event.type == 'okerror'}
{if $event.value == 0}
<font color="green">OK</font>
{else if $event.value == 2}
<font color="orange">WARN</font>
{else}
<font color="red">ERROR</font>
{/if}