Lets do the timewarp.
Posted: Wed Jan 11, 2006 7:01 pm
Whilst working on some stuff for work, the server has been happily recording the view outside my house.... somehow it has timewarped back to the 70's. Nothing has happened to the system clock from what I can see.!
I also noticed that when I click on view all in the events window, I get the following:
I have also noticed that the system has started making events of around 14 seconds or so long instead of the 600 seconds it was doing before what ever has happened!.
Going to reboot and see if it is anything silly going on.
I also noticed that when I click on view all in the events window, I get the following:
Code: Select all
function newWindow(Url,Name,Width,Height) { var Win = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height); } function eventWindow(Url,Name,Width,Height) { var Win = window.open(Url,Name,"resizable,width="+Width+",height="+Height ); } function filterWindow(Url,Name) { var Win = window.open(Url,Name,"resizable,scrollbars,width=620,height=250"); } function timelineWindow(Url,Name) { var Win = window.open(Url,Name,"resizable,scrollbars,width=760,height=500"); } function closeWindow() { window.close(); // This is a hack. The only way to close an existing window is to try and open it! var filterWindow = window.open( "/zm/index.php?view=none", 'zmFilter', 'width=1,height=1' ); filterWindow.close(); } window.focus();
Going to reboot and see if it is anything silly going on.