{%TEMPLATE->struct/head%} {%TEMPLATE->struct/menu%}

Health Checks

{%TEMPLATE->struct/messages%}
Health checks can be used to check if all agents are working properly. Note that a health check won't be finished until all registered agents report back their results.
{{FOREACH check;[[checks]]}} {{ENDFOREACH}} {{IF [[sizeof([[checks]])]] == 0}} {{ENDIF}}
Check ID Created Type Status  
[[check.getId()]] [[date([[config.getVal([[$DConfig::TIME_FORMAT]])]], [[check.getTime()]])]] {{IF [[check.getCheckType()]] == [[$DHealthCheckType::BRUTE_FORCE]]}}Brute-Force{{ENDIF}} ([[Util::getHashtypeById([[check.getHashtypeId()]])]]) {{IF [[check.getStatus()]] == [[$DHealthCheckStatus::PENDING]]}} Running {{ENDIF}} {{IF [[check.getStatus()]] == [[$DHealthCheckStatus::COMPLETED]]}} Completed {{ENDIF}} {{IF [[check.getStatus()]] == [[$DHealthCheckStatus::ABORTED]]}} Aborted {{ENDIF}}
View
---------------
{%TEMPLATE->struct/foot%}