finish up monitoring branhc
This commit is contained in:
parent
6c59595a11
commit
883ed7fc12
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
glucose.modules = [
|
glucose.modules = [
|
||||||
({
|
{
|
||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 6750;
|
port = 6750;
|
||||||
|
@ -29,6 +29,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
})
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue