|
vor 6 Jahren | |
---|---|---|
.. | ||
defaults | vor 6 Jahren | |
files | vor 6 Jahren | |
meta | vor 7 Jahren | |
tasks | vor 6 Jahren | |
OWNERS | vor 7 Jahren | |
README.md | vor 7 Jahren |
This role installs the OpenShift Cluster Monitoring Operator, which manages and updates the Prometheus-based monitoring stack deployed on top of OpenShift.
To install the monitoring operator, set this variable:
openshift_cluster_monitoring_operator_install: true
To uninstall, set:
openshift_cluster_monitoring_operator_install: false
The Monitoring Operator comes with a default no-op Alertmanager configuration. To supply a new configuration, set:
openshift_cluster_monitoring_operator_alertmanager_config: |+
global:
# ...
route:
# ...
receivers:
# ...
The value of the variable should be a complete Alertmanager configuration file.
To integrate a new OpenShift component with monitoring, follow the Cluster Monitoring Operator docs for contributing new components.
Apache License, Version 2.0