rico0: add node-exporter metrics in prometheus
This commit is contained in:
parent
1ee8b0b629
commit
b8f24c51b2
1 changed files with 11 additions and 0 deletions
|
@ -12,6 +12,17 @@ _: {
|
|||
enable = true;
|
||||
listenAddress = "127.0.0.1";
|
||||
scrapeConfigs = [
|
||||
{
|
||||
job_name = "node";
|
||||
scheme = "https";
|
||||
static_configs = [
|
||||
{ targets = [ "rico0.labs.adtya.xyz" ]; }
|
||||
{ targets = [ "rico1.labs.adtya.xyz" ]; }
|
||||
{ targets = [ "rico2.labs.adtya.xyz" ]; }
|
||||
{ targets = [ "wynne.labs.adtya.xyz" ]; }
|
||||
{ targets = [ "layne.labs.adtya.xyz" ]; }
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "frp";
|
||||
scheme = "https";
|
||||
|
|
Loading…
Reference in a new issue