User Tools

Site Tools


resolution_area:watchdog_resolutions:res-w9223

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
resolution_area:watchdog_resolutions:res-w9223 [2021/06/29 17:03] btobinresolution_area:watchdog_resolutions:res-w9223 [2021/12/23 17:06] (current) 10.91.120.28
Line 5: Line 5:
  
 **Purpose:** **Purpose:**
 +Notifies when there are no entries in the snmp_manager.remote_ticket table for over 90 minutes, which could signify that there is something wrong with the ticket creation process.
  
 **Scenario:** **Scenario:**
 +<code>select count(*) from ticket_status ts where (ts.status like "%received%" or ts.status like "%auto closed%") and (ts.status_by_id = 2 or ts.status_by_id = 4) and ts.status_date > now() - interval 90 minute;</code>
 +If the ticketer doesn't respond with the created ticket id and the remote_ticket entries do not get created, or that the system is simply quiet.
  
 **Resolution:** **Resolution:**
 +The above query returns results.
  
 **Manual Action Steps:** **Manual Action Steps:**
 +Check if alarms have been created in the last 90 minutes and should have created a ticket. Check if non-manual tickets have been created in the last 90 minutes. Check for exceptions in the ticketer and snmp_manager logs.
  
 **Auto Clear:** **Auto Clear:**
 +Yes
resolution_area/watchdog_resolutions/res-w9223.1624982617.txt.gz · Last modified: 2021/06/29 17:03 by btobin