1. Download latest version of the script notify_opsview_smseagle.sh from our repository: https://github.com/smseagle/smseagle-opsview
Place the script in your Opsview plugins directory (by default: /usr/local/nagios/libexec/notifications). Make sure it is executable and owned by nagios user.
2. Edit script content:SMSEAGLEIP="http://192.168.1.101"
SMSEAGLETOKEN="123abc456def789"
SMSEAGLEMSGTYPE="sms" (available values: sms, ring, tts, tts_adv)
Optional:
SMSEAGLEDURATION = Duration of a call in seconds (default value: 10)
SMSEAGLEVOICEID = ID of a voice model (default value: 1)
Replace SMSEAGLEIP and SMSEAGLETOKEN in script with your values.