From 51d75aa57b194e8f897b477e0d34703c15ca26da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 18 Aug 2021 12:08:30 +0200 Subject: [PATCH] Review collectd SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- modules/sysadmin_guide/nav.adoc | 2 +- modules/sysadmin_guide/pages/collectd.adoc | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index d0b6f86..2c6d66a 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -13,7 +13,7 @@ ** xref:bodhi.adoc[Bodhi Infrastructure - SOP] ** xref:bugzilla.adoc[Bugzilla Sync Infrastructure - SOP] ** xref:bugzilla2fedmsg.adoc[bugzilla2fedmsg - SOP] -** xref:collectd.adoc[collectd - SOP in review ] +** xref:collectd.adoc[Collectd - SOP] ** xref:compose-tracker.adoc[compose-tracker - SOP in review ] ** xref:contenthosting.adoc[contenthosting - SOP in review ] ** xref:copr.adoc[copr - SOP in review ] diff --git a/modules/sysadmin_guide/pages/collectd.adoc b/modules/sysadmin_guide/pages/collectd.adoc index 969230a..709a59a 100644 --- a/modules/sysadmin_guide/pages/collectd.adoc +++ b/modules/sysadmin_guide/pages/collectd.adoc @@ -7,11 +7,15 @@ information over various time periods. Our server instance runs on log01.phx2.fedoraproject.org and most other servers run clients that connect to the server and provide it with data. -''''' -[arabic] -. Contact Information -. Collectd info +== Contents + +* <<_contact_information>> +* <<_configuration>> +* <<_web_interface>> +* <<_restarting>> +* <<_removing_old_hosts>> +* <<_bug_reporting>> == Contact Information @@ -30,9 +34,11 @@ Purpose:: The collectd roles configure collectd on the various machines: +.... collectd/base - This is the base client role for most servers. -collectd/server - This is the server for use on log01. collectd/other - -There's various other subroles for different types of clients. +collectd/server - This is the server for use on log01. +collectd/other - There's various other subroles for different types of clients. +.... == Web interface @@ -53,8 +59,8 @@ this: [arabic] . Login to log01 -. cd /var/lib/collectd/rrd -. sudo rm -rf oldhostname +. `cd /var/lib/collectd/rrd` +. `sudo rm -rf oldhostname` == Bug reporting