monitoring: add public facing endpoint
This commit is contained in:
parent
08404f341e
commit
099aaf2727
@ -1,7 +1,7 @@
|
|||||||
$ORIGIN finallycoffee.eu.
|
$ORIGIN finallycoffee.eu.
|
||||||
$TTL 604800
|
$TTL 604800
|
||||||
@ IN SOA ns1.athena7.eu. admin.finallycoffee.eu. (
|
@ IN SOA ns1.athena7.eu. admin.finallycoffee.eu. (
|
||||||
2019050601 ; Serial number, increase by one
|
2020112701 ; Serial number, increase by one
|
||||||
43200 ; Refresh interval
|
43200 ; Refresh interval
|
||||||
7200 ; Retry interval
|
7200 ; Retry interval
|
||||||
2419200 ; Expire Interval
|
2419200 ; Expire Interval
|
||||||
@ -92,6 +92,12 @@ ci IN CNAME karlsruhe.finallycoffee.eu.
|
|||||||
stats IN CNAME munich.finallycoffee.eu.
|
stats IN CNAME munich.finallycoffee.eu.
|
||||||
prometheus.stats IN CNAME munich.finallycoffee.eu.
|
prometheus.stats IN CNAME munich.finallycoffee.eu.
|
||||||
blackbox.stats IN CNAME munich.finallycoffee.eu.
|
blackbox.stats IN CNAME munich.finallycoffee.eu.
|
||||||
|
pub.stats IN CNAME munich.finallycoffee.eu.
|
||||||
|
|
||||||
|
; Private Monitoring
|
||||||
|
int IN CNAME karlsruhe.finallycoffee.eu.
|
||||||
|
stats.int IN CNAME karlsruhe.finallycoffee.eu.
|
||||||
|
pub.stats.int IN CNAME karlsruhe.finallycoffee.eu.
|
||||||
|
|
||||||
; Infrastructure
|
; Infrastructure
|
||||||
ipa IN CNAME karlsruhe.finallycoffee.eu.
|
ipa IN CNAME karlsruhe.finallycoffee.eu.
|
||||||
|
Loading…
Reference in New Issue
Block a user