1. Download latest version of the script notify_opsview_smseagle.sh from our repository: https://bitbucket.org/proximus/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:### SMSEagle SETUP - please remember to change that settings
SMSEAGLEIP="192.168.1.101"
SMSEAGLEUSER="john"
SMSEAGLEPASSWORD="doe"
Replace SMSEAGLEIP, SMSEAGLEUSER, SMSEAGLEPASSWORD in script with your values.