summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNetdata bot <43409846+netdatabot@users.noreply.github.com>2024-05-09 17:42:51 +0300
committerGitHub <noreply@github.com>2024-05-09 17:42:51 +0300
commitc02995ad4ab19b982bbb36fd57fad9647fa85692 (patch)
tree08beb6aac55dc4b4408ba38639c60fe444fab994 /src
parentee1969a4a80641fa084d4a2c30bc2c8f8680d6df (diff)
Regenerate integrations.js (#17630)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/collectors/COLLECTORS.md2
-rw-r--r--src/go/collectors/go.d.plugin/modules/isc_dhcpd/integrations/isc_dhcp.md19
2 files changed, 17 insertions, 4 deletions
diff --git a/src/collectors/COLLECTORS.md b/src/collectors/COLLECTORS.md
index b693e6c130..99b35d9b2c 100644
--- a/src/collectors/COLLECTORS.md
+++ b/src/collectors/COLLECTORS.md
@@ -317,8 +317,6 @@ If you don't see the app/service you'd like to monitor in this list:
- [Dnsmasq](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/dnsmasq/integrations/dnsmasq.md)
-- [ISC Bind (RNDC)](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/bind_rndc/integrations/isc_bind_rndc.md)
-
- [ISC DHCP](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/isc_dhcpd/integrations/isc_dhcp.md)
- [Name Server Daemon](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/nsd/integrations/name_server_daemon.md)
diff --git a/src/go/collectors/go.d.plugin/modules/isc_dhcpd/integrations/isc_dhcp.md b/src/go/collectors/go.d.plugin/modules/isc_dhcpd/integrations/isc_dhcp.md
index f59fd61df2..1a4e2e89f1 100644
--- a/src/go/collectors/go.d.plugin/modules/isc_dhcpd/integrations/isc_dhcp.md
+++ b/src/go/collectors/go.d.plugin/modules/isc_dhcpd/integrations/isc_dhcp.md
@@ -65,8 +65,23 @@ Metrics:
| Metric | Dimensions | Unit |
|:------|:----------|:----|
| isc_dhcpd.active_leases_total | active | leases |
-| isc_dhcpd.pool_active_leases | a dimension per DHCP pool | leases |
-| isc_dhcpd.pool_utilization | a dimension per DHCP pool | percentage |
+
+### Per ISC DHCP instance
+
+These metrics refer to the DHCP pool.
+
+Labels:
+
+| Label | Description |
+|:-----------|:----------------|
+| dhcp_pool_name | The DHCP pool name defined in the collector configuration. |
+
+Metrics:
+
+| Metric | Dimensions | Unit |
+|:------|:----------|:----|
+| isc_dhcpd.dhcp_pool_utilization | utilization | percent |
+| isc_dhcpd.dhcp_pool_active_leases | active | leases |