Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
dovecot-exporter
Commits
a5fc4396
Commit
a5fc4396
authored
Jun 01, 2019
by
godog
Browse files
debian: default to global scopes only, to avoid cardinality explosion
See also ai3/prod#15
parent
efe3d3c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/dovecot-exporter.default
View file @
a5fc4396
ADDR=:9166
SCOPES=global
debian/dovecot-exporter.service
View file @
a5fc4396
...
...
@@ -4,8 +4,8 @@ After=dovecot.service
[Service]
Type
=
simple
EnvironmentFile
=
-
/etc/default/dovecot-exporter
ExecStart
=
/usr/bin/dovecot-exporter --dovecot.scopes
user,global
--web.listen-address $ADDR
EnvironmentFile
=
/etc/default/dovecot-exporter
ExecStart
=
/usr/bin/dovecot-exporter --dovecot.scopes
$SCOPES
--web.listen-address $ADDR
Restart
=
on-failure
User
=
dovecot
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment