We need to introduce possibility for sensubility to connect to AMQP-1.0 message bus as a migration path from Sensu based availability monitoring to STF based availability monitoring.
This way switching from third party monitoring system to our system will be matter of configuration of sensubility.
ocvercloud successfully deployed with CollectdSensubilityTransport: amqp1 and events are being sent to the STF server side.
[default]
log_level=DEBUG
[sensu]
keepalive_interval=20
tmp_base_dir=/var/tmp/collectd-sensubility-checks
shell_path=/usr/bin/sh
worker_count=2
checks={"check-container-health":{"command":"/scripts/collectd_check_health.py","handlers":[],"interval":10,"occurrences":3,"refresh":90,"standalone":true}}
[amqp1]
connection=amqp://172.17.1.96:5666
results_channel=collectd/notify
client_name=controller-0.internalapi.redhat.local
results_format=smartgateway
~