feat: stop installing systemd exported by default
This commit is contained in:
parent
89697e85aa
commit
65046329f4
@ -3,9 +3,9 @@
|
|||||||
# these exporters will be setup on all nodes
|
# these exporters will be setup on all nodes
|
||||||
class profiles::metrics::default (
|
class profiles::metrics::default (
|
||||||
Boolean $node_exporter = true,
|
Boolean $node_exporter = true,
|
||||||
Boolean $systemd_exporter = true,
|
Boolean $systemd_exporter = false,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include prometheus::node_exporter
|
if $node_exporter { include prometheus::node_exporter }
|
||||||
include prometheus::systemd_exporter
|
if $systemd_exporter { include prometheus::systemd_exporter }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user