diff --git a/infra/services/nginx/README.md b/infra/services/nginx/README.md index 923c33712..2cf335f21 100644 --- a/infra/services/nginx/README.md +++ b/infra/services/nginx/README.md @@ -6,6 +6,14 @@ proxy for arbitrary services by adding new entries in `/root/nginx/conf.d` and ## Installation +Copy the service definition + +```sh +scp services/nginx/nginx.service : + +sudo mv nginx.service /etc/systemd/system/nginx.service +``` + Create a directory to house service specific configuration sudo mkdir -p /root/nginx/conf.d diff --git a/infra/services/prometheus/README.md b/infra/services/prometheus/README.md index 54ca3e559..8f05f7fb9 100644 --- a/infra/services/prometheus/README.md +++ b/infra/services/prometheus/README.md @@ -15,7 +15,8 @@ remember to change the hardcoded `XX-HOSTNAME` too in addition to adding the `remote_write` configuration. ```sh -scp services/prometheus/* : +scp services/prometheus/prometheus.* : +scp services/prometheus/node-exporter.service : nano prometheus.yml sudo mv prometheus.yml /root/prometheus.yml diff --git a/infra/services/promtail/README.md b/infra/services/promtail/README.md index 389542e17..e6d335296 100644 --- a/infra/services/promtail/README.md +++ b/infra/services/promtail/README.md @@ -9,7 +9,7 @@ Replace `client.url` in the config file with the Loki URL that Promtail should connect to, and move the files to their expected place. ```sh -scp services/promtail/* : +scp services/promtail/promtail.* : nano promtail.yaml sudo mv promtail.yaml /root/promtail.yaml