|
6 rokov pred | |
---|---|---|
.. | ||
defaults | 6 rokov pred | |
files | 6 rokov pred | |
meta | 7 rokov pred | |
tasks | 6 rokov pred | |
OWNERS | 7 rokov pred | |
README.md | 7 rokov pred |
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