The current Observium config can already be used to send alerts other than via email with some small tweaks. (Warning, this breaks SVN)
We use this to direct alerts to a twitter account, but you could rewrite it for example to execute 'gsmsendsms' command from the gsm-utils package and hook-up a GSM unit directly to the serial port. In case of a total network outage, this should still work.
Add to config.php: $config['alerts']['external_command'] = "/usr/local/bin/twitter.py";
Locate the notyfy() function in includes/functions.inc.php and add the following line to the end of that function: shell_exec($config['alerts']['external_command'].' "'.$message.'"');
That's it!
Welisson Tomé wrote at 23-12-2014 13:09:
Hi,
I've been searching on mailing list about this subject and not successfull, so, i would like know if Observium can send alert using sms like nagios, Is it possible?
Tks
-- Welisson Tomé br.linkedin.com/in/welissontome/