Thomas Widhalm
Thomas Widhalm
It's not working as expected right now: * On CentOS 6 it won't run `virt-what` not even when run as root * On CentOS 7 "grepping" through the output of...
Should we do a complete rewrite in Python? Some users suggested that a python Version of this script might be more powerful and easier to maintain. Our main goal is...
Use a check to verify that there are not too many open file descriptors. Hint: ``` for p in $(pidof icinga2); do echo -e "$p\r\n" && lsof -p $p &&...
Suggestion: Check if dependent objects can not reach Hard State before parent objects reach hard state Anomaly: Check if implicit dependencies between hosts and service objects are broken because check_interval...
We want to ship Icinga Diagnostics as package.
especially `icinga2 daemon -C`
Just list the memory usage of the main Icinga 2 process
We can see segfaults, oom kills and more there.
We should add a mode which shows more information about what Icinga Diagnostics is actually doing. This is especially helpful with long running checks like zone checks. We could even...
In tarball mode, when collecting logfiles, we should do the following: * Put all logs in one file. Mainlog and debuglog have the same syntax, only different detail levels. We...