Fix DHCP helptext

This commit is contained in:
Ben Reedy 2020-06-01 18:17:25 +10:00
parent f8f34ab983
commit cd8d676443
No known key found for this signature in database
GPG Key ID: 235C15B6086C9D7E

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,