Hello

 

I'm trying to get Opsview to send text messages via a SMSFOXBOXG20. That's
done by quering a url with the right variables appended, but I can't figure
out how the custom sms script should look like?

 

The command I use to send messages via the box is:

 

----------

FROMADDR=Nagios

PHONENUMBER=12345678

MESSAGE_TEXT=TESTING

REMOTEURL=http://192.168.9.236/source/send_sms.php

 

curl -F "from=$FROMADDR" -F "nphone=$PHONENUMBER" -F "testo=$MESSAGE_TEXT"
-F "send=send" -F "nc=" $REMOTEURL

------------

 

Have anyone made a custom script I could get a copy of, so I can see how it
should be done. The info in the wiki doesn't make any sense to me L

 

Kind Regards

Jacob

 

_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to