9

We use Nagios, and I get SMSs when something happens. Lots of other sysadmins also get texts. However is there any clever / cool other ways people have gotten nagios alerts?

Amandasaurus
  • 30,211
  • 62
  • 184
  • 246

7 Answers7

10

Using XMPP / Jabber to send Instant Messages is pretty popular. Here is a short tutorial on how to set this up.

Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
5

We show nagios alerts on our IRC channel using the NagiosIRC bot

JamesRyan
  • 8,138
  • 2
  • 24
  • 36
4

We are using twitter, google chat, mail, and the best thing is the nagios firefox plugin

there are also hardware option like the nagios nabaztag mod

hoberion
  • 231
  • 2
  • 15
3

I know of people using push notifications with Growl/Prowl on the iPhone.

Dan Carley
  • 25,189
  • 5
  • 52
  • 70
2

You might want to take a look at a project that we're working on called PagerDuty. It sends phone call and SMS alerts in response to incoming email. Quite a few of our customers use us with Nagios.

We've got some other fun features too: automatic escalation (your co-worker gets the call if you're unable to pick up) and on-call rotations (automatically route calls to your phone this week, and to your co-worker next week).

We're always looking to add more features to PagerDuty, so please let us know what you think!

1

Big red police light, SMS, traditional email, jabber message and a phone call, all depending on SLA on each server. Silent phone calls from a machine at 3am however is never a good thing... Especially when the machine has the audacity to come out of that state as soon as you drag your arse out of bed.

Dan
  • 852
  • 1
  • 8
  • 27
0

I prefer an actual pager over SMS. It is decidedly uncool, but they are more reliable and have wider coverage areas where I live. Also, POTS lines don't go offline as often as internet lines.

Kyle
  • 1,849
  • 2
  • 17
  • 23
  • If it works for you, then great. Disclaimer - I've no experience with pagers. But do you really care that it's 'uncool' - as long as it works and gets your job done? +1 for using what works, -1 for self-deprecation :) – talonx Sep 17 '10 at 04:49