mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-07-01 07:00:15 +02:00
Adds Prometheus/Grafana monitoring infrastructure
This commit is contained in:
committed by
Christian Mäder
parent
64d82b5e42
commit
f46d8a7782
@ -6,3 +6,4 @@ errorlog = '-'
|
||||
accesslog = '-'
|
||||
capture_output = False
|
||||
loglevel = 'info'
|
||||
raw_env = 'prometheus_multiproc_dir=/tmp/metrics'
|
||||
|
@ -32,4 +32,13 @@ http {
|
||||
add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"';
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8081;
|
||||
access_log off;
|
||||
|
||||
location = /stub_status {
|
||||
stub_status;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user