From 3cfb9e727ad7a8bd9be601b1c1d5e5860e5dbad4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 04 2025 16:24:02 +0000 Subject: Updates for collectd sop Signed-off-by: Kevin Fenzi --- diff --git a/modules/sysadmin_guide/pages/collectd.adoc b/modules/sysadmin_guide/pages/collectd.adoc index 709a59a..0936547 100644 --- a/modules/sysadmin_guide/pages/collectd.adoc +++ b/modules/sysadmin_guide/pages/collectd.adoc @@ -4,7 +4,7 @@ Collectd ( https://collectd.org/ ) is a client/server setup that gathers system information from clients and allows the server to display that information over various time periods. -Our server instance runs on log01.phx2.fedoraproject.org and most other +Our server instance runs on log01.rdu3.fedoraproject.org and most other servers run clients that connect to the server and provide it with data. @@ -36,8 +36,11 @@ The collectd roles configure collectd on the various machines: .... collectd/base - This is the base client role for most servers. +collectd/bind - dns servers role +collectd/memcached - memcached monitoring +collectd/postgres - postgresql montoring +collectd/rabbitmq - rabbitmq monitoring collectd/server - This is the server for use on log01. -collectd/other - There's various other subroles for different types of clients. .... == Web interface @@ -48,8 +51,8 @@ https://admin.fedoraproject.org/collectd/ == Restarting -collectd runs as a normal systemd or sysvinit service, so you can: -systemctl restart collectd or service collectd restart to restart it. +collectd runs as a normal systemd service, so you can: +systemctl restart collectd restart it. == Removing old hosts