add disk
This commit is contained in:
parent
f409d9849c
commit
31ba716b2e
4 changed files with 31 additions and 25 deletions
|
@ -38,13 +38,13 @@ in {
|
|||
scrape_timeout = "30s";
|
||||
};
|
||||
scrape_configs = [
|
||||
{
|
||||
job_name = "kea";
|
||||
static_configs = [{
|
||||
targets = [ "dhcp.olympus:9547" ];
|
||||
labels.app = "dhcp";
|
||||
}];
|
||||
}
|
||||
# {
|
||||
# job_name = "kea";
|
||||
# static_configs = [{
|
||||
# targets = [ "dhcp.olympus:9547" ];
|
||||
# labels.app = "dhcp";
|
||||
# }];
|
||||
# }
|
||||
{
|
||||
job_name = "nginx";
|
||||
static_configs = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue