diff --git a/docs/monitoring_metrics/faq.rst b/docs/monitoring_metrics/faq.rst index 55e9dc7..d838aee 100644 --- a/docs/monitoring_metrics/faq.rst +++ b/docs/monitoring_metrics/faq.rst @@ -11,7 +11,9 @@ How do I access zabbix? $ 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 + +2. Login to https://zabbix.stg.fedoraproject.org/zabbix.php?action=dashboard.view to see dashboard + 3. If you need to be added in special privilege group (to see specific systems metrics), Open a PR in with your FAS id in the list under the group and ask sysadmin of that groups to +1. @@ -22,7 +24,8 @@ How do I access zabbix when I'm a community member? $ 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 + +2. Login to https://zabbix.stg.fedoraproject.org/zabbix.php?action=dashboard.view to see guest/public dashboard How do I access Prometheus? --------------------------- @@ -52,7 +55,7 @@ How do I get basic HW (disk, cpu, memory, network...) monitoring for a host? There are out of the box template for most of basic monitoring requirement that can be seen on the web UI once you run the zabbix-agent-role against the node. if you want to send any custom metrics, we recommend zabbix-sender. Zabbix sender is a command line utility that may be used to send performance data to zabbix server for processing. -adding the zabbix sender command in crontab is one way of continuously sending +Adding the zabbix sender command in crontab is one way of continuously sending data to server that can processed on server side (in your web UI). See https://www.zabbix.com/documentation/current/manpages/zabbix_sender How do I monitor a list of services? @@ -118,9 +121,6 @@ How can we chain a prometheus instance to ours? This allows to consolidate in a single instance monitoring coming from different instances. This can be done with configuring federation in additional scrape configs: https://prometheus.io/docs/prometheus/latest/federation/ -Can we monitor rabbitmq queues in prometheus? ---------------------------------------------- - How can I monitor the performances of my application? -----------------------------------------------------