add prometheus monitoring to crowdsec [ci skip]
This commit is contained in:
parent
3832abcf44
commit
3e022b918d
1 changed files with 5 additions and 0 deletions
|
|
@ -287,6 +287,11 @@ serverFiles:
|
||||||
summary: New tailscale client registered
|
summary: New tailscale client registered
|
||||||
|
|
||||||
extraScrapeConfigs: |
|
extraScrapeConfigs: |
|
||||||
|
- job_name: 'crowdsec'
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- "crowdsec-service.crowdsec.svc.cluster.local:6060"
|
||||||
|
metrics_path: '/metrics'
|
||||||
- job_name: 'snmp-idrac'
|
- job_name: 'snmp-idrac'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue