SolutionsIT

Member
May 30, 2016
23
1
53
Portage la Prairie
cPanel Access Level
Root Administrator
Our server recently started hitting me with emails about diskwarn block for both / & /var/tmp

(so I would assume the issue should be in the /var/tmp directory) but I didn't see anything in there that could be chewing up space.

ran df -h
Code:
[[email protected] /]# df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         16G     0   16G   0% /dev
tmpfs            16G     0   16G   0% /dev/shm
tmpfs            16G  602M   16G   4% /run
tmpfs            16G     0   16G   0% /sys/fs/cgroup
/dev/sda3        50G   40G  7.2G  85% /
/dev/sda1       976M  139M  771M  16% /boot
/dev/sda5       1.8T  872G  848G  51% /home
tmpfs           3.2G     0  3.2G   0% /run/user/0
So looking at that, the issue is with /;
Looked into every spot I could think of but not finding anything that looks like it's the culprit chewing up the space, anyone have an idea of what I could do to resolve this?
 

SolutionsIT

Member
May 30, 2016
23
1
53
Portage la Prairie
cPanel Access Level
Root Administrator
Ah, sorry about that;

Code:
The filesystem “/var/tmp” mounted at “/var/tmp” reached “warn” status because you currently use 85.39% of its available blocks.
Notification Type:    warn ⚠
Server:    URL REMOVED
Primary IP Address:    IP REMOVED
Filesystem:    /var/tmp
Mount Point:    /var/tmp
Percent Used:    85.39%     

Disk Block Usage:    Used:     39.4 GB
Available:     7.17 GB
Total:     49.09 GB

ChkServd Version:    17.0
Configure system disk usage notifications:
URL REMOVED
Disable HTML notifications:
URL REMOVED

The system generated this notice on Sunday, October 27, 2019 at 12:01:29 AM UTC.
“Disk Usage Warnings” notifications are currently configured to have an importance of “High”. You can change the importance or disable this type of notification in WHM’s Contact Manager at: URL REMOVED
Do not reply to this automated message.
The one showing / is the exact same as the /var/tmp I've put above.