georgetasioulis

Results 10 comments of georgetasioulis

Confirming the same. Fresh installation on dedicated server running Ubuntu 16.04 works fine until you reboot it. After reboot you get a 404 error when visiting the URL. Re-running `bbb-install`...

I'm also pretty sure it's the docker container that's not running which is causing the issue, but why aren't both containers starting on boot? That's the problem that needs to...

I'm seeing the same error as well after migrating a site to a PHP 7.2 box: ``` PHP message: PHP Fatal error: Uncaught Error: Call to a member function cloneNode()...

I'm experiencing the same here with an MLX4, though I was able to make it "work" using https://github.com/sflow/sflowtool by converting sFlow into NetFlow. You could run something like: ``` sflowtool...

Sadly, as I noticed now, with the above method we only see inbound traffic (and I'm not sure it's 100% accurate either, because they don't perfectly match my librenms interface...

I downloaded the latest commit and tried to do a init-db but I'm getting the following error: ``` # ./traceroute_history_runner.py --config=traceroute_history.conf --init-db Traceback (most recent call last): File "./traceroute_history_runner.py", line...

> I needed to change the paths for it to become a pip package later. Until now, the easiest way for you to run it is to declare the path...

I had the exact same issue with my Proxmox monitoring, and after making the changes you proposed, everything started working again - thanks! However, since Jan 20 all of a...

This was a functional 3rd-party integration that worked seamlessly until around Q3 2024. For reference, here’s the documentation link: [Proxmox Integration](https://docs.librenms.org/Extensions/Proxmox/). Around September, something broke after an update. I was...

BTW this https://github.com/librenms/librenms/commit/4d3c84a60b6c84625d5dac05dddfb9fe222f821f fixed my issue and graphs are being generated again since 28 January (with @ShonenNoSeishin's code fixes).