Stork is a monitoring solution for ISC Kea DHCP and ISC BIND 9.

There is a Stork documentation which describes how to configure and use Stork.

Currently, there are no machines with Kea or BIND 9 to monitor defined in Stork. To add new machine visit machines page.

DHCP

DHCPv4

Subnets: {{ overview.subnets4.total ? overview.subnets4.total : '0' }}

[{{ sn.id }}] {{ sn.subnet }} {{ sn.addrUtilization ? sn.addrUtilization : '0' }}% used
more

Shared Networks: {{ overview.sharedNetworks4.total ? overview.sharedNetworks4.total : '0' }}

{{ net.name }} {{ net.subnets.length }} subnets {{ net.addrUtilization ? net.addrUtilization : '0' }}% used
more

Statistics

Addresses {{ overview.dhcp4Stats.assignedAddresses ? overview.dhcp4Stats.assignedAddresses : '0' }} / {{ overview.dhcp4Stats.totalAddresses ? overview.dhcp4Stats.totalAddresses : '0' }} ({{ getPercent( overview.dhcp4Stats.assignedAddresses, overview.dhcp4Stats.totalAddresses ) }}% used)
Declined {{ overview.dhcp4Stats.declinedAddresses ? overview.dhcp4Stats.declinedAddresses : '0' }}

DHCPv6

Subnets: {{ overview.subnets6.total ? overview.subnets6.total : '0' }}

[{{ sn.id }}] {{ sn.subnet }} {{ sn.addrUtilization ? sn.addrUtilization : '0' }}% used
more

Shared Networks: {{ overview.sharedNetworks6.total ? overview.sharedNetworks6.total : '0' }}

{{ net.name }} {{ net.subnets.length }} subnets {{ net.addrUtilization ? net.addrUtilization : '0' }}% used
more

Statistics

Addresses {{ overview.dhcp6Stats.assignedNAs ? overview.dhcp6Stats.assignedNAs : '0' }} / {{ overview.dhcp6Stats.totalNAs ? humanCount(overview.dhcp6Stats.totalNAs) : '0' }} ({{ getPercent(overview.dhcp6Stats.assignedNAs, overview.dhcp6Stats.totalNAs) }}% used)
Prefixes {{ overview.dhcp6Stats.assignedPDs ? overview.dhcp6Stats.assignedPDs : '0' }} / {{ overview.dhcp6Stats.totalPDs ? humanCount(overview.dhcp6Stats.totalPDs) : '0' }} ({{ getPercent(overview.dhcp6Stats.assignedPDs, overview.dhcp6Stats.totalPDs) }}% used)
Declined {{ overview.dhcp6Stats.declinedAddresses ? overview.dhcp6Stats.declinedAddresses : '0' }}

Services Status

Host [ID] App Version Daemon Active HA State Uptime
{{ d.machine }} [{{ d.appId }}] Kea {{ d.appVersion }} {{ d.name }} {{ showHAState(d.haState) }} {{ showDuration(d.uptime) }}