slipstream / SlipStream

SlipStream open source PaaS, App Store and DevOps engine
sixsq.com/products/slipstream
20 stars 8 forks source link

getting status of clouds from nagios fails #289

Closed konstan closed 6 years ago

konstan commented 6 years ago

Stop using SS HttpClient with username/password.

Traceback (most recent call last):
  File "./ss-tester.py", line 329, in <module>
    connectors_to_test = _get_connectors_to_test(SS_SERVICES_IN_NAGIOS)
  File "./ss-tester.py", line 211, in _get_connectors_to_test
    monitored_failing = _failing_monitored_connectors(monitored_ss)
  File "./ss-tester.py", line 192, in _failing_monitored_connectors
    status = _get_monitoring_status()
  File "./ss-tester.py", line 172, in _get_monitoring_status
    h = HttpClient(username=nagios_user, password=nagios_pass)
TypeError: __init__() got an unexpected keyword argument 'username'