From 800cccecebe5edcfbb972dbb854d8604d7489e30 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 19 Apr 2021 12:03:39 +0200 Subject: [PATCH] More style fixes to the monitoring & metrics FAQ Signed-off-by: Pierre-Yves Chibon --- docs/monitoring_metrics/faq.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/monitoring_metrics/faq.rst b/docs/monitoring_metrics/faq.rst index 5cd0769..e4a1990 100644 --- a/docs/monitoring_metrics/faq.rst +++ b/docs/monitoring_metrics/faq.rst @@ -7,10 +7,10 @@ monitoring with zabbix and prometheus. How do I access zabbix? ----------------------- 1. First obtain Kerberos ticket with kinit: -``` -$ kinit myusername@FEDORAPROJECT.ORG -Password for myusername@FEDORAPROJECT.ORG: -``` +:: + + $ kinit myusername@FEDORAPROJECT.ORG + Password for myusername@FEDORAPROJECT.ORG: 2. Login to https://zabbix.stg.fedoraproject.org/zabbix.php?action=dashboard.view to see dashboard @@ -20,10 +20,10 @@ Password for myusername@FEDORAPROJECT.ORG: How do I access zabbix when I'm a community member? --------------------------------------------------- 1. First obtain Kerberos ticket with kinit: -``` -$ kinit myusername@FEDORAPROJECT.ORG -Password for myusername@FEDORAPROJECT.ORG: -``` +:: + + $ kinit myusername@FEDORAPROJECT.ORG + Password for myusername@FEDORAPROJECT.ORG: 2. Login to https://zabbix.stg.fedoraproject.org/zabbix.php?action=dashboard.view to see guest/public dashboard