Search found 2 matches

by techwin
Thu Nov 29, 2012 4:40 am
Forum: Open Source Nagios Projects
Topic: Nagios core 3.4.1 - Audio alerts command fails
Replies: 2
Views: 1499

Re: Nagios core 3.4.1 - Audio alerts command fails

Thank you!

It was permission problem.

#chmod 777 -R /dev/snd

It solved the problem!
by techwin
Wed Nov 28, 2012 5:22 am
Forum: Open Source Nagios Projects
Topic: Nagios core 3.4.1 - Audio alerts command fails
Replies: 2
Views: 1499

Nagios core 3.4.1 - Audio alerts command fails

I've configured nagios core 3.4.1 on centos 5.1 server and everything works fine including alert emails. Now, I am trying to configure the audio alerts with the given below configuration. define command{ command_name play_siren command_line /bin/bash /usr/local/nagios/etc/objects/play_siren.sh } ---...