translate('Host and Service Checks'); ?>

translate('Hosts'); ?> translate('Services'); ?>
statusSummary->hosts_active): ?>
translatePlural('%d Active', '%d Active', $this->statusSummary->hosts_active), $this->statusSummary->hosts_active); ?>
statusSummary->hosts_passive): ?>
translatePlural('%d Passive', '%d Passive', $this->statusSummary->hosts_passive), $this->statusSummary->hosts_passive); ?>
statusSummary->hosts_not_checked): ?>
translatePlural('%d Disabled', '%d Disabled', $this->statusSummary->hosts_not_checked), $this->statusSummary->hosts_not_checked); ?>
statusSummary->services_active): ?>
translatePlural('%d Active', '%d Active', $this->statusSummary->services_active), $this->statusSummary->services_active); ?>
statusSummary->services_passive): ?>
translatePlural('%d Passive', '%d Passive', $this->statusSummary->services_passive), $this->statusSummary->services_passive); ?>
statusSummary->services_not_checked): ?>
translatePlural('%d Disabled', '%d Disabled', $this->statusSummary->services_not_checked), $this->statusSummary->services_not_checked); ?>