Parallels Plesk lästige Statusmeldungen abschalten
Aus znilwiki
In letzter Zeit bekomme ich duzend mal am Tag Meldungen wie diese hier per Email:
h1280951.stratoserver.net: Alarm-Level wurde geändert. Der Status des Serversystem-Parameters "Services > CPU-Auslastung von MySQL" wurde von "yellow" in "green" geändert.
h1280951.stratoserver.net: Alarm-Level wurde geändert. Der Status des Serversystem-Parameters "Services > CPU-Auslastung von MySQL" wurde von "green" in "yellow" geändert. top - 08:50:18 up 4 days, 12:32, 0 users, load average: 0.70, 0.78, 0.80 Tasks: 113 total, 1 running, 111 sleeping, 0 stopped, 1 zombie Cpu(s): 2.6%us, 0.5%sy, 0.0%ni, 18.2%id, 78.7%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 4194304k total, 1419380k used, 2774924k free, 0k buffers Swap: 0k total, 0k used, 0k free, 988784k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 513 mysql 20 0 235m 62m 5044 S 2.0 1.5 165:23.33 mysqld 926 zabbix 20 0 66776 15m 14m S 2.0 0.4 1:32.88 zabbix_server 1 root 20 0 3352 1512 1124 S 0.0 0.0 0:01.05 init
oder auch von yellow
in red
usw.
War am Anfang ja mal Interessant ... aber mein Gott, wenn der auf Red geht ist die CPU Auslastung nun auch nicht hoch (über 50%).
Die Besucherzahlen sind gestiegen, der Server ist nebenbei auch noch Zabbix Server und bei einem Backup hat er halt zu tun.
Dafür bezahle ich ja auch.
Doch wie wird man die Meldungen los?
Indem man den Dienst dafür deinstalliert! Einfach SSH Sitzung öffnen und mit
apt-get remove psa-health-monitor
den Dienst deinstallieren.
Mit
apt-get install psa-health-monitor
bekommt man ihn zurück.
Die Deinstallation:
root@h1280951:~# apt-get remove psa-health-monitor Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Statusinformationen werden eingelesen... Fertig Die folgenden Pakete werden ENTFERNT: psa-health-monitor 0 aktualisiert, 0 neu installiert, 1 zu entfernen und 39 nicht aktualisiert. Nach dieser Operation werden 164 kB Plattenplatz freigegeben. Möchten Sie fortfahren [J/n]? j (Lese Datenbank ... 73943 Dateien und Verzeichnisse sind derzeit installiert.) Entfernen von psa-health-monitor ... Removing any system startup links for /etc/init.d/sw-collectd ... /etc/rc0.d/K20sw-collectd /etc/rc1.d/K20sw-collectd /etc/rc2.d/S20sw-collectd /etc/rc3.d/S20sw-collectd /etc/rc4.d/S20sw-collectd /etc/rc5.d/S20sw-collectd /etc/rc6.d/K20sw-collectd Removing any system startup links for /etc/init.d/psa-health-monitor-notificationd ... /etc/rc0.d/K20psa-health-monitor-notificationd /etc/rc1.d/K20psa-health-monitor-notificationd /etc/rc2.d/S20psa-health-monitor-notificationd /etc/rc3.d/S20psa-health-monitor-notificationd /etc/rc4.d/S20psa-health-monitor-notificationd /etc/rc5.d/S20psa-health-monitor-notificationd /etc/rc6.d/K20psa-health-monitor-notificationd root@h2108591:~#
--Bernhard Linz 09:25, 20. Sep. 2013 (CEST)
Loading comments...