Daniel

Results 160 comments of Daniel

I did not see similar behavior on our Docker Test system. The memory usage of all containers is mostly a flat line, all containers are up since 2 weeks. I...

Not sure if this could be related to this issue, but you should not start more than one `statusengine-worker` container. Is there a reason why you started more than one...

Records from the `statusngin_cmd` queue will get processed by Naemon (through the Statusengine Event Broker). Currently it is not possible to have more than 1 worker for this queue. If...

I can confirm that there is a slight increase of memory usage on my system as well. Not much tbh, 33MB in 7 days but it is increasing. This could...

I have created a Plugin, which will monitor the memory usage of each running process of the container. Could you please deploy this check in your ENV to see which...

> It was missing the closing `?>` php does not require closing tags and it is considered as bad practice to use them :) I have updated the check to...

The `worker_hostname` queues are from stopped Mod_Gearman_Worker Containers. Every Worker will create it's own queue you can [dedicated hosts and services to a specific worker.](https://docs.openitcockpit.io/en/additional/mod-gearman/#routing-of-checks) Theses can be ignored. I...

Very interesting post, thanks for sharing! Also nice to see that I have the same "memory free" pattern as described in the article. > Might there be something with how...

For me this sounds like your are looking for `User defined macros`. The `$USERn$` macros can be used to store passwords, usernames, paths or anything else. You can also "hide"...

What about if we split up the macros into "index" (view existing) and "edit" (modify or create new macros) actions? Would this be a solution? Currently we only have an...