* puppetdb-stats - new script, look at metrics endpoint data from the puppetdb server, meant for use with check\_mk, still experimental
* puppetdb-fact-json - new script, queries puppetdb for a few specific facts and outputs them as human-readable json, for easy reading
2.2.4
* __init__.py - 'AND' -> 'and' in nodesFailed() (this was causing problems with newer puppetdb)
2.2.3
* lint fixes * fixed a lot of bad calls to raise exceptions
2.2.2
* added CentOS 8 support (mostly Requires and BuildRequires changes) * __init__.py - setting to stronger SSL by default * puppetdb-uuid-by-host - completely reworked to use the `partitions` fact, which is a default puppet fact so should be more useful to others
2.2.1
Changed
* ran all python through flake8 python linter, cleaned it up to match
Changed
2.2.0
* puppetdb-report-usage - added disk data * converted all scripts and libraries to Python 3.