Anyone knows why this is happening?
Allmon3 Dashboard Showing -1: -1: -1 Up time
I have 2 hub nodes. I already configured successfully my main node to monitor the other node on the same dashboard and the uptime is also being displayed. The nodes configured on this main hub node is not displaying the up time.
There's no open bugs against Allmon3 for this. I've never seen that behavior before. Does the interface for Allmon3 work otherwise - info, when nodes are keyed, etc?
What probably happened is the date set on your new node was ahead of the time set on the machine running allmon,so the bit of javascript that works out the “time ago” counter couldnt, because the time ago, was in the future, so it renders a -1. Settiing the correct time made the maths work. I might open a PR to fix that, maybe show a warning to let the user know a node is badly misconfigured.
The problem went back since the last time that I replied to you.
This time, I made it sure that the timezone on the node is the same with the server where the allmon3 is hosted. As I checked the TZ of both servers, they are all +8 but not the same exact locations. One is Asia/Singapore and the other one is Asia/Manila.
What I did was to set it exactly the same.