slipstream / SlipStreamClient

SlipStream Python client
Apache License 2.0
1 stars 4 forks source link

ss-execute doesn't produce nagios output when --nagios is provided #350

Closed konstan closed 6 years ago

konstan commented 6 years ago

This is noticed now on Nagios with 3.28 as the latest coming from PyPi.
Installation from RPM is not possible on Nagios instance due to ABI incompatibility between Py2.6 on Centos 6 and required Py2.7 from slipstream-client.

konstan commented 6 years ago

Will try to build sdist and install it with pip.

konstan commented 6 years ago

Our code doesn't work at all on Py2.6. Need to re-deploy Nagios instance on Centos 7. Downgrading slipstream-client to >3.37

konstan commented 6 years ago

The issue is due to this debug printout https://github.com/slipstream/SlipStreamClient/blob/v3.33/client/src/main/python/ss-execute.py#L157 was removed in 3.34

Fixed this directly on Nagios instance. Now ss-exec checks should produce proper output w/o (No output returned from plugin).