My tickets
 
Submit ticket
 
Login
 
Munin
Home
>
Developers help
>
Munin
Http Response Time monitoring
I wanted to monitor the response times of our websites using Munin. I found a useful plugin called http_response_time, which functioned correctly for URLs using the https://example.com format. However, issues arose when attempting to monitor a mix of both HTTP and HTTPS websites. To address this, I created a small modification to the http_response_time plugin, enabling it to support monitoring of both protocol types. The modification is highlighted in bold within the code below: #!/usr/bin/...