Skip to content

Commit

Permalink
Update monitor-troubleshoot.rst
Browse files Browse the repository at this point in the history
added missing letter in grep
  • Loading branch information
nopzdk authored Sep 5, 2024
1 parent 0f58599 commit ab6c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/troubleshooting/monitor-troubleshoot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Prometheus fails to fetch metrics from ``node_exporter``.
Solution
.........

1. Make sure that ``node_exporter`` is running on each Scylla server (by login to the machine and running ``ps -ef |gre node_exporter``). ``node_exporter`` is installed with ``scylla_setup``.
1. Make sure that ``node_exporter`` is running on each Scylla server (by login to the machine and running ``ps -ef | grep node_exporter``). ``node_exporter`` is installed with ``scylla_setup``.
to check that ``node_exporter`` is installed, run ``node_exporter --version``, If it is not, make sure to install and run it.

2. If it is running, use ``curl http://<scylla_node>:9100/metrics`` (where <scylla_node> is a Scylla server IP) to fetch metric data from the ``node_exporter``. If curl does not return data, the problem is the connectivity between Scylla Monitoring Stack and Scylla server. Please check your IPs and firewalls.
Expand Down

0 comments on commit ab6c29e

Please sign in to comment.