We are using SNMP to pull the DHCP subnet status from our DHCP server. We pull free addresses and used addresses. Then we have a formula UnDP that calculates the percentage of available addresses in use. That all works fine. We can get tabular reports in the WebUI.
iso.org.dod.internet.private.enterprises.microsoft.software.dhcp.dhcpScope.scopeTable.scopeTableEntry
We want an alert when any subnet reaches a particular percentage threshold.
Our question, how do you work with tabular results in alerts? We are rockstars with variables in alerts; custom sql queries, the works. This one is killing us.
How does one set a trigger to use the rows of the table? How do I use the table as variables in the alert message?


