2021-04-29 18:53:56 +02:00
|
|
|
---
|
2023-02-07 10:14:31 +01:00
|
|
|
docker_compose_directory: "/opt/docker-compose"
|
2023-07-19 12:07:15 +02:00
|
|
|
docker_compose_bin: "docker compose"
|
2023-01-27 16:51:27 +01:00
|
|
|
|
|
|
|
prometheus_docker_network: prometheus
|
|
|
|
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_docker_pull: "no"
|
|
|
|
|
|
|
|
exporter_upgrade: ""
|
|
|
|
|
|
|
|
prometheus_os: "linux"
|
|
|
|
prometheus_arch: "amd64"
|
|
|
|
|
|
|
|
## repos url
|
|
|
|
prometheus_repo: ""
|
|
|
|
prometheus_repo_apache: Lusitaniae
|
|
|
|
prometheus_repo_blackbox: prometheus
|
|
|
|
prometheus_repo_memcached: prometheus
|
|
|
|
prometheus_repo_mongodb: percona
|
|
|
|
prometheus_repo_mysqld: prometheus
|
2023-04-21 15:16:01 +02:00
|
|
|
prometheus_repo_nginx: tchivert
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_repo_node: prometheus
|
2023-02-06 14:17:56 +01:00
|
|
|
prometheus_repo_opcache: tchivert
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_repo_phpfpm: Lusitaniae
|
|
|
|
prometheus_repo_postgres: prometheus-community
|
2023-07-04 15:27:25 +02:00
|
|
|
prometheus_repo_redis: tchivert
|
2023-03-01 14:33:19 +01:00
|
|
|
prometheus_repo_varnish: tchivert
|
2022-11-11 23:51:52 +01:00
|
|
|
|
|
|
|
## server
|
|
|
|
prometheus_nodes_ip:
|
|
|
|
localhost: "127.0.0.1"
|
2021-09-30 12:25:21 +02:00
|
|
|
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_retention_time: "15d"
|
2021-10-08 10:23:56 +02:00
|
|
|
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_server_enable: false
|
|
|
|
prometheus_server_global_evaluation_interval: 15
|
|
|
|
prometheus_server_global_scrape_interval: 15
|
|
|
|
prometheus_server_job_name: "prometheus"
|
|
|
|
prometheus_server_scrape_interval: 5
|
|
|
|
prometheus_server_scrape_timeout: 5
|
|
|
|
prometheus_server_version: "latest"
|
|
|
|
|
|
|
|
## exporter
|
2021-09-30 12:25:21 +02:00
|
|
|
prometheus_exporter_packages: []
|
|
|
|
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_apache_port: 8080
|
|
|
|
|
|
|
|
prometheus_blackbox_exporter_host: localhost
|
2021-10-01 16:20:55 +02:00
|
|
|
|
2021-10-04 16:52:44 +02:00
|
|
|
prometheus_mongodb_exporter_database: "admin"
|
2021-09-30 12:25:21 +02:00
|
|
|
prometheus_mongodb_exporter_host: "localhost"
|
|
|
|
prometheus_mongodb_exporter_port: 27017
|
|
|
|
|
2022-11-11 23:51:52 +01:00
|
|
|
prometheus_opcache_exporter_fcgi_uri: "unix:///var/run/www.sock"
|
|
|
|
|
2021-12-22 16:13:20 +01:00
|
|
|
prometheus_phpfpm_sockets_directory: "/run/php/"
|
2021-12-22 16:14:29 +01:00
|
|
|
prometheus_phpfpm_sockets_directory_additional: "/var/run/php*.sock"
|
2021-10-05 16:52:47 +02:00
|
|
|
|
2021-10-29 18:26:59 +02:00
|
|
|
prometheus_postgres_exporter_systemd_user: "postgres"
|
2021-09-30 12:25:21 +02:00
|
|
|
prometheus_postgres_exporter_host: "/var/run/postgresql/"
|
|
|
|
prometheus_postgres_exporter_sslmode: "disable"
|
|
|
|
prometheus_postgres_exporter_user: "postgres"
|
2021-10-29 18:16:32 +02:00
|
|
|
prometheus_postgres_exporter_password: "changeme_"
|
|
|
|
prometheus_postgres_exporter_port: 5432
|
|
|
|
|
2021-11-19 12:30:22 +01:00
|
|
|
prometheus_redis_exporter_addr: "redis://localhost:6379"
|
|
|
|
prometheus_redis_exporter_user: ""
|
|
|
|
prometheus_redis_exporter_password: ""
|
2023-02-09 18:01:15 +01:00
|
|
|
|
|
|
|
## grafana
|
|
|
|
|
|
|
|
grafana_auth_anonymous_enabled: false
|
|
|
|
grafana_auth_anonymous_org_role: Editor # Viewer
|
|
|
|
grafana_auth_anonymous_org_name: 'Main Org.'
|
|
|
|
grafana_auth_disable_login_form: false
|
|
|
|
grafana_editors_can_admin: false
|
|
|
|
grafana_users_viewers_can_edit: false
|
|
|
|
grafana_log_level: error
|
|
|
|
grafana_router_logging: false
|
|
|
|
grafana_disable_sanitize_html: true
|
2023-03-13 15:14:23 +01:00
|
|
|
grafana_traefik_entrypoint: 'websecure'
|