mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
crowdsec prometheus
This commit is contained in:
parent
995af002c7
commit
373d8718d6
1 changed files with 8 additions and 0 deletions
|
|
@ -33,6 +33,14 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "crowdsec";
|
||||
static_configs = [
|
||||
{
|
||||
targets = [ "127.0.0.1:6060" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
exporters = {
|
||||
node = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue