freemobile-smsapi-client
freemobile-smsapi-client copied to clipboard
API client for the Free Mobile SMS notification service
Fix #7
Hello, Nice job this script 👍 . However [line 16](https://github.com/C-Duv/freemobile-smsapi-client/blob/master/send-notification.sh#L16) cause on my macOS this error: ```sh $ uptime | ./sms.sh -c credentials readlink: illegal option -- m usage: readlink...
Centreon
Hi, is it possible to use it with centreon ?
La définition de la variable `MESSAGE_HEADER` ``` # Texte qui sera ajouté AVANT chaque message envoyé MESSAGE_HEADER="Notification : " ``` gagnerait à être remplacée par `MESSAGE_HEADER="Notification :${NEWLINE_CHAR}"`.