Klaus Hörmann-Engl

Results 14 comments of Klaus Hörmann-Engl

I used a Persistent Volume Claim for the "config" folder. I also added a PVC for the "plugins" folder. So on Redeploy this is persisted.

Absolutely what I experienced. I deploy Matomo in a Kubernetes cluster. And made persistent volume claims for all the folders you mentioned. Any hints on why the "entrypoint.sh" script does...

I use the IP2LOCATION plugin. This tells me to put the binary database into the "misc" folder. So I need to persist this folder. Otherwise the database is gone after...

When I replace the counterUp version in the Codepen to 1.0.1 the decimals work again. Maybe there is a bug somewhere in Version 2.

@grempa You can implement an additional `Provider` and configure it in the `TYPO3_CONF_VARS` of your custom extension in the `ext_localconf.php` like this: ```php $GLOBALS['TYPO3_CONF_VARS']['EXT']['t3monitoring_client']['provider'][] = MyProvider::class; ``` For the `MyProvider`...

@froemken Would I be possible to incorporate this PR? To fix #446

Hi @cehret. I stopped the development of this feature, because there were adaptions necessary to the server as well as the client extension. And it was very annoying to always...

@cehret Yes, you are right. It requires another alarming system which monitors the healthcheck result and sends notifications. If you need anything regarding the code which I wrote for adding...

@cehret My fork with the code I adapted is located here: https://github.com/hoermannklaus/t3monitoring/tree/feature-tasks. Here is a link to the comparing changes for my fork: https://github.com/georgringer/t3monitoring/compare/master...hoermannklaus:t3monitoring:feature-tasks. Hope it is not too chaotic...

A client of us also asked, why an event, that spans over 3 days, only shows up at the first day, but not on day 2 or day 3 of...