Server-Überwachung und Duke Nukem

Monit setze ich auf dem Root-Server hier ein, um Dienste zu überwachen und auf alle möglichen Situationen reagieren zu können. Die Konfiguration ist recht einfach und sprechend wie ich finde:

check process mysql with pidfile /var/run/mysqld/mysqld.pid
   group database
   start program = "/etc/init.d/mysql start"
   stop program = "/etc/init.d/mysql stop"
   if cpu is greater than 85% for 6 cycles then alert
   if cpu > 95% for 8 cycles then restart
   if totalmem > 230.0 MB for 5 cycles then restart
   if children > 30 then restart
   if loadavg(5min) greater than 10 for 8 cycles then restart
   if 5 restarts within 5 cycles then timeout

Hier nun ein nettes Tutorial. Jedenfalls soll es aus gleichen Hause eine Erweiterung geben, die sehr nett angekündigt wurde:

m/monit is a system for managing multiple monit instances and it is also a server which monit instances will post events to for statistical and historical purposes – useful for SLA monitoring. Scheduled to be released in Q1 2007 or slightly before Duke Nukem Forever hits the shelves..

2 Kommentare zu „Server-Überwachung und Duke Nukem“

Archiv