Hi,
I'm working on alert which can trigger when DHCP Scope utilization would be greater than 80% of IP Addresses.
But still that alert is not working anyone support either by script or gui.
Thank you.
I do not have the product installed but I think it may be in this table. I would think you could create a custom SWQL alert for this. Would need to see the data myself.
SELECT TOP 1000 ScopeId, NodeId, SharedNetworkId, DhcpGroupId, GroupId, SubnetId, LastSeen, FirstSeen, HideIfOrphaned, FoundAddress, FoundAddressN, FoundCIDR, DisabledAtServer, LastPollHadError, StatAddressesFree, StatAddressesInUse, StatPendingOffers, OptionId, OfferDelay, Address, Status, Comments, VLAN, Location, LastDiscovery, PercentUsed, UsedCount, AvailableCount, TotalCount, CalculatedAddress, DisplayName, Description, InstanceType, Uri, InstanceSiteIdFROM IPAM.DhcpScope
PALO-ALG - Logging.xmlPalo Alto Networks ALG Security Technical Implementation Guide :: Version 2, Release: 3 Benchmark Date: 27 Oct 2022
Alert Cleared.htmlHello, I would like to share the HTML template details we have prepared so that Solarwinds alarms can become more meaningful. It can list alarm object details and connected device details separately in HTML template. Except for object and device details, you can easily add custom property information…
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…