SpeedtestSlowInternetDownload #
Internet download speed is currently {{humanize $value}} Mbps.
Alert Rule
alert: SpeedtestSlowInternetDownload
annotations:
description: |-
Internet download speed is currently {{humanize $value}} Mbps.
VALUE = {{ $value }}
LABELS = {{ $labels }}
runbook: https://srerun.github.io/prometheus-alerts/runbooks/nlamirault-speedtest-exporter/speedtestslowinternetdownload/
summary: SpeedTest Slow Internet Download (instance {{ $labels.instance }})
expr: avg_over_time(speedtest_download[10m]) < 100
for: 0m
labels:
severity: warning
Here is a runbook for the Prometheus alert rule:
Meaning #
The SpeedtestSlowInternetDownload alert is triggered when the average download speed measured by the Speedtest exporter falls below 100 Mbps over a 10-minute period. This indicates that the internet connection is experiencing slow download speeds, which can impact the performance of applications and services that rely on internet connectivity.
Impact #
A slow internet download speed can have a significant impact on the usability and responsiveness of applications and services. This can lead to frustrated users, decreased productivity, and potential revenue loss. Additionally, slow internet speeds can also impact the performance of critical services such as voice and video conferencing, online backups, and file transfers.
Diagnosis #
To diagnose the root cause of the slow internet download speed, follow these steps:
- Check the Speedtest exporter logs to verify that the measurements are accurate and not affected by any issues with the exporter itself.
- Investigate the network infrastructure to identify any bottlenecks or congestion that may be contributing to the slow speeds.
- Check for any recent changes to the network configuration or topology that may be causing the issue.
- Verify that the internet service provider (ISP) is not experiencing any outages or maintenance that may be affecting the connection.
- Check for any malware or viruses that may be consuming bandwidth and slowing down the connection.
Mitigation #
To mitigate the impact of the slow internet download speed, follow these steps:
- Investigate with the ISP to determine if there are any issues on their end that need to be addressed.
- Check for any software or firmware updates for the network equipment and apply them as necessary.
- Consider optimizing network traffic by implementing Quality of Service (QoS) policies to prioritize critical services.
- Identify and address any bottlenecks in the network infrastructure, such as outdated or malfunctioning equipment.
- Consider implementing a redundant internet connection to ensure continued availability of critical services in the event of an outage.