DX NetOps

 View Only
Expand all | Collapse all

DX NETOPS Spectrum, watch con expresion regular with textstring for thresholds

  • 1.  DX NETOPS Spectrum, watch con expresion regular with textstring for thresholds

    Posted Apr 16, 2025 02:41 PM
    Hi team.
    I need to be alert. Using a watch with an OID that has an instance with a text string containing the number and letters, I need to extract the threshold. I've already tried doing this directly from the expression section by appending the attribute and its instance, adding regular expressions. Do you have any idea if this is possible? I've attached the OIDs.
    


  • 2.  RE: DX NETOPS Spectrum, watch con expresion regular with textstring for thresholds

    Posted 18 days ago

    Hello Eduardo,

    not sure how to achieve what you ask for, but I've got an alternative solution:

    For both snmp tables ibMemberServiceStatus and ibNodeServiceStatus there is a status attribute of data type integer. That will change based on thresholds configured on the Infoblox devices locally/grid. Using these, you don't need to configure thresholds within Spectrum at all.

    sample watch configuration:

    Model Type InfobloxDev
    Data Type Boolean
    Expression ( ( ibNodeServiceStatus.# == 2 ) | ( ibNodeServiceStatus.# == 3 ) )
    Instance All
    Evaluate By Polling every 0 Days + 00:05:00
    Inheritable Yes
    Threshold Threshold violated if value == TRUE . Threshold reset if value != TRUE . 
    regards,
    Raphael