Difference between revisions of "Alert notifications"

From YobiWiki
Jump to navigation Jump to search
m
Line 15: Line 15:
 
* Syslog -> [[Logcheck]]
 
* Syslog -> [[Logcheck]]
 
* We should send also at least what we want to report via jabber/SMS
 
* We should send also at least what we want to report via jabber/SMS
  +
* [[Vserver watchdogs]] -> cron
 
====Jabber/SMS alerts====
 
====Jabber/SMS alerts====
 
* Hardware damages
 
* Hardware damages

Revision as of 23:52, 17 February 2007

This is a generic page about reporting all kind of misbehaviours from a server.
This is draft, to be implemented :-)

Data collection

  • Syslog
  • Munin
  • acct & atop
  • procinfo
  • exim stats
  • apache stats
  • netstat -l...

What to filter for what kind of alert?

Mail alerts

Jabber/SMS alerts

  • Hardware damages
    • temp, fans
    • raid
  • Software damages
    • HD capacity
    • CPU load 100% for more than X mins
      The easiest is to take the third field of /proc/loadavg which is a mean over the last 15 mins, here with 2 CPUs:
awk '$3 > 2 {print "alert"}' /proc/loadavg
    • network load > X for more than Y mins
    • exim load > X mails sent per min