mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-02 12:11:21 +02:00
ildkule/prometheus: add kommode and ustetind to machine list
This commit is contained in:
parent
e5cbd66769
commit
5c32798dcf
@ -16,6 +16,12 @@ in {
|
|||||||
"bekkalokk.pvv.ntnu.no:9101"
|
"bekkalokk.pvv.ntnu.no:9101"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ labels.hostname = "kommode";
|
||||||
|
targets = [
|
||||||
|
"kommode.pvv.ntnu.no:9100"
|
||||||
|
"kommode.pvv.ntnu.no:9101"
|
||||||
|
];
|
||||||
|
}
|
||||||
{ labels.hostname = "bicep";
|
{ labels.hostname = "bicep";
|
||||||
targets = [
|
targets = [
|
||||||
"bicep.pvv.ntnu.no:9100"
|
"bicep.pvv.ntnu.no:9100"
|
||||||
@ -34,6 +40,12 @@ in {
|
|||||||
"georg.pvv.ntnu.no:9101"
|
"georg.pvv.ntnu.no:9101"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ labels.hostname = "ustetind";
|
||||||
|
targets = [
|
||||||
|
"ustetind.pvv.ntnu.no:9100"
|
||||||
|
"ustetind.pvv.ntnu.no:9101"
|
||||||
|
];
|
||||||
|
}
|
||||||
{ labels.hostname = "hildring";
|
{ labels.hostname = "hildring";
|
||||||
targets = [
|
targets = [
|
||||||
"hildring.pvv.ntnu.no:9100"
|
"hildring.pvv.ntnu.no:9100"
|
||||||
|
Loading…
Reference in New Issue
Block a user