On Thu, Feb 17, 2011 at 11:11 PM, Mirza Dedic <[email protected]> wrote: > I currently have Nagios running on a Ubuntu 10.04 VM on our virtual > infrastructure, what I would like to do is enable SMS notification for some > of the more “critical” notifications. Just wondering what you guys use out > there and how you have it setup? Anyone share their experience on getting > something reliable to work?
We have two front end servers that alternate the notification role. Using a pair of Nokia GSM mobile phones attached by their USB cables to the servers for charging and for the data connection. These are being operated by gnokii-smsd. We insert a notification message into the database queue via a perl script that is called by the notification handler. The only trouble we've had is from before we switched over to gnokii-smsd, and were just using gnokii. If two notifications came in at *just* the right time, the phone's USB port would hang attached to a zombie process, and we'd have to reboot the server. So, once or twice a month we'd have to reboot one of the servers. gnokii-smsd solves that problem by queuing outgoing messages in a database. Personally, I find that SMS is about as reliable as email for timely notification. However, we also offer jabber notifications, and I'm working on being able to hit analog/celluar pagers from Nagios. -- Breandan Dezendorf [email protected] [email protected] ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
