Diferencia entre revisiones de «Munin»
De gacq wiki
(→mbmon) |
|||
Línea 7: | Línea 7: | ||
Monitorea temperatura y voltajes sin demasiadas dependencias | Monitorea temperatura y voltajes sin demasiadas dependencias | ||
chmod +s /usr/bin/mbmon | chmod +s /usr/bin/mbmon | ||
+ | |||
+ | =smartmontools= | ||
+ | apt-get install smartmontools | ||
= apache = | = apache = |
Revisión del 12:42 19 mar 2007
Contenido
ip_conntrack
chmod o+r /proc/net/ip_conntrack
mbmon
Monitorea temperatura y voltajes sin demasiadas dependencias
chmod +s /usr/bin/mbmon
smartmontools
apt-get install smartmontools
apache
To enable the handler uncomment the following section in the file /etc/apache2/apache2.conf:
ExtendedStatus On <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 </Location>
You will only need to ensure that you have the mod_info module loaded which you can do by running
a2enmod info