icinga2-diagnostics icon indicating copy to clipboard operation
icinga2-diagnostics copied to clipboard

Shell script for analyzing Icinga 2 installations.

Results 63 icinga2-diagnostics issues
Sort by recently updated
recently updated
newest added

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...

enhancement
anomaly

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...

enhancement

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...

enhancement

The systemd compatible way of running `hostnamectl` and parsing the output works only with Python 2 so far.

bug
Python

Make the package version detection run on all supported platform in Python as well

enhancement
Python

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.

enhancement
Python

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...

bug
Python

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...

help wanted
question
Python

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...

bug