Realtime 3d statusmap?
Dan Stromberg
strombrg at dcs.nac.uci.edu
Mon Jan 31 23:13:51 CET 2005
On Sat, 2005-01-29 at 12:01 +0100, Andreas Ericsson wrote:
> Jason Martin wrote:
> > Has anyone seen any sort of project that could be used to
> > implement a realtime* 3d statusmap? I'm not expecting it to be
> > Nagios specific, but perhaps something that could be integrated.
> >
> > Thanks,
> > -Jason Martin
> >
> > * as realtime as Nagios performs its status checks, of course.
>
> This would be impossible without a proprietary client and server, since
> http is a stateless protocol and the server can't force the browser to
> reload when an event happens on the server side (it can set reload
> timers, but not force them prior to timer).
Actually, both cookies and ? URL's can be used to maintain state in run
of the mill http+html. Your can encode your data in either, or just
encode a database key in either and have the server look things up in a
database under the key.
Also forcing frequent reloads works fine with your usual http+html,
though you could come up with a browser plugin that would be more
efficient.
If you restrict access, and refresh every 5 minutes or something, I
doubt you'd have a load problem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://www.monitoring-lists.org/archive/users/attachments/20050131/6c9f50a7/attachment.sig>
More information about the Users
mailing list