2020-03-13 20:58:37 +01:00
|
|
|
@extends('poller.index')
|
|
|
|
|
|
|
|
|
|
@section('title', __('Poller Performance'))
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
|
|
@parent
|
|
|
|
|
|
2020-07-24 06:13:00 +02:00
|
|
|
<x-panel title="{{ __('Total Poller Time') }}">
|
2021-11-30 19:21:41 -06:00
|
|
|
<x-graph-row type="global_poller_perf" columns="responsive" legend="yes"></x-graph-row>
|
2020-07-24 06:13:00 +02:00
|
|
|
</x-panel>
|
|
|
|
|
|
|
|
|
|
<x-panel title="{{ __('Total Poller Time Per Module') }}">
|
2021-11-30 19:21:41 -06:00
|
|
|
<x-graph-row type="global_poller_modules_perf" columns="responsive" legend="yes"></x-graph-row>
|
2020-07-24 06:13:00 +02:00
|
|
|
</x-panel>
|
2020-03-13 20:58:37 +01:00
|
|
|
|
|
|
|
|
@endsection
|