bundles/ntfy: do not create timing logs
This commit is contained in:
parent
59fd245a3f
commit
194c60ddb2
1 changed files with 4 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue