From cd8d676443d2e091d4053f05cbb40fd0be5d8a1e Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Mon, 1 Jun 2020 18:17:25 +1000 Subject: [PATCH] Fix DHCP helptext --- collector/dhcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/dhcp.go b/collector/dhcp.go index 3820a07b..0848df0d 100644 --- a/collector/dhcp.go +++ b/collector/dhcp.go @@ -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,