Skip to content

Commit

Permalink
Merge pull request #2400 from LucaXD-china/patch-1
Browse files Browse the repository at this point in the history
Update monitor-without-docker.rst
  • Loading branch information
amnonh authored Sep 23, 2024
2 parents f44d028 + 03b6fad commit b16157d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/monitor-without-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Loki has a configuration file and a rule file. You need to copy and modify the c
mkdir -p /etc/loki/rules
mkdir -p /etc/loki/config
cp loki/rules/* /etc/loki/rules
cp loki/rules/scylla/* /etc/loki/rules
cp loki/conf/loki-config.template.yaml /etc/loki/config/loki-config.yaml
Edit ``/etc/loki/config/loki-config.yaml`` and replace ``ALERTMANAGER`` with the alertmanager ip:port (i.e. localhost:9093)
Expand All @@ -124,7 +124,7 @@ Promtail has a configuration file. You need to copy and modify the configuration
.. code-block:: shell
mkdir -p /etc/promtail/
loki/promtail/promtail_config.template.yml /etc/promtail/config.yml
cp loki/promtail/promtail_config.template.yml /etc/promtail/config.yml
Edit ``/etc/promtail/config.yml`` and replace ``LOKI_IP`` with Loki's ip:port (i.e. localhost:3100)

Expand Down

0 comments on commit b16157d

Please sign in to comment.