Add mail server to Grafana logs.
This commit is contained in:
parent
fe289e0600
commit
4618c3f7fb
2 changed files with 27 additions and 1 deletions
|
|
@ -130,6 +130,24 @@ in {
|
|||
isDefault = false;
|
||||
editable = true;
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
name = "Prometheus - Mail Server";
|
||||
type = "prometheus";
|
||||
url = "http://10.1.1.15:9001";
|
||||
isDefault = false;
|
||||
editable = true;
|
||||
}
|
||||
|
||||
{
|
||||
name = "Loki - Mail Server";
|
||||
type = "loki";
|
||||
url = "http://10.1.1.15:3100";
|
||||
isDefault = false;
|
||||
editable = true;
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue