add TopErrors widget based on error_rate (#12926)

style

style
This commit is contained in:
PipoCanaja
2021-05-31 19:40:45 +02:00
committed by GitHub
parent 3a0c164a5d
commit 2e8c336c8f
6 changed files with 180 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ Route::group(['middleware' => ['auth'], 'guard' => 'auth'], function () {
Route::post('syslog', 'SyslogController');
Route::post('top-devices', 'TopDevicesController');
Route::post('top-interfaces', 'TopInterfacesController');
Route::post('top-errors', 'TopErrorsController');
Route::post('worldmap', 'WorldMapController');
Route::post('alertlog-stats', 'AlertlogStatsController');
});