I know the sms gateway for my cell phone provider so I can just send an email to it.
I am looking for examples of entries in contacts.cfg and commands.cfg that are mobile specific.
|
feedback
|
|
on contacts_nagios2.cfg
And on commands.cfg
| |||||
feedback
|
|
The first answer will do what you need. You can send SMS messages through an SMS service, send them via the cell providers email to SMS addresses, or use a local SMS server. We did the latter. This link will give you details on how to do it: http://www.linuxjournal.com/magazine/using-sms-server-provide-robust-alerting-service-nagios This has been running for 1.5 yrs. Very reliable, and not dependent on email servers, or third party services. | |||
|
feedback
|
|
Using a 3rd-party SMS service, or (even better) using a GSM device as Craig suggests, is going to be much more reliable/robust. If you're dead set on using the provider's email->SMS gateway, you can use slimmed-down contact commands like this:
}
If any of these end up being too long, you can remove or substitute different macros in several places, as necessary. See the macro list for info on what's available in a notification command. | |||
|
feedback
|