Преглед изворни кода

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 пре 1 година
родитељ
комит
6acf82a3ef
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
12 измењених фајлова са 57 додато и 0 уклоњено
  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 Прегледај датотеку

@@ -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 # prometheus-nginxlog-exporter exports nginx logs in a prometheus usable format on a `/metrics/ endpoint
# See: https://github.com/martin-helmich/prometheus-nginxlog-exporter/ # See: https://github.com/martin-helmich/prometheus-nginxlog-exporter/


+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/examples/grafana.png.license Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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: - tags:


+ 6
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml Прегледај датотеку

@@ -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 - name: Ensure matrix-prometheus-nginxlog-exporter image is pulled


+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml Прегледај датотеку

@@ -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 - name: Check existence of matrix-prometheus-nginxlog-exporter service


+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml Прегледај датотеку

@@ -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 - name: (Deprecation) Catch and report renamed prometheus-nginxlog-exporter settings


+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/grafana/nginx-proxy.json.license Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 %} {% if matrix_prometheus_nginxlog_exporter_container_labels_traefik_enabled %}
traefik.enable=true traefik.enable=true




+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/nginx-proxy.json.license Прегледај датотеку

@@ -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 Прегледај датотеку

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

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

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


+ 4
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2.license Прегледај датотеку

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

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

Loading…
Откажи
Сачувај