icinga2-diagnostics
icinga2-diagnostics copied to clipboard
Shell script for analyzing Icinga 2 installations.
We could collect "normal" values for loglines from other setups and add them hardcoded to diagnostis. If a setup has significantly more or less lines per hour per object than...
Use the last (not the current) `icinga2.log` to calculate how many loglines per hour get written. This can help with sizing log partitions but would be especially helpful with comparing...
Calculate how many checks per second are executed within the whole setup. This could make installations better comparable. But we should not get fooled by missing details: * This doesn't...
The systemd compatible way of running `hostnamectl` and parsing the output works only with Python 2 so far.
Make the package version detection run on all supported platform in Python as well
Right now we only get human readable output. We should provide structured output, maybe JSON to have a machine readable output we can collect automatically.
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...
Hi, the script found 2 php.ini. All of them have a correct date.timezone. But in the output I see this: * At least one php.ini file has no valid timezone...