Status > Monitoring custom date range added (WIP)
-
Just to go the next step, as I'm sure someone else will… :)
What about specific start/end times? What if I wanted to just look at a 4 hour window within a certain day? This was accomplished with hour/minute/second sliders in the old system (though you could enter numbers directly into a text box if desired). If you selected a time in the future, RRD would graph that far ahead, but obviously the graph would be blank. Obviously you can determine how you want to handle future date/time entries.
-
Should be doable. most of the hard work is out of the way (I hope :P)
-
OFF: What did you use to capture that animated pic, btw?
-
LICEcap: http://www.cockos.com/licecap/
really quick and easy to use
-
Too bad there's no Linux-version available.
-
Too bad there's no Linux-version available.
i've used this a while ago, seemed to work:
https://github.com/colinkeenan/silentcastUbuntu Linux Full Install For supported releases run the following commands to install Silentcast (If the PPA/repositories are out of date or for older versions of Ubuntu follow one of the "Any Linux Distro" instructions): $ sudo add-apt-repository ppa:sethj/silentcast $ sudo apt-get update $ sudo apt-get install silentcast
-
Works! Thanks!
-
I added start and end hours. You have to enter a number between 0 and 23, but if you click the field you can mousescroll to the number you want.
-
were you born magical or did it happen over time?
-
Today I'll add some input validation.
I also figured out why my resolution was defaulting to an hour and it was because my time range was too far out and the data was being averaged out. It will automatically pick the highest resolution now and display what it used below the graph. Feel free to play around once it hits snapshots and see how the resolution changes as you go back in time.
I discovered one more known issue (and it may be the last): it looks up times in GMT and it needs to calculate the time zone difference.
-
were you born magical or did it happen over time?
If you think this is sorcery you should see the stuff that happens behind the curtain…the things I've seen people do to packets.
-
Hi!
Another bug is that system log is complaining about some css files when using custom periods…
Otherwise great job :) -
Oh yea I forgot about that, thanks for reminding me. I put it in the notes at the top.
-
Image errors are fixed…now to get it all into git (edit: it's in git now, watch for snapshots).
latest gif (note resolution change based on period selected): http://i.imgur.com/H7cFfKn.gifv
-
Looks amazing!! Cant wait to have a go with this.
-
Just pushed changes that should fix the UTC offset issues.