User Tools

Site Tools


resolution_area:watchdog_resolutions:res-w9216

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-w9216 [2021/12/23 16:47] 10.91.120.28resolution_area:watchdog_resolutions:res-w9216 [2021/12/23 16:51] (current) 10.91.120.28
Line 8: Line 8:
  
 **Scenario:** **Scenario:**
 +The last time this watchdog occurred was because the cronjob didn't run on the required time.
  
 **Resolution:** **Resolution:**
 +This watchdog will resolve itself once this query returns a non-zero value:
 +<code>SELECT IF(DAY(NOW()) = 1, 1, (SELECT  COUNT(*) FROM stats_network_identifier_node_count WHERE MONTH(date) = MONTH(NOW()) AND YEAR(date) = YEAR(NOW()))) as 'count(*)';</code>
  
 **Manual Action Steps:** **Manual Action Steps:**
 +Ensure crontab is working correctly and run <code>/home/scotty/script/network_element_count_stats/populate_ne_count_stats.sh</code> script that exists on extdb1
  
 **Auto Clear:** **Auto Clear:**
 +No
resolution_area/watchdog_resolutions/res-w9216.1640278066.txt.gz · Last modified: 2021/12/23 16:47 by 10.91.120.28