freemobile-smsapi-client icon indicating copy to clipboard operation
freemobile-smsapi-client copied to clipboard

Centreon

Open boscorelly opened this issue 8 years ago • 3 comments

Hi, is it possible to use it with centreon ?

boscorelly avatar Oct 13 '17 14:10 boscorelly

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.

C-Duv avatar Oct 18 '17 22:10 C-Duv

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

boscorelly avatar Oct 20 '17 10:10 boscorelly

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.

C-Duv avatar Oct 21 '17 14:10 C-Duv