Sensubility is getting deprecated in 17.1 and the only functionality it handled will be handled by collectd-exec. For this reason we need to remove collectd-sensubility from distribution and from Director deployments and it does not have any use for us. For this to happen we will need to: 1. update tripleo-heat-templates/container_config_scripts/monitoring/collectd_check_health.py to follow collectd's plain text communication protocol 2. remove sensubility deployment logic from puppet-tripleo 3. remove sensubility related parameters and logic from tripleo-heat-templates/deployment/metrics/collectd-container-puppet.yaml, but the the logic creating podman socket as this will still be needed for collectd_check_health.py 4. remove collectd-sensubility package from distribution (eg. overcloud image)