mirror of
https://github.com/mii443/prometheus-android-exporter.git
synced 2025-08-22 15:15:35 +00:00
add author martin ptacek
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# run this playbook against new linux server
|
||||
|
||||
- name: Install example server stack for prometheus-exporter-android
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
access: proxy
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# nginx configuration for pushprox, grafana and prometheus
|
||||
http{
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# Prometheus global configuration file
|
||||
global:
|
||||
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Author: Martin Ptacek
|
||||
|
||||
# This docker compose file spins up the following containers:
|
||||
# - nginx reverse proxy
|
||||
# - prometheus time-series database
|
||||
|
Reference in New Issue
Block a user