Sven Nierlein

Results 236 comments of Sven Nierlein
trafficstars

Looking at the history of that line, we had `/^[ \f\r\t\w]*\n/` in https://github.com/monitoring-plugins/monitoring-plugin-perl/commit/94bb1dec4d9c8fec5e4aa51f9f8969be3a11528e Then we had `/^\h*\R/` and after that `/^\s*\R/mxs` which did not work with < 5.8 then we...

Mixing whitespace changes with functional changes makes reviews really hard. I also don't understand whats the purpose of invertig the unit tests?

Seems legit to me. Could you please open a pull request?

sounds like a selinux issue, could you try to disable selinux temporarily with `setenforce 0`.

tbh, i never spend much time on selinux. You need to find the missing roles and apply them to the httpd. If you found out how to get thruk working...

does that happen all the time or just from time to time? And if you go to the services or hosts page, does naemon recover from that error?

just a workaround, but using the livestatus unix socket instead of tcp localhost:7003 might improve the situation. Is there a reason for using the tcp connection?

thanks for the workaround. For now, i just keep using v3 while hoping there will be a option to overwrite again in the future. If there are any implications, you...

@robherley: were you able to address the issue with the team?