Sven Nierlein

Results 100 comments of Sven Nierlein

The idea is, that if there are multiple performance values, then only the ones which are outside their range should have the background color set. For example take check_disk over...

That's for historical reasons. There was no "admin" role before, so Thruk assumed admin rights if those system/config permissions were granted. But this would be something which could be changed...

where do you get the error? Could you explain a bit more in detail what's going wrong.

`[PREPROD][S4] GRAY-APP-1` is the hostname, right? Could you show the relevant parts of the host configuration, like host_name, alias and displayname (if used). Please also attach the example business process....

i am still unable to reproduce this some way. Added a host with you config and copied the bp but it works like expected.

Indeed, the site name is not used for sorting because usually i would try to make either the hostname or the service description unique. But anyway, since this is a...

Latest Debian Testing does not support 1.0 format anymore, so `debtransform` creates unbuildable result. ``` [ 69s] ** Started: debtransform --release 23.35 //usr/src/packages/SOURCES //usr/src/packages/SOURCES/naemon.dsc //usr/src/packages/SOURCES.DEB [ 69s] No DEBTRANSFORM-TAR line...

The configure script tests available ping options. Thats why it requires the ping command to be available. So i guess this is a good idea.

strictly speaking, ping is not needed at compile (make) time, but required at "./configure" time. I guess it would be nicer to have the options as configure options instead of...

why not add it as `Build-Depends` to debian/control or the dsc file then?