Process Finished
19 | {% endif %} 20 |{{ data | raw }}21 | 22 | {% if ajaxRequest == false %} 23 |
{{ data | raw }}21 | 22 | {% if ajaxRequest == false %} 23 |
The following processes seems to have a problem. Please check them...
40 |ID | 43 |PID | 44 |Name | 45 |Status | 46 |Message | 47 |Command | 48 |Last update | 49 ||
---|---|---|---|---|---|---|---|
{{ monitoringItem.getId() }} | 54 |{{ monitoringItem.getPid() }} | 55 |{{ monitoringItem.getName() }} | 56 |57 | {% if monitoringItem.getStatus() == "failed" %} 58 | {{ monitoringItem.getStatus() }} 59 | {% else %} 60 | {{ monitoringItem.getStatus() }} 61 | {% endif %} 62 | | 63 |{{ monitoringItem.getMessage() }} | 64 |{{ monitoringItem.getCommand() }} | 65 |{{ ('@'~monitoringItem.getModificationDate()) | date("Y-m-d H:i:s") }} | 66 ||
Further {{ totalItemsCount - reportItems|length }} items are considered as failed. | 71 |