mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
feat(prometheus): enable metrics on endlessg and opengist
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -8,7 +8,8 @@ services:
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
ports:
|
||||
- 3020:6157 # HTTP port
|
||||
- 3020:6157
|
||||
- 3021:3021
|
||||
# - 2222:2222 # SSH port, can be removed if you don't use SSH
|
||||
volumes:
|
||||
- ~/docker-volumes/opengist:/opengist
|
||||
|
||||
@@ -22,3 +22,13 @@ scrape_configs:
|
||||
- targets:
|
||||
- dawarich-app:9394
|
||||
- dawarich-sidekiq:9394
|
||||
|
||||
- job_name: endlessh
|
||||
static_configs:
|
||||
- targets:
|
||||
- endlessh:2112
|
||||
|
||||
- job_name: opengist
|
||||
static_configs:
|
||||
- targets:
|
||||
- opengist:3021
|
||||
|
||||
Reference in New Issue
Block a user