User Tools

Site Tools


resolution_area:prometheus_resolutions:res-p9110

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
resolution_area:prometheus_resolutions:res-p9110 [2021/07/29 12:19] – created 10.91.120.28resolution_area:prometheus_resolutions:res-p9110 [2021/07/30 16:06] (current) 10.91.120.28
Line 1: Line 1:
-=====MinorMnetControllerTrapCount (#)=====+=====MinorMnetControllerTrapCount=====
  
 **Level:** Warning :?: **Level:** Warning :?:
  
  
-**Purpose:** Nofify operations that the number of mNET traps from a controller is higher than normal+**Purpose:** Notify operations that the number of mNET traps from a controller is higher than normal
  
-**Scenario:**+**Scenario:** Greater than 1500 mNET traps have been received from a mNET Controller in the last hour. 
 +The count query is run every 30 minutes and returns the top 5 mNET traps. 
 + 
 +  select 
 +    count(*) as count, ip_address as ip, name_oid as oid, name 
 +  from 
 +    snmp_manager.trap 
 +  where 
 +    name_oid like '.1.3.6.1.4.1.35805%' 
 +    and (date > (now() - interval 1 hour)) group by 2,3 order by 1 desc limit 5;
  
 **Resolution:** **Resolution:**
 +Monitor mNET trap count, alert may clear after 30 minutes.
  
 **Manual Action Steps:** **Manual Action Steps:**
  
-**Auto Clear:**+**Auto Clear:** Will clear when when trap count for controller goes below 1500
resolution_area/prometheus_resolutions/res-p9110.1627557546.txt.gz · Last modified: 2021/07/29 12:19 by 10.91.120.28