{if:isService}
Alterações no sistema...
{else:}
Alterações no sistema...
{end:}
Início |
Final |
Duração |
Retorno |
Estado |
{foreach:obj.avail.ocArray,oc}
{this.ts2date(oc.tsBegin)} |
{this.ts2date(oc.tsEnd)} |
{this.sec2hms(oc.diff)} |
{this.truncate(oc.output,#40#)} |
{if:this.equals(oc.state,#10#)}
{translate(#UP#):h}
|
{end:}
{if:this.equals(oc.state,#0#)}
{translate(#OK#):h}
|
{end:}
{if:this.equals(oc.state,#1#)}
{translate(#WARNING#):h}
|
{end:}
{if:this.equals(oc.state,#11#)}
{translate(#DOWN#):h}
|
{end:}
{if:this.equals(oc.state,#2#)}
{translate(#CRITICAL#):h}
|
{end:}
{if:this.equals(oc.state,#12#)}
{translate(#UNREACHABLE#):h}
|
{end:}
{if:this.equals(oc.state,#3#)}
{translate(#UNKNOWN#):h}
|
{end:}
{end:}
|