Actions
action #169750
closed[alert] backup-vm (backup-vm: partitions usage (%) alert Generic partitions_usage_alert_backup-vm generic)
Status:
Resolved
Priority:
High
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2024-11-12
Due date:
2024-11-27
% Done:
0%
Estimated time:
Tags:
Description
I checked the machine and found
du -ah /path/to/directory | sort -rh | head -n 10
/dev/mapper/system-root 24G 14G 9.6G 59% /opt
/dev/vdb1 2.0T 1.7T 295G 86% /home
○ logrotate.service - Rotate log files
Loaded: loaded (/usr/lib/systemd/system/logrotate.service; static)
Active: inactive (dead) since Tue 2024-11-12 00:00:02 CET; 15h ago
TriggeredBy: ● logrotate.timer
Docs: man:logrotate(8)
man:logrotate.conf(5)
Main PID: 29592 (code=exited, status=0/SUCCESS)
CPU: 163ms
Warning: some journal files were not opened due to insufficient permissions.
action taken: I restarted logrotate
and run sudo du -ah /home | sort -rh | head -n 10
Actions