mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-03-31 23:59:56 +00:00
Fix DHCP helptext
This commit is contained in:
parent
f8f34ab983
commit
cd8d676443
@ -134,7 +134,7 @@ func NewDhcpCollector() (Collector, error) {
|
|||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
DeniedDueToNonMatch: prometheus.NewDesc(
|
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)",
|
"Total number of DHCP requests denied, based on non-matches from the Allow list (DeniedDueToNonMatch)",
|
||||||
nil,
|
nil,
|
||||||
nil,
|
nil,
|
||||||
|
Loading…
Reference in New Issue
Block a user