Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards. -- Thank You, Joe
On 13 February 2013 15:19, JoeSox <joesox@gmail.com> wrote:
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards.
Install firefox, open tabs for everything you wish to display, install Tab Slideshow and set it to cycle. https://addons.mozilla.org/en-us/firefox/addon/tab-slideshow/ Then just hit F11 and put Firefox into fullscreen mode, works on Win/Mac/Linux. -- Nat 07531 750292 http://natmorris.co.uk
On 13/02/13 15:19, JoeSox wrote:
Just wondering if anyone can recommend Windows software
This pains me to do this My quick google fu: http://www.autohotkey.com/ Loop { Send {Alt down}{Tab down}{Alt up}{Tab up} Sleep 60000 ; wait 60 seconds } You may have to switch off 'Tab through recently used windows' [Don't think this is an issue with XP] Cheers -- Marcus Taylor (Database Application Developer) London Internet Exchange Ltd. 2nd Floor Trinity Court, Trinity Street, PE1 1DA Registered England and Wales number 3137929 DDI 01733 207724
On 13-2-2013 16:19, JoeSox wrote:
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards.
We use a Dell Optiplex that drives 2 rotated FullHD 42 inch TV's. This gives us effectively a 2k x 4k resolution to work with. We have written a custom webpage that refreshes divs automatically, it has a country map and puts the various sites on the map where the outage is. This is mainly handy for DSL outages. The left TV is almost entirely a map of the Netherlands with a few Nagios summaries and refresh counters underneath. The right TV pane lists the nagios detail and various business processes as well as open tickets from our ticket system. We use Chrome in kiosk mode, but Firefox could work too. Cheers, Seth
Hello, This should also work and can be customised however you want: http://pastebin.com/ty324mr8 I did add a test version at http://atl.ezeea.com/rotate.html just to check it if you want. HTH, Calin On 2/13/13 4:19 PM, "JoeSox" <joesox@gmail.com> wrote:
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards.
-- Thank You, Joe
You can do this using Javascript as well... 2013/2/13 Calin Chiorean <calin.chiorean@secdisk.net>
Hello,
This should also work and can be customised however you want:
I did add a test version at http://atl.ezeea.com/rotate.html just to check it if you want.
HTH, Calin
On 2/13/13 4:19 PM, "JoeSox" <joesox@gmail.com> wrote:
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards.
-- Thank You, Joe
-- []'s Lívio Zanol Puppim
I use a VBScript that just ALT Tabs to go from screen to screen. -----Original Message----- From: Livio Zanol Puppim [mailto:livio.zanol.puppim@gmail.com] Sent: Wednesday, February 13, 2013 4:17 PM To: Calin Chiorean Cc: nanog@nanog.org Subject: Re: NOC display software You can do this using Javascript as well... 2013/2/13 Calin Chiorean <calin.chiorean@secdisk.net>
Hello,
This should also work and can be customised however you want:
I did add a test version at http://atl.ezeea.com/rotate.html just to check it if you want.
HTH, Calin
On 2/13/13 4:19 PM, "JoeSox" <joesox@gmail.com> wrote:
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards.
-- Thank You, Joe
-- []'s Lívio Zanol Puppim
On Wed, Feb 13, 2013 at 7:19 AM, JoeSox <joesox@gmail.com> wrote:
Just wondering if anyone can recommend Windows software (it could be Linux too but I might need to create a separate host for that configuration) that enables rotating [on one monitor] several webpages (dashboards) or windows (application dashboards). It would be nice if it was freeware or open source but whatever works best is what I am looking for. For example, if I wanted one monitor to cycle thru my local SolarWinds Orion, Office 365 Health Status, and anyother webdashboards.
Tab Mix Plus is the one that I use for that. https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/
participants (8)
-
Bryan Irvine
-
Calin Chiorean
-
JoeSox
-
Kenneth M. Chipps Ph.D.
-
Livio Zanol Puppim
-
Marcus Taylor
-
Nat Morris
-
Seth Mos