Tony Murray

Results 459 comments of Tony Murray

There is a function that "rewrites" hardware text. You could add a bit to that function. I think there is something off with the os detection, but I haven't looked...

Yes, you will either need to use a new RRD file or add some checks to see if the DS exists inside the RRD because we cannot add DS to...

@peejaychilds You'll need to create a separate RRD for this, thanks.

Look at the rrdtool command for that specific graph. Either it is overriding something or not applying the dark theme colors.

@JohnnyBBravo can you collect an snmprec with this PR applied and upload it here? I can generate the test data from that.

The problem is when you set stuff in config.php (via includes like this too), it completely disables the webui settings. Placing an if around them would fix that though and...

There are already two methods to set config settings inside containers (without running lnms config:set) Perhaps making those work for your use case is better than expanding the environment variables...

Hmm, plugins are stored in composer.plugins.json As a work around, you could map that file into your container. I agree, would be good to support this. It might make sense...

Remember it is not composer.json, but composer.plugins.json ;)

Hmm, maybe composer checks that it can write to composer.json even though it doesn't need to write to it in this case.