Skip to content

Commit 2657655

Browse files
authored
Merge pull request #2297 from amnonh/doc_without_docker_new_tag
monitor-without-docker: the tag name change impact the directory name
2 parents 9669e9b + 8e0d22c commit 2657655

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/install/monitor-without-docker.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example:
6767
.. code-block:: shell
6868
:substitutions:
6969
70-
cp -p /home/centos/scylla-monitoring-scylla-monitoring-|version|/prometheus/rule_config.yml alertmanager-0.26.0.linux-amd64/alertmanager.yml
70+
cp -p /home/centos/scylla-monitoring-|version|/prometheus/rule_config.yml alertmanager-0.26.0.linux-amd64/alertmanager.yml
7171
7272
3. Start the Alertmanager
7373

@@ -165,8 +165,8 @@ For example:
165165
.. code-block:: shell
166166
:substitutions:
167167
168-
cp scylla-monitoring-scylla-monitoring-|version|/prometheus/prom_rules/*.yml /etc/prometheus/prom_rules/
169-
cp scylla-monitoring-scylla-monitoring-|version|/prometheus/prometheus.yml.template /etc/prometheus/prometheus.yml
168+
cp scylla-monitoring-|version|/prometheus/prom_rules/*.yml /etc/prometheus/prom_rules/
169+
cp scylla-monitoring-|version|/prometheus/prometheus.yml.template /etc/prometheus/prometheus.yml
170170
171171
172172
4. Edit the ``prometheus.yml`` file to point to the correct static data sources.
@@ -365,7 +365,7 @@ For example:
365365
.. code-block:: shell
366366
:substitutions:
367367
368-
cd cd prometheus-2.49.1.linux-amd64/
368+
cd prometheus-2.49.1.linux-amd64/
369369
./prometheus --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path /prometheus/data
370370
371371
Data should start accumulate on: /prometheus/data
@@ -413,7 +413,7 @@ different, we will assume that you used yum/dnf install.
413413
.. code-block:: shell
414414
:substitutions:
415415
416-
cd scylla-monitoring-scylla-monitoring-|version|/
416+
cd scylla-monitoring-|version|/
417417
418418
3. Copy the plugins to the grafana plugins directory (by default ``/var/lib/grafana/``)
419419

0 commit comments

Comments
 (0)