You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Mike Jennings (JIRA)" <ji...@apache.org> on 2017/11/13 16:48:00 UTC

[jira] [Updated] (VCL-1082) monitor_vcld.pl throws incorrect lastcheckin time exception after Daylight Savings Time Roles Back

     [ https://issues.apache.org/jira/browse/VCL-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Jennings updated VCL-1082:
-------------------------------
    Attachment: monitoring.patch

Patch to correctly get epoch time from database when checking the management node's lastcheckin time.

You also need to apply the following column change to the database.

ALTER TABLE managementnode MODIFY COLUMN lastcheckin TIMESTAMP;

> monitor_vcld.pl throws incorrect lastcheckin time exception after Daylight Savings Time Roles Back
> --------------------------------------------------------------------------------------------------
>
>                 Key: VCL-1082
>                 URL: https://issues.apache.org/jira/browse/VCL-1082
>             Project: VCL
>          Issue Type: Bug
>          Components: vcld (backend)
>    Affects Versions: 2.5
>            Reporter: Mike Jennings
>            Priority: Minor
>              Labels: patch
>         Attachments: monitoring.patch
>
>
> When Daylight Savings time rolled back one hour on Nov 5th, the monitor_vcld.pl program started reporting critical exceptions where the management node has not been checked in, in over a hour.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)