36 lines
985 B
YAML
36 lines
985 B
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_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
|