ID | -Group Name | -Devices | -Description | -Action | -
---|---|---|---|---|
'.$group['id'].' | -'.$group_name.' | -'.$group_device_count.' | -'.$group['descr'].' | '; - echo ''; - if ($group['id']) { - echo ' '; - } - echo ' | -
Hostname | -Last Polled | -Poller Group | -Polling Duration (Seconds) | -
---|
Poller Name | -Devices Polled | -Total Poll Time | -Last Ran | -Actions | -
---|---|---|---|---|
'.$poller['poller_name'].' | -'.$poller['devices'].' | -'.$poller['time_taken'].' Seconds | -'.$poller['last_polled'].' | -'.$actions.' | -
Name | -Node ID | -Version | -Groups Served | -Last Checkin | -Cluster Master | -Job | -Workers | -Devices Actioned Last Interval |
- Devices Pending | -Worker Seconds Consumed/Maximum |
- Actions | -
---|---|---|---|---|---|---|---|---|---|---|---|
'.$poller['poller_name'].' | -'.$poller['node_id'].' | -'.$poller['poller_version'].' | -'.$poller['poller_groups'].' | -'.$poller['last_report'].' | -'. ($poller['master'] ? "Yes" : "No") .' | '; - } - - // Emit the job stats - echo ' -'.$stats['poller_type'].' | -'.$stats['workers'].' | -'.$stats['devices'].' | -'.$stats['depth'].' | -'.$stats['worker_seconds'].' / '.$stats['frequency']*$stats['workers'].' | '; - - if ($first_row) { - // On the first iteration, print some rowspanned columns - echo ''.$actions.' | '; - } - - // End the row - echo '
@lang('ID') | +@lang('Group Name') | +@lang('Devices') | +@lang('Description') | +@lang('Action') | +
---|---|---|---|---|
{{ $default_poller_group['id'] }} | +{{ $default_poller_group['group_name'] }}@if($default_poller_group['is_default_poller']) {{ $default_poller_marker }}@endif | +{{ $default_poller_group['devices']->count() }} | +{{ $default_poller_group['descr'] }} | ++ |
{{ $group['id'] }} | +{{ $group['group_name'] }}@if($group['is_default_poller']) {{ $default_poller_marker }}@endif | +{{ $group['devices']->count() }} | +{{ $group['descr'] }} | ++ @if($group['id']) + + + @endif + | + @endforeach +