Compare commits

...

5 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
b86bf34a6b added recipies.sls 2023-10-08 14:16:46 +02:00
a9b10e6f8f added recipies.rre.nu 2023-10-08 14:15:36 +02:00
3 changed files with 12 additions and 1 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,3 +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=recipes.rre.nu,serrano.rre.nu

4
pod/recipes.sls Normal file
View File

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