monitoring
This commit is contained in:
parent
ee4c5d8f78
commit
62614f968c
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@
|
||||||
domain = "monitoring.hoki-porgy.ts.net";
|
domain = "monitoring.hoki-porgy.ts.net";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
provision = {
|
||||||
|
enable = true;
|
||||||
|
datasources.settings.datasources = [
|
||||||
|
{
|
||||||
|
url = "localhost:4000";
|
||||||
|
type = "prometheus";
|
||||||
|
name = "Prometheus";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue