crowdsec prometheus

This commit is contained in:
death916 2026-01-16 04:55:00 -08:00
parent 995af002c7
commit 373d8718d6

View file

@ -33,6 +33,14 @@
}
];
}
{
job_name = "crowdsec";
static_configs = [
{
targets = [ "127.0.0.1:6060" ];
}
];
}
];
exporters = {
node = {