Skip to content

Commit

Permalink
Update prometheus_url default value references
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Mar 13, 2024
1 parent ead76e6 commit 23ced83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ all:
"web_postgres_password": "pass",
"wanda_postgres_password": "wanda",
"rabbitmq_password": "trento",
"prometheus_url": "http://localhost",
"prometheus_url": "http://localhost:9090",
"web_admin_password": "adminpassword",
"trento_server_name": "your-server-name"
}
Expand All @@ -91,7 +91,7 @@ all:
"web_postgres_password": "pass",
"wanda_postgres_password": "wanda",
"rabbitmq_password": "trento",
"prometheus_url": "http://localhost",
"prometheus_url": "http://localhost:9090",
"web_admin_password": "adminpassword",
"trento_server_name": "your-server-name",
"enable_alerting": "true",
Expand Down Expand Up @@ -143,7 +143,7 @@ all:
"web_postgres_password": "pass",
"wanda_postgres_password": "wanda",
"rabbitmq_password": "trento",
"prometheus_url": "http://localhost",
"prometheus_url": "http://localhost:9090",
"web_admin_password": "adminpassword",
"trento_server_name": "yourserver.com",
}
Expand Down Expand Up @@ -176,7 +176,7 @@ all:
"web_postgres_user": "postgres",
"wanda_postgres_user": "postgres",
"rabbitmq_username": "trentoansible",
"prometheus_url": "http://localhost",
"prometheus_url": "http://localhost:9090",
"web_admin_password": "adminpassword",
"trento_server_name": "your-servername.com",
"nginx_ssl_cert": "-----BEGIN CERTIFICATE-----\nMIIEKTCCAxGgAwIBAgIUbIzbLpJrkKk8vs1oLzFDpPL...",
Expand Down Expand Up @@ -321,7 +321,7 @@ These variables are the defaults of our roles, if you want to override the prope
| web_upstream_name | Web nginx upstream name | web |
| wanda_upstream_name | Wanda nginx upstream name | wanda |
| amqp_protocol | Change the amqp protocol type | amqp |
| prometheus_url | Prometheus server url | http://host.docker.internal:9090 |
| prometheus_url | Prometheus server url | http://localhost:9090 |
| web_host | Host where the web instance is listening | http://localhost |
| install_method | Installation method for trento components, can be either `rpm` or `docker` | rpm |

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Vagrant.configure(2) do |config|
wanda_postgres_password: "wanda",
rabbitmq_password: "trento",
nginx_vhost_filename: "trento.conf",
prometheus_url: "http://localhost",
prometheus_url: "http://localhost:9090",
web_admin_password: "adminpassword",
trento_server_name: "trento.local",
nginx_ssl_cert_as_base64: "false",
Expand Down

0 comments on commit 23ced83

Please sign in to comment.