Enable prometheus exporters on pike

This commit is contained in:
Andrea Ciceri 2025-04-29 20:54:25 +02:00
parent 4f293981f8
commit 3b9e5cf5c6
No known key found for this signature in database

View file

@ -15,6 +15,7 @@ in
"sisko"
"picard"
"kirk"
"pike"
]
{
enable = true;
@ -53,6 +54,7 @@ in
"sisko"
"picard"
"kirk"
"pike"
]
{
enable = true;
@ -62,6 +64,7 @@ in
[
"picard"
"kirk"
"pike"
]
{
enable = true;
@ -81,9 +84,12 @@ in
"sisko"
"picard"
"kirk"
"pike"
]
{
enable = true;
};
};
systemd.services.prometheus-restic-exporter.path = [ pkgs.openssh ];
}