-
-
Notifications
You must be signed in to change notification settings - Fork 436
Device failure and recovery dates can be misleading #5169
Copy link
Copy link
Closed
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue
Milestone
Description
I have seen cases where the status_fail_date in the host table is showing before the status_rec_date which would make it appear the devices failed in the future
MariaDB [cacti]> select status_fail_date,status_rec_date from host where description = 'host' \G;
*************************** 1. row ***************************
status_fail_date: 2023-01-16 05:16:10
status_rec_date: 2023-01-16 05:11:06
MariaDB [cacti]> SELECT @@system_time_zone as tz;
+------+
| tz |
+------+
| EDT |
+------+
Timezone is correct on the system and the DB
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourconfirmedBug is confirm by dev teamBug is confirm by dev teamresolvedA fixed issueA fixed issue