pytest-dev / pytest-testinfra

Testinfra test your infrastructures
https://testinfra.readthedocs.io
Apache License 2.0
2.37k stars 355 forks source link

Support perfdata data in the --nagios output #289

Open arthurzenika opened 6 years ago

arthurzenika commented 6 years ago

PerfData is a mecanism to add to the OK/KO status some data about performance (or other)

https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/perfdata.html

In some cases this PerfData can be reused in supervision (or with a graphite-grafana setup).

It would be nice for testinfra to support this sort of data in the --nagios output.

arthurzenika commented 6 years ago

We could take a look at nagioplugin python library