Audio Alert When Alert Get Generate

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

Audio Alert When Alert Get Generate

Post by veenm »

Hi ,

I want to implement audio alert in the nagios gui when alerts get generate. Can anyone please share the configuration procedure to implement this. And also please let me know is there any connectivity has to be configured between nagios server and local desktop to get a sound.????
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Audio Alert When Alert Get Generate

Post by tmcdonald »

Check out the config options for audio alerts:

http://nagios.sourceforge.net/docs/3_0/ ... dio_alerts

The only connectivity you should need is a web browser.
Former Nagios employee
veenm
Posts: 148
Joined: Tue Jun 18, 2013 5:58 am

Re: Audio Alert When Alert Get Generate

Post by veenm »

Thanks for the reply , please let me know where we have to add below lines means in which .cfg file . is this the only modification we have to do it from the nagios side to get an audio sound ? please let me know


host_unreachable_sound=hostu.wav
host_down_sound=hostd.wav
service_critical_sound=critical.wav
service_warning_sound=warning.wav
service_unknown_sound=unknown.wav
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Audio Alert When Alert Get Generate

Post by slansing »

That method is quite old, what I've tested, and recommend is this:

https://addons.mozilla.org/en-US/firefo ... s-checker/

As far as the previous method, yes, I believe that may be all you have to do, make sure the audio files are where they are expected.
Locked