Hi Krisbhan,
Actually - I have a very similar setup. We have a TV that scrolls / fades through some maps - more then 2 but that is a different story.
On top of it - the TV talks. What happens is - if a system goes down we immediately get it told by the TV.
For this setup we needed:
- Windows workstation
- TV
I then wrote a html-/javascript that rotates through my maps - I posted it in the PRTG KB here somewhere - search for it or go here Auto-Cycle through URLs what is my personal blog and where you can find the script as well.
Further did I write a PowerShell script that does text to speech, again this was somewhere posted in this forum here - search for it or follow this link to my blog Using PowerShell for Text-to-Speech. You will need to enable remote PowerShell execution on the target workstation that controls the TV - other then that - fire this as a notification script in PRTG and you actually hear what went down. We decided to keep those text-messages short, but that's up to you.
Be aware - the Text-to-Speech script as it is currently will fire asynchronous voice commands - it will not check if something is already talking. I like it this way - if I hear multiple overlapping voices I kinda "run" - in any case - it also avoids that the TV is talking for forever..
On a site note - we have little videos and jokes in between the PRTG map in the html-cycling script - some fun every 20 cycles or so for 10-15 seconds..
Besides that - we abused the Text to Speech for some other joke-notifications (with a different voice - two script files) - again - some fun makes life more easy and the days go by faster.. in the end it's still a NOC and we depend on the real information on the maps and the text to speech notifications help a lot more then any slack, email and PRTG GUI alerts...
Hope this helps - sorry for being lazy and not looking up the link in the PRTG forum here - I simply find them faster on my own blog...
Florian Rossmark
www.it-admins.com
Add comment