Browse Source

chore: fix typo in comment

Signed-off-by: looklose <shishuaiqun@yeah.net>
pull/2987/head
looklose 8 months ago committed by Johannes 'fish' Ziemke
parent
commit
7d4103c089
  1. 2
      collector/systemd_linux.go
  2. 2
      docs/node-mixin/config.libsonnet

2
collector/systemd_linux.go

@ -75,7 +75,7 @@ type systemdCollector struct {
socketCurrentConnectionsDesc *prometheus.Desc
socketRefusedConnectionsDesc *prometheus.Desc
systemdVersionDesc *prometheus.Desc
// Use regexps for more flexability than device_filter.go allows
// Use regexps for more flexibility than device_filter.go allows
systemdUnitIncludePattern *regexp.Regexp
systemdUnitExcludePattern *regexp.Regexp
logger log.Logger

2
docs/node-mixin/config.libsonnet

@ -73,7 +73,7 @@
fsSpaceAvailableWarningThreshold: 5,
fsSpaceAvailableCriticalThreshold: 3,
// Memory utilzation (%) level on which to trigger the
// Memory utilization (%) level on which to trigger the
// 'NodeMemoryHighUtilization' alert.
memoryHighUtilizationThreshold: 90,

Loading…
Cancel
Save