Compare commits

...

3 Commits

Author SHA1 Message Date
b496fccd50 correct spelling :/ 2023-10-12 11:52:39 +02:00
390ed6b094 added podman logs scrape job 2023-10-12 11:24:27 +02:00
222b001b86 renamed recipes to correct spelling 2023-10-12 11:24:03 +02:00
3 changed files with 9 additions and 3 deletions

View File

@@ -26,4 +26,10 @@ scrape_configs:
target_label: syslog_identifier
- source_labels: ["__journal_container_name"]
target_label: container_name
- job_name: podman_logs
pipeline_stages:
- cri: {}
static_configs:
- labels:
job: podman_logs
__path__: /var/log/podman/*.log

View File

@@ -21,4 +21,4 @@ cname=loki.rre.nu,serrano.rre.nu
cname=db.rre.nu,serrano.rre.nu
cname=mqtt.rre.nu,serrano.rre.nu
cname=foto.rre.nu,serrano.rre.nu
cname=recipies.rre.nu,serrano.rre.nu
cname=recipes.rre.nu,serrano.rre.nu

View File

@@ -1,4 +1,4 @@
{% from 'lib.sls' import pod_deploy with context %}
{{ pod_deploy('recipies') }}
{{ pod_deploy('recipes') }}