mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 16:26:13 +03:00
[GH-ISSUE #17] Website Back Online report seem need improvement #12
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nalakawula on GitHub (Nov 27, 2019).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/17
I test to monitor single site http://localdev.local, then simulate down time by shutdown those site. Odin give me a report that those site is down. Ten minutes later I start those site again, and odin send me report that those site is Online but give wrong time. Here the content:
Report said offline for 1 second, the actual time is offline about 10 minutes.
Thank you
@OwenMelbz commented on GitHub (Nov 27, 2019):
Hi,
Can you check the date stamps within your database please with the uptime table.
It should store the time it checks each time then it just does a difference
@nalakawula commented on GitHub (Nov 27, 2019):
website id: 1 offline at 2019-11-27 08:55:07
website id:1 online at 2019-11-27 09:06:03
That value from uptime_scans > updated_at
@OwenMelbz commented on GitHub (Nov 27, 2019):
Thanks :)
We’ll take a look at it when we get some time. Got a lot of projects on
currently so can’t promise it will get resolved this/next week. But it will be in our radar!
@OwenMelbz commented on GitHub (Dec 3, 2019):
@nalakawula Hi, We've released an update which might fix this :)