Devices |
'.$devices['count'].' |
'.$devices['up'].' |
'.$devices['down'].' |
'.$devices['ignored'].' |
'.$devices['disabled'].' |
' . (\LibreNMS\Config::get('summary_errors') ? '- | ' : '') . '
Ports |
'.$ports['count'].' |
'.$ports['up'].' |
'.$ports['down'].' |
'.$ports['ignored'].' |
'.$ports['shutdown'].' |
' . (\LibreNMS\Config::get('summary_errors') ? ' ' . $ports['errored'] . ' | ' : '') . '
';
if (\LibreNMS\Config::get('show_services')) {
$temp_output .= '
Services |
'.$services['count'].' |
'.$services['up'].' |
'.$services['down'].' |
'.$services['ignored'].' |
'.$services['disabled'].' |
' . (\LibreNMS\Config::get('summary_errors') ? '- | ' : '') . '
';
}
$temp_output .= '