Difference between revisions of "System Warnings FAQS Disk Space"

From wiki.IPBRICK.COM
Jump to: navigation, search
 
Line 1: Line 1:
  
 
+
When the space occupied in one partition reaches the values listed in the table below, IPBRICK.OS will notify the system administrator by email:
Por defeito os alerta de falta de espaço em disco começam a ser enviados por email quando as partições atingem determinado limite de ocupação descrito na seguinte tabela:
+
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Partição !! Espaço
+
! Partition !! Occupied disk space
 
|-
 
|-
 
| / || 85%
 
| / || 85%
Line 24: Line 23:
 
===== Monitor Alert =====
 
===== Monitor Alert =====
  
Exemplo de email de alerta enviado pela IPBrick:
+
Example of a warning email sent by IPBRICK.OS:
 
<pre>
 
<pre>
From: systemmonitor@ipbrick.com
 
Subject: MONITOR WARNING on srv-tmp-amachado.ipbrick.com
 
Date: 4 May 2017 at 20:07:01 GMT+1
 
Cc: recipient list not shown: ;
 
  
 
-------------------------------------------------------------------------
 
-------------------------------------------------------------------------
Line 36: Line 31:
 
ROOT | USR | VAR | OPT | HOME1 | HOME2 | OTHER PARTITIONS
 
ROOT | USR | VAR | OPT | HOME1 | HOME2 | OTHER PARTITIONS
 
-----|-----|-----|-----|-------|-------|----------------
 
-----|-----|-----|-----|-------|-------|----------------
85% | 90% | 85% | 85% |  90%  |  90%  |  90%
+
85% | 90% | 85% | 85% |  90%  |  90%  |  90%
  
 
-------------------------------------------------------------------------
 
-------------------------------------------------------------------------
Line 43: Line 38:
  
 
Filesystem      Size  Used Avail Use% Mounted on
 
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda3      4.3G 3.7G  387M 91% /usr
+
/dev/sda7        24G  20G 2.5G 90% /home1
  
-------------------------------------------------------------------------
+
</pre>
SYSTEM PARTITIONS
+
  
Filesystem                                              Size  Used Avail Use% Mounted on
+
In this case it was partition /dev/sda7 mounted on /home1 that has reached its alert value. It is advisable to free some disk space in this partition, for example, by moving some user accounts to /home2.
rootfs                                                  2.2G  421M  1.7G  21% /
+
udev                                                    10M    0  10M  0% /dev
+
tmpfs                                                  801M  3.8M  798M  1% /run
+
/dev/disk/by-uuid/c82961e0-ca0e-4b18-9f15-62db42f36b1f  2.2G  421M  1.7G  21% /
+
tmpfs                                                  5.0M    0  5.0M  0% /run/lock
+
tmpfs                                                  1.9G    0  1.9G  0% /run/shm
+
/dev/vda3                                              4.3G  3.7G  387M  91% /usr
+
/dev/vda5                                                35G  13G  20G  40% /var
+
/dev/vda6                                              2.0G  847M  1.1G  44% /opt
+
/dev/vdb1                                                99G  80G  14G  86% /home1
+
/dev/vda8                                              2.1G  76M  2.0G  4% /home2
+
/dev/vdb1                                                99G  80G  14G  86% /var/spool/hylafax
+
-------------------------------------------------------------------------
+
</pre>
+

Latest revision as of 09:52, 20 September 2017

When the space occupied in one partition reaches the values listed in the table below, IPBRICK.OS will notify the system administrator by email:

Partition Occupied disk space
/ 85%
/usr 90%
/var 85%
/opt 85%
/home1 90%
/home1 90%
others 90%
Monitor Alert

Example of a warning email sent by IPBRICK.OS:


-------------------------------------------------------------------------
MAXIMUM LIMITS SET FOR ALERTS

ROOT | USR | VAR | OPT | HOME1 | HOME2 | OTHER PARTITIONS
-----|-----|-----|-----|-------|-------|----------------
 85% | 90% | 85% | 85% |  90%  |  90%  |  90%

-------------------------------------------------------------------------
ATENTION
The limit of disk space for the following partitions has been reached!

Filesystem      Size  Used Avail Use% Mounted on
/dev/sda7        24G   20G  2.5G  90% /home1

In this case it was partition /dev/sda7 mounted on /home1 that has reached its alert value. It is advisable to free some disk space in this partition, for example, by moving some user accounts to /home2.