|
%!s(int64=6) %!d(string=hai) anos | |
---|---|---|
.. | ||
defaults | %!s(int64=6) %!d(string=hai) anos | |
files | %!s(int64=6) %!d(string=hai) anos | |
meta | %!s(int64=7) %!d(string=hai) anos | |
tasks | %!s(int64=6) %!d(string=hai) anos | |
OWNERS | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos |
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