Nagios XI 2012R2.9
RHEL 6.5 x64
Manual Install
Please advice how to configure sound alerts for Host & service alerts.
Thanks
SOund ALert
SOund ALert
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: SOund ALert
Currently, the only solid way to do this is through a firefox addon found here:
https://addons.mozilla.org/en-US/firefo ... s-checker/
https://addons.mozilla.org/en-US/firefo ... s-checker/
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: SOund ALert
I've played with this in the past and by using event handlers you can trigger a computer to play a sound.
For example, you might have a PC that is your monitoring wall computer.
You could configure Nagios to trigger an event handler for specific checks.
The event handler will basically execute a script on the monitoring wall computer that plays a sound file.
For example, you might have a PC that is your monitoring wall computer.
You could configure Nagios to trigger an event handler for specific checks.
The event handler will basically execute a script on the monitoring wall computer that plays a sound file.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Sound ALert
This is a problem as our company standard browser is IE only.slansing wrote:Currently, the only solid way to do this is through a firefox addon found here:
https://addons.mozilla.org/en-US/firefo ... s-checker/
Any other options?
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: SOund ALert
Did I understand you correctly?Box293 wrote:I've played with this in the past and by using event handlers you can trigger a computer to play a sound.
For example, you might have a PC that is your monitoring wall computer.
You could configure Nagios to trigger an event handler for specific checks.
The event handler will basically execute a script on the monitoring wall computer that plays a sound file.
Nagios server triggers a script on the client?
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: SOund ALert
Yes thats right.
For exmaple:
You can create a service template that has the event handler defined and then assign the template to different services. This way if you need to change the event handler all you need to do is update the template.
Nagios can do whatever you want!
*edit note* I had a brain fade the other day and realised I explained this wrong, I updated it.
For exmaple:
- The PC you want to have the sound played on is a Windows PC and has NSClient++ installed
You create a scipt that plays the sound file on the computer
You edit the NSClient++ config file to include the script that plays the sound file
On the Nagios XI host you create a command that executes the script on the PC via NSClient++
You then edit the service, on the check settings tab there is a drop down list called Event handler -> select the command you just created
Make sure you also select event handler enabled to on
Save and apply config
You can create a service template that has the event handler defined and then assign the template to different services. This way if you need to change the event handler all you need to do is update the template.
Nagios can do whatever you want!
*edit note* I had a brain fade the other day and realised I explained this wrong, I updated it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.