Host Disk Space Monitoring and Alert
detail.loadingPreview
Monitors host machine disk space and sends an alert if usage exceeds a threshold.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically monitors the disk space usage on the host machine where n8n is running. It executes a command to retrieve the percentage of used disk space and compares it against a predefined threshold. If the usage is above the threshold, it triggers an alert via Twilio SMS.
Key Features
- Scheduled execution via Cron.
- Command execution to retrieve disk usage percentage.
- Conditional alerting based on disk space utilization.
- SMS notification via Twilio for critical disk space alerts.
How To Use
- Import the workflow.
- Configure the Cron node to set the desired schedule for monitoring (e.g., daily at 9 AM and 4 PM).
- Adjust the
Execute Commandnode if your host system uses different commands for disk space monitoring (the current commanddf -k / | tail -1 | awk '{print $5}'is common for Linux). - Set the threshold in the
If Nodeto define when an alert should be triggered (currently set to 80%). - Configure your Twilio credentials in the
Twilionode. - Update the
toandfromphone numbers in theTwilionode. - Enable the workflow to start monitoring.
Apps Used
Workflow JSON
{
"id": "b8668227-4bc9-4d38-a709-67d776a0286f",
"name": "Host Disk Space Monitoring and Alert",
"nodes": 0,
"category": "Server Monitoring",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b8668227-4bc9...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.
AI-Powered PostgreSQL Data Agent with Conversational Interface
This n8n workflow empowers you to build an intelligent, conversational agent for your PostgreSQL database. Interact with your data using natural language, perform CRUD operations, explore schemas, and generate dynamic visualizations, streamlining data management and access for any user.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
AI-Powered Stack Overflow Lead Generation
Unleash the power of AI to automatically scrape valuable lead data from Stack Overflow user profiles. This workflow intelligently identifies and extracts key information like names, locations, skills, and reputation, then seamlessly organizes it into your Google Sheet for effortless lead management.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.