- Automate network performance monitoring for Meraki devices
- Generate alerts for high latency or packet loss in real-time
- Log alerts in a Redis database to avoid duplicate notifications
- Send notifications to team members via Microsoft Teams
- Schedule regular checks on network performance metrics
Schedule a trigger to run the workflow every 5 minutes during business hours Retrieve organizations and networks from Meraki Collect uplink latency and loss data for each network Calculate average latency and packet loss over the last 5 minutes Filter networks that exceed latency or loss thresholds Check if alerts for problematic networks already exist in Redis Send alerts to Microsoft Teams for new issues Log alerts in Redis with a time-to-live to manage notifications
- 1Import the workflow template into your n8n instance
- 2Configure the Meraki API credentials in the HTTP Request nodes
- 3Set up the Redis database connection for alert logging
- 4Adjust the Microsoft Teams node with the correct chat ID
- 5Activate the workflow to start monitoring network performance