User Tools

Site Tools


resolution_area:watchdog_resolutions:res-w9225

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resolution_area:watchdog_resolutions:res-w9225 [2021/06/29 17:04] btobinresolution_area:watchdog_resolutions:res-w9225 [2021/12/08 22:24] (current) aryan
Line 1: Line 1:
 =====slaGroovletChanged===== =====slaGroovletChanged=====
  
-**Level:** __Critical__ FIXME+**Level:** __Critical__
  
  
-**Purpose:**+**Purpose:** Alert when the American Tower 'Service Level Agreement' groovlet change is undone. User case for watchdog is that changes to the gooovlet were getting reverted automatically.
  
-**Scenario:**+**Scenario:** Watchdog concats DB entry for 'Service Level Agreement' and compares to a hardcoded md5sum value.
  
-**Resolution:**+**Resolution:** Reach out to Operations team to find if any recent groovlet changes were made. Update 'Service Level Agreement' to correct version.
  
-**Manual Action Steps:**+**Manual Action Steps:** 
  
-**Auto Clear:**+Watchdog query 
 +<WRAP prewrap> 
 +<code> 
 +  SELECT count(*) FROM ticketer.groovlet g  
 +  WHERE g.TYPE != 'FORM' AND g.name LIKE 'SERVICE LEVEL AGREEMENT'  
 +  AND md5(concat(g.id, g.version, g.arguments, g.description, g.groovy_text, g.name, g.`type`, g.arg_description, g.failure_email_address)) != '7e93264a2f07d1a7f46cc18437eb921e' 
 +</code> 
 +</WRAP> 
 +**Auto Clear:** Will clear when md5sum does not match hardcoded watchdog value
  
resolution_area/watchdog_resolutions/res-w9225.1624982646.txt.gz · Last modified: 2021/06/29 17:04 by btobin