|
@@ -15,7 +15,9 @@ ifdef::env-github[]
|
|
|
:warning-caption: :warning:
|
|
|
endif::[]
|
|
|
|
|
|
-A composite pod that can be run in a `DaemonSet` and exposes standard Linux system activity data collector (`sadc`) and process accounting (`psacct`) data as scrapable Prometheus metrics.
|
|
|
+A composite pod that can be run in a `DaemonSet` and exposes standard Linux
|
|
|
+system activity data collector (`sadc`) and process accounting (`psacct`) data
|
|
|
+as scrapable Prometheus metrics.
|
|
|
|
|
|
toc::[]
|
|
|
|
|
@@ -47,6 +49,10 @@ the `exporter` manifest in `deployment/`:
|
|
|
[subs=+quotes]
|
|
|
------
|
|
|
$ *oc apply -k ./deployment/exporter/base/*
|
|
|
+namespace/exporter created
|
|
|
+serviceaccount/exporter created
|
|
|
+clusterrolebinding.rbac.authorization.k8s.io/metrics-exporter-serviceaccount created
|
|
|
+daemonset.apps/metrics created
|
|
|
------
|
|
|
|
|
|
The above will create everything in the `exporter` project. See below for
|
|
@@ -380,7 +386,7 @@ The process is as follows.
|
|
|
.Verify access to host entitlement data.
|
|
|
[subs=+quotes]
|
|
|
-------------------------------
|
|
|
-$ **ls -l /etc/pki/entitlement/*.pem /etc/rhsm/ca/*.pem**
|
|
|
+$ **ls -l /etc/pki/entitlement/\*.pem /etc/rhsm/ca/*.pem**
|
|
|
-rw-r--r--. 1 root root 3272 Oct 31 06:09 /etc/pki/entitlement/_6028779042203586857_-key.pem
|
|
|
-rw-r--r--. 1 root root 149007 Oct 31 06:09 /etc/pki/entitlement/_6028779042203586857_.pem
|
|
|
-rw-r--r--. 1 root root 2305 Sep 2 2021 /etc/rhsm/ca/redhat-entitlement-authority.pem
|