![]() ![]() ![]() |
By default, OpManager provides a sound notification that plays a beep sound when a fault is detected in the associated devices. You can also create profiles to play the sound of your interest.
To create a sound profile, follow the steps given below:
Copy the sound file you want to play in the <OpManager Home>/conf/application/scripts directory.
Create a Run Program notification
profile with the following values to the fields:
Command Name: ./jre1.4.1/bin/java
Program arguments: -classpath
./classes/OpManagerServerClasses.jar
com.adventnet.me.opmanager.server.alert.AudioNotifier
./conf/application/scripts/<audio_file_name>
You need to associate the profile to the device for triggering it during a fault. The sound can be heard in the OpManager server.
.
![]() ![]() ![]() |