prometheus/defaults/main.yml

43 lines
1.2 KiB
YAML
Raw Normal View History

2021-04-29 18:53:56 +02:00
---
awh_services_docker_pull: "no"
2021-10-08 10:23:56 +02:00
prometheus_apache_port: 8080
prometheus_exporter_packages: []
2021-10-01 16:20:55 +02:00
prometheus_nodes_ip:
localhost: "127.0.0.1"
2021-10-04 16:52:44 +02:00
prometheus_mongodb_exporter_database: "admin"
prometheus_mongodb_exporter_host: "localhost"
prometheus_mongodb_exporter_port: 27017
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
2022-01-05 15:44:39 +01:00
prometheus_php-opcache_exporter_fcgi-uri: "unix:///var/run/php-000-default.sock"
prometheus_postgres_exporter_systemd_user: "postgres"
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-10-01 17:13:20 +02:00
prometheus_retention_time: "15d"
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"
prometheus_blackbox_exporter_host: localhost
2021-11-19 12:30:22 +01:00
prometheus_redis_exporter_addr: "redis://localhost:6379"
prometheus_redis_exporter_user: ""
prometheus_redis_exporter_password: ""