add more systems to monitoring

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-24 11:37:18 -05:00
parent a3be6f71fb
commit 3d19acf448

View file

@ -18,6 +18,22 @@
targets = [ "lio.net.joshuabell.xyz:9100" ];
labels.instance = "lio";
}
{
targets = [ "oren.net.joshuabell.xyz:9100" ];
labels.instance = "oren";
}
{
targets = [ "gp3.net.joshuabell.xyz:9100" ];
labels.instance = "gp3";
}
{
targets = [ "h002.net.joshuabell.xyz:9100" ];
labels.instance = "h002";
}
{
targets = [ "o001.net.joshuabell.xyz:9100" ];
labels.instance = "o001";
}
];
}
];