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.
[{{ sn.id }}] | {{ sn.subnet }} | {{ sn.addrUtilization ? sn.addrUtilization : '0' }}% used | |
more |
{{ net.name }} | {{ net.subnets.length }} subnets | {{ net.addrUtilization ? net.addrUtilization : '0' }}% used |
more |
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' }} |
[{{ sn.id }}] | {{ sn.subnet }} | {{ sn.addrUtilization ? sn.addrUtilization : '0' }}% used |
more |
{{ net.name }} | {{ net.subnets.length }} subnets | {{ net.addrUtilization ? net.addrUtilization : '0' }}% used |
more |
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' }} |
Host | [ID] App Version | Daemon | Active | HA State | Uptime |
---|---|---|---|---|---|
{{ d.machine }} | [{{ d.appId }}] Kea {{ d.appVersion }} | {{ d.name }} | {{ showHAState(d.haState) }} | {{ showDuration(d.uptime) }} |