pytest-dev / pytest-testinfra

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

Add Tcollector/Scollector support #133

Open cleonte opened 7 years ago

cleonte commented 7 years ago

Hi Team,

would you be willing to add http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html

and/or scollector https://godoc.org/bosun.org/cmd/scollector support? like the nagios support you have?

we where thinking to add tests with testinfra and push metric data to opentsdb/bosun, we are using it with nagios now and works pretty nice

Cheers

philpep commented 7 years ago

Hi,

You refer to nagios perfdata API ? https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/pluginapi.html

cleonte commented 7 years ago

Hi,

i'm talking about this: http://testinfra.readthedocs.io/en/latest/examples.html#integration-with-nagios

we are using it from nagios, not using the performance data, only the up/down status, but would like to use it with tcollector/scollector in someway

Cheers