Small fixes to the monitoring & metrics FAQ
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0788095004
commit
2e570e51b2
1 changed files with 6 additions and 6 deletions
|
@ -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 <path-to-inventory> 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?
|
||||
-----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue