Tony Murray
Tony Murray
@santiag0z That isn't right, Seems like you didn't run `npm run prod` afterwards so some tailwind CSS isn't generated.
@santiag0z npm is run during daily.sh
Wait, no it isn't (only js translations are generated during daily.sh) :D But I just checked on my prod and the CSS is showing correctly and a compiled app.css is...
Right is too far over on some screens. Feel free to add a middle responsive state that puts it to the right.
default_poller_group is for adding devices. distributed_poller_group is usually set in local config.php files (not globally) The webui setting is preferred, which can set per-poller groups from the global context. It...
If you need a second instance of device_id simply do `.device_id = devices.device_id`.
@Npeca75 to sort the sub arrays use map like this `$portVlan->groupBy('vlan')->map->sort('ifIndex')`
Why does it have an = at the front??? that seems like a bug. To fix it on LibreNMS side, you would just remove the ^ from the detection regex...
So, total used memory should be buffer+heap? Or should it be heap is total used? Or are heap and buffer different memory spaces? If so how can we find the...
What is the goal of transport_note. It seems like there are plenty of other places you could put this data (such as transport_config)