prometheus/defaults/main.yml
jean-yves.fournier 024b001bea opcache v2
2022-01-05 16:00:23 +01:00

43 lines
1.2 KiB
YAML

---
awh_services_docker_pull: "no"
prometheus_apache_port: 8080
prometheus_exporter_packages: []
prometheus_nodes_ip:
localhost: "127.0.0.1"
prometheus_mongodb_exporter_database: "admin"
prometheus_mongodb_exporter_host: "localhost"
prometheus_mongodb_exporter_port: 27017
prometheus_phpfpm_sockets_directory: "/run/php/"
prometheus_phpfpm_sockets_directory_additional: "/var/run/php*.sock"
prometheus_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"
prometheus_postgres_exporter_password: "changeme_"
prometheus_postgres_exporter_port: 5432
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
prometheus_redis_exporter_addr: "redis://localhost:6379"
prometheus_redis_exporter_user: ""
prometheus_redis_exporter_password: ""