mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
some hostnames
This commit is contained in:
parent
33a7017375
commit
9121101308
4 changed files with 12 additions and 9 deletions
|
|
@ -18,7 +18,6 @@
|
|||
{
|
||||
job_name = "cadvisor";
|
||||
static_configs = [{ targets = map (name: "${name}.local:8080") (builtins.attrNames networkingConfig); }];
|
||||
|
||||
}
|
||||
{
|
||||
job_name = "systemd";
|
||||
|
|
@ -71,7 +70,7 @@
|
|||
name = "Prometheus";
|
||||
type = "prometheus";
|
||||
access = "proxy";
|
||||
url = "http://vps3.local:9090";
|
||||
url = "http://prometheus.internal:9090";
|
||||
jsonData = {
|
||||
httpMethod = "POST";
|
||||
prometheusType = "Prometheus";
|
||||
|
|
@ -81,13 +80,13 @@
|
|||
name = "loki";
|
||||
type = "loki";
|
||||
access = "proxy";
|
||||
url = "http://vps3.local:3100";
|
||||
url = "http://loki.internal:3100";
|
||||
}
|
||||
{
|
||||
name = "pyroscope";
|
||||
type = "grafana-pyroscope-datasource";
|
||||
access = "proxy";
|
||||
url = "http://vps3.local:4040";
|
||||
url = "http://pyroscope.internal:4040";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue