I currently poll our DHCP servers for number of DISCOVER and OFFER packets.
If these get out of sync by more than a few then it usually indicates an error/issue with the DHCP server/scopes.
I have been trying to find a way to alert if these two statistics differ by more than about 5 but cannot seem to see a way to do it.
Tried looking at the application component script output where you can specify warning and error alerts based on a number, but not another script output variable.
Also looked at a custom alert, but using SWQL or SQL limits you to certain SELECT strings of which statistic doesn't seem to be one.
Any one have any ideas?
Thanks