Summary | Devices | Ports | '; if ($config['show_services']) { $temp_output .= 'Services | '; } $temp_output .= '
---|---|---|---|
Up | '. $devices['up'] .' | '. $ports['up'] .' | '; if ($config['show_services']) { $temp_output .= ''. $services['up'] .' | '; } $temp_output .= '
Down | '. $devices['down'] .' | '. $ports['down'] .' | '; if ($config['show_services']) { $temp_output .= ''. $services['down'] .' | '; } $temp_output .= '
Ignored | '. $devices['ignored'] .' | '. $ports['ignored'] .' | '; if ($config['show_services']) { $temp_output .= ''. $services['ignored'] .' | '; } $temp_output .= '
Disabled/Shutdown | '. $devices['disabled'] .' | '. $ports['shutdown'] .' | '; if ($config['show_services']) { $temp_output .= ''. $services['disabled'] .' | '; } if ($config['summary_errors']) { $temp_output .= '
Errored | - | '.$ports['errored'].' | '; if ($config['show_services']) { $temp_output .= '- | '; } } $temp_output .= '
Total | '. $devices['count'] .' | '. $ports['count'] .' | '; if ($config['show_services']) { $temp_output .= ''. $services['count'] .' | '; } $temp_output .= '