Matthias
Matthias
I've run into the same question during the last days and resolved to running Cronicle with a dedicated user. Every action has its own bash script which then has an...
I created a new user on the OS and installed Cronicle to its home directory. Simply run the install instruction as the new user. Then I created a bash script...
You can sudo as any user as long as there is an entry in the suders file. So you could very well add multiple users with different permissions and execute...
You can install it manually, see the docs: https://github.com/jhuckaby/Cronicle/blob/master/docs/Setup.md#installation ``` mkdir -p /opt/cronicle cd /opt/cronicle curl -L https://github.com/jhuckaby/Cronicle/archive/v1.0.0.tar.gz | tar zxvf - --strip-components 1 npm install node bin/build.js dist ```...
Added missing zone definitions in OP.
The latest update of the icinga2 package was installed 2022-12-06 and before that on 2022-08-31 so I guess I updated from 2.13.5, as that version was released earlier in August....
In this case the service is child of two dependencies, if my grep didn't fail me. The on mentioned in OP and a second one which I think was created...
This sounds perfect, thank you.
Did you ever solve this? I'm running into the same issue with an almost identical setup but only in Firefox. Chrome seems to be working fine. Firefox is reporting ```...
Thanks for your reply. Seeing that it works in Chrome but not in FF I'll live with it for now as it doesn't look like something I can fix within...