Ronny Trommer

Results 21 comments of Ronny Trommer

> It seems like still an issue in Alpine 3.14.0 right? Here is what I've tested running Alpine in Docker with a simple Makefile: > > ```shell > .PHONY: test...

As I see it is a PHP internal call http://php.net/manual/de/function.sys-getloadavg.php

Just as a side node, I didn't had any problems in OpenNMS, cause we use XPath[1] and this is not complicated. The change would make it for other monitoring tools...

Hello @vincenzodnp Currently you can't scale out all components of OpenNMS. Here is a list of parts which you can scale out: * Cassandra/ScyllaDB when you use a Newts backend...

I'll agree, the running configuration. Running it as a container myself, I've noticed the following problems especially with the configuration: - Runtime configuration is persisted in the file system which...

@blaisep here is what I do, I mount the ${OPENNMS_HOME}/etc directory to the host system. That way the state of configuration files changed through the WebUI are persisted. To make...

> Ultimately, the best bet is just using the database as a K/V store. PostgreSQL has some good features for this like embedded JSON, which is pretty useful when you...

I've tried the following to reproduce the problem: ``` https://github.com/opennms-forge/docker-horizon-core-web.git cd docker-horizon-core-web docker-compose up -d ``` After waiting for startup the service stack was started correctly: ``` docker-compose ps ...

@mjksohonet I've done some investigation and added a screenshot in the bug report. Is this the problem you are seeing? I might need to dig a bit into debconf if...

Related to your "Updates ..." statement in your title, do you have updated the container image? In general there the following considerations related custom configuration: * If you don't persist...