[UPDATE] Prepared for updated monitoring variable
This commit is contained in:
parent
3f83098e7b
commit
33f402ad80
@ -31,6 +31,8 @@
|
|||||||
{if $event.type == 'okerror'}
|
{if $event.type == 'okerror'}
|
||||||
{if $event.value == 0}
|
{if $event.value == 0}
|
||||||
<font color="green">OK</font>
|
<font color="green">OK</font>
|
||||||
|
{else if $event.value == 2}
|
||||||
|
<font color="orange">WARN</font>
|
||||||
{else}
|
{else}
|
||||||
<font color="red">ERROR</font>
|
<font color="red">ERROR</font>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user