Skip to content

Commit e0c989d

Browse files
committed
2021-07-05-pcp-grafana.md: Update for valkey
Fedora 41+ will only have valkey, and cockpit got adjusted accordingly in cockpit-project/cockpit#20513
1 parent cc80f33 commit e0c989d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-07-05-pcp-grafana.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Setting up the machines for sending metrics to Grafana involves a couple of step
5353

5454
* Install PCP and enable `pmlogger.service` to start data collection. This already happened with the "Install cockpit-pcp" button above.
5555
* Enable `pmproxy.service`, the PCP component which exposes a read-only metrics query API to the network.
56-
* pmproxy needs the [Redis database](https://redis.io/), so the `redis` package needs to be installed, and the service configured to start with `pmproxy.service`.
56+
* pmproxy needs the [Valkey](https://valkey.io/) or [Redis](https://redis.io/) database, so the `valkey` or `redis` package needs to be installed, and the service configured to start with `pmproxy.service`.
5757
* pmproxy opens a network port (44322 by default), which needs to be opened in the firewall for the zone that contains the Grafana machine.
5858

5959
The "Metrics settings" button at the top of the page opens a dialog where you can enable "Export to network":
6060

6161
![Metrics settings with enabled pmproxy](/images/metrics-settings-2.png)
6262

63-
This will let you confirm any extra packages that need to be installed (such as redis), and configure pmproxy. After that, you may get an alert for opening the corresponding firewall service (if it is not yet open in any zone):
63+
This will let you confirm any extra packages that need to be installed (such as valkey), and configure pmproxy. After that, you may get an alert for opening the corresponding firewall service (if it is not yet open in any zone):
6464

6565
![pmproxy firewall alert](/images/metrics-fw-sel.png)
6666

0 commit comments

Comments
 (0)