You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relation between cos-proxy and nrpe is not sufficient for logs to reach Loki when related to it cross-model. The reason for this is that vector doesn't start when the nrpe relation is joined. Adding filebeat to the model makes vector start successfully.
Bug Description
The relation between cos-proxy and nrpe is not sufficient for logs to reach Loki when related to it cross-model. The reason for this is that vector doesn't start when the nrpe relation is joined. Adding filebeat to the model makes vector start successfully.
To address this bug, modify _nrpe_relation_joined() so that it ensures the vector binary is there, the same way it's done for _filebeat_relation_joined().
To Reproduce
machine model
juju deploy ubuntu
juju deploy nrpe
juju deploy cos-proxy
juju relate nrpe ubuntu
juju relate cos-proxy nrpe
k8s model
juju deploy cos-lite --channel=edge
Environment
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: