bundles/ntfy: do not create timing logs

This commit is contained in:
Franzi 2023-09-01 06:20:19 +02:00
parent 59fd245a3f
commit 194c60ddb2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -76,6 +76,10 @@ def nginx(metadata):
'ntfy': {
'domain': metadata.get('ntfy/domain'),
'locations': locations,
# This only does websockets connections, which stay
# open for a very long time. This only generates
# useless metrics.
'timing_log': False,
'website_check_path': '/',
'website_check_string': 'ntfy',
},