DX Unified Infrastructure Management

 View Only
  • 1.  No Values In CDM alerts

    Posted Jul 09, 2018 08:15 AM

    Hi Team,

     

    Whenever CPU going 100% we are getting alert from cdm probe like below.

     

     

    Average (value_number samples) physical memory usage is now valueunit, which is above the error threshold (value_limitunit). 

     

    Average (value_number samples) total cpu is now valueunit, which is above the error threshold (value_limitunit).Top Processes

     

    -Pavan



  • 2.  Re: No Values In CDM alerts

    Posted Jul 09, 2018 12:14 PM

    I'd suggest checking the messages - sounds like you have lost the ${...} surrounding the variables in the message text.

     

    -Garin



  • 3.  Re: No Values In CDM alerts

    Posted Jul 10, 2018 01:23 AM

    Hi Garin,

     

    Normally it is working fine, Whenever CPU going 100% we are getting alert without information.

     

    -Pavan



  • 4.  Re: No Values In CDM alerts

    Broadcom Employee
    Posted Jul 11, 2018 07:10 AM

    @pavan jadhav Does your CFG look like this? 

     

    <PhysicalError>
    text = Average ($value_number samples) physical memory usage is now $value$unit, which is above the error threshold ($value_limit$unit)
    level = major
    token = physical_error
    i18n_token = as#system.cdm.avrg_phymem_above_err_threshold
    </PhysicalError>
    <PhysicalWarning>
    level = warning
    text = Average ($value_number samples) physical memory usage is now $value$unit, which is above the warning threshold ($value_limit$unit)
    token = physical_warning
    i18n_token = as#system.cdm.avrg_phymem_above_warn_threshold
    </PhysicalWarning>



  • 5.  Re: No Values In CDM alerts

    Posted Jul 11, 2018 08:38 AM

    Yes.. CFG is ls same..Just threshold value are different.. 

     

    <PhysicalError>
    text = Average ($value_number samples) physical memory usage is now $value$unit, which is above the error threshold ($value_limit$unit)
    level = critical
    token = physical_error
    i18n_token = as#system.cdm.avrg_phymem_above_err_threshold
    </PhysicalError>
    <PhysicalWarning>
    text = Average ($value_number samples) physical memory usage is now $value$unit, which is above the warning threshold ($value_limit$unit)
    level = major
    token = physical_warning
    i18n_token = as#system.cdm.avrg_phymem_above_warn_threshold
    </PhysicalWarning>