Tony Murray
Tony Murray
Systemd won't allow overlapping services via timer, but cron will. ``` Run 1: 1, 2, 3, 4, 5, 6, 7, 8 Run 2: 1, 2, 3, 4, 5, 6, 7,...
Makes no sense from the LibreNMS side: What does this show for you? `lnms route:list |grep Overview` | GET|HEAD | / | home | App\Http\Controllers\OverviewController@index | web | | |...
If that doesn't show right, try changing this in routes/web.php: Route::get('/', 'OverviewController@index')->name('home'); to Route::get(null, 'OverviewController@index')->name('home');
If that doesn't show right, try changing this in routes/web.php: Route::get('/', 'OverviewController@index')->name('home'); to Route::get(null, 'OverviewController@index')->name('home'); And clear your route cache `php artisan route:clear`
@sjtarik it would be better to fix the alert rule.
Shouldn't the default be the browser timezone? That type mismatch is expected, easiest solution would be to update the phpstan baseline, but you could do something with the types on...
No, there was an upstream issue.
This honestly feels extremely incomplete, but I don't think it would conflict with converting stored dates to utc.
@ottorei is working on re-writing wireless controller support. I suggest you help out there by testing and providing feedback: #13198
Yeah, I think it needs to be rebased so it applies cleanly.