Quellcode durchsuchen

Add license information to files for matrix-prometheus-nginxlog-exporter

This commit adds copyright attributions in SPDX to the files for prometheus-nginxlog-exporter, following REUSE's specification.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4111/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
6acf82a3ef
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
12 geänderte Dateien mit 57 neuen und 0 gelöschten Zeilen
  1. +7
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml
  2. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/examples/grafana.png.license
  3. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/examples/metrics.png.license
  4. +5
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml
  5. +6
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml
  6. +5
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml
  7. +5
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml
  8. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/grafana/nginx-proxy.json.license
  9. +6
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/labels.j2
  10. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/nginx-proxy.json.license
  11. +7
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2
  12. +4
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2.license

+ 7
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml Datei anzeigen

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# prometheus-nginxlog-exporter exports nginx logs in a prometheus usable format on a `/metrics/ endpoint
# See: https://github.com/martin-helmich/prometheus-nginxlog-exporter/


+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/examples/grafana.png.license Datei anzeigen

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors

SPDX-License-Identifier: AGPL-3.0-or-later

+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/examples/metrics.png.license Datei anzeigen

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors

SPDX-License-Identifier: AGPL-3.0-or-later

+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml Datei anzeigen

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 6
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml Datei anzeigen

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure matrix-prometheus-nginxlog-exporter image is pulled


+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml Datei anzeigen

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-prometheus-nginxlog-exporter service


+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml Datei anzeigen

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: (Deprecation) Catch and report renamed prometheus-nginxlog-exporter settings


+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/grafana/nginx-proxy.json.license Datei anzeigen

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later

+ 6
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/labels.j2 Datei anzeigen

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later
#}

{% if matrix_prometheus_nginxlog_exporter_container_labels_traefik_enabled %}
traefik.enable=true



+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/nginx-proxy.json.license Datei anzeigen

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors

SPDX-License-Identifier: AGPL-3.0-or-later

+ 7
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2 Datei anzeigen

@@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later
#}

listen:
port: {{ matrix_prometheus_nginxlog_exporter_container_metrics_port }}
address: "0.0.0.0"


+ 4
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2.license Datei anzeigen

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later

Laden…
Abbrechen
Speichern