AlertmanagerFailedReload#
This alert is raised when the alertmanager is not able to reload its configuration for a certain period of time.
Troubleshooting hints#
Tip
Below, <monitoring_namespace> can be:
- Zone Cloud:
monitoring,monitoring-clientormonitoring-app - Zone Infra:
monitoringormonitoring-consumption
More information in Caascad namespaces naming.
- Notice the
namespacelabel in the alert
-
Verify the logs of the container config-reloader
kubectl -n <monitoring_namespace> logs <alertmanager_pod> -c alertmanager-configmap-reload -
Verify the logs of the container alertmanager
kubectl -n <monitoring_namespace> logs <alertmanager_pod> -c alertmanager - Connect to the pod alertmanager and check if there are any errors in the configuration file.
kubectl -n <monitoring_namespace> exec -it <alertmanager_pod> -c alertmanager -- cat /etc/alertmanager/alertmanager.yml