This workflow automates server log maintenance triggered by disk usage alert emails. It begins by monitoring a specific email inbox for unseen emails with the subject containing ‘disk’. Once an alert is detected, it extracts the server’s IP address from the email subject. Using SSH credentials, it then connects to the server to execute a series of maintenance commands, including log file deletion, system cache cleaning, Docker cleanup, and disk space optimization. The setup involves email reading, text parsing, variable setting, and remote command execution, streamlining server health management upon disk space alerts. This workflow is particularly useful in environments where server logs need routine cleaning without manual intervention, ensuring optimal server performance and storage management.
Automated Server Log Cleanup from Disk Alert Emails
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | code, emailReadImap, set, ssh, stickyNote |
Reviews
There are no reviews yet.