Hello,
Great application, well commented code, and works well. Awesome and Thank You!
When we add new subnets to our IPAM installation, we use a php script to populate the entire subnet with all of its IP address entries. This is so we can track if the IP pings and update its active/offline status and grab the rdns hostname.
It would be nice if in addition to the "usage xx/xx" statistics on various views and tables, we can also have a "state active/offline/reserved/dhcp/" statistic that is shown in:
1.) As a top 10 graph on the dashboard
2.) As a item in the subnet detail view (https://[IPAM_DOMAIN]/subnets/[SECTION]/[SUBNET])
3.) As a table cell in the tools subnet list (https://[IPAM_DOMAIN]/tools/subnets/)
Maybe call it subnet "utilization" or some other relavent term to how many addresses are of a particular state.
Anonymous