Merge pull request #533 from breed808/dhcp_fix

Fix DHCP helptext
This commit is contained in:
Calle Pettersson
2020-06-07 15:43:26 +02:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ func NewDhcpCollector() (Collector, error) {
nil,
),
DeniedDueToNonMatch: prometheus.NewDesc(
prometheus.BuildFQName(Namespace, subsystem, "denied_due_to_match_total"),
prometheus.BuildFQName(Namespace, subsystem, "denied_due_to_nonmatch_total"),
"Total number of DHCP requests denied, based on non-matches from the Allow list (DeniedDueToNonMatch)",
nil,
nil,