mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-08 22:04:12 +01:00
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>
This commit is contained in:
parent
b0d53d1b53
commit
6acf82a3ef
@ -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/
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2023 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -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
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -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"
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user