User Tools
resolution_area:watchdog_resolutions:res-w9215
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| resolution_area:watchdog_resolutions:res-w9215 [2021/06/25 10:09] – external edit 127.0.0.1 | resolution_area:watchdog_resolutions:res-w9215 [2021/07/06 12:32] (current) – 10.91.120.28 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| =====MonthlyNetIdentifierCountIsZero===== | =====MonthlyNetIdentifierCountIsZero===== | ||
| - | **Level:** Major | + | **Level:** Major :!: |
| - | **Purpose: | + | **Purpose: |
| - | **Scenario: | + | **Scenario: |
| + | SELECT IF(DAY(NOW()) = 1, 1, (SELECT | ||
| + | </ | ||
| - | **Resolution: | ||
| - | **Manual Action Steps:** | + | **Resolution:** Check the cronjob to see if this executed at the right time <WRAP center round box 60%> |
| + | 0 0 1 * * / | ||
| + | </ | ||
| + | This is supposed to run at 00:00 on the first of the month but sometimes it may run an hour before. | ||
| - | **Auto Clear:** | + | **Manual Action Steps:** If this happens check the crontab, there may not be a CRON_TZ variable set and cron may be using a different timezone than the server. If this is the case set this to be the same timezone and restart the cron service. |
| + | |||
| + | **Auto Clear: | ||
resolution_area/watchdog_resolutions/res-w9215.1624612196.txt.gz · Last modified: 2021/06/25 10:09 by 127.0.0.1