C-Duv / freemobile-smsapi-client

API client for the Free Mobile SMS notification service
GNU General Public License v2.0
58 stars 20 forks source link

Centreon #6

Open boscorelly opened 6 years ago

boscorelly commented 6 years ago

Hi, is it possible to use it with centreon ?

C-Duv commented 6 years ago

It don't know how Centreon works (regarding to SMS notifications) but, as sending notification is as easy as running a shell command, I can't see why not.

boscorelly commented 6 years ago

Free.fr SMS is usable is an http post only :/

C-Duv commented 6 years ago

No, GET requests are supported: https://smsapi.free-mobile.fr/sendmsg?user=28XXXX47&pass=PWj20HXxXxXxsG&msg=Hello%20World

So if Centreon cannot send POST requests you can either use my Bash script or send GET requests.