Monitoring parameters

Update the custom YAML file to provide the details that are relevant for monitoring your automation components.
Table 1. Monitoring configuration parameters: spec.monitoring_configuration
Parameters Description Default or ExampleValues Required
mon_metrics_writer_option Provide the monitoring metrics option.

Specify 0 for Graphite and 4 for Prometheus.

4 No
mon_enable_plugin_pch Performance metrics for Content Cortex components. false No
mon_enable_plugin_mbean Performance metrics for JMX. false No
collectd_plugin_write_graphite_host The hostname for the Graphite service. localhost No
collectd_plugin_write_graphite_port The port for the Graphite service. 2003 No
collectd_interval The interval seconds in which to query the read plugins. If set, will use the specified interval for collectd and plugins. 10 No
collectd_disable_host_monitoring If set to true, disables the collectd cpu, interface, load, memory, and prometheus plugins. false No
collectd_plugin_write_prometheus_port The port of the collectd embedded webserver should listen on that can be scraped by using Prometheus. 9103 No
pch_counters_configmap ConfigMap name to customize PCH counters mounted at /opt/ibm/monitoring/pchmonitor/counters.xml. If not provided, the Operator creates a default ConfigMap. Any updates to the default ConfigMap will not be overwritten by the Operator. {{ meta.name }}-pch-counters-config No