From 17b36345fa00a8e79ea72ba644e7036cc5ca3724 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Tue, 13 Jun 2017 22:43:43 +1000 Subject: [PATCH] [http_load_] Better User-Agent Signed-off-by: Olivier Mehani --- plugins/http/http_load_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/http/http_load_ b/plugins/http/http_load_ index 2db88a2f..39677ca8 100755 --- a/plugins/http/http_load_ +++ b/plugins/http/http_load_ @@ -95,7 +95,7 @@ my $debug=$ENV{MUNIN_DEBUG}; my $timeout=10; my $max_redirects=10; my $scriptname="http_load_"; -my $useragent="Mozilla/5.0"; +my $useragent="Mozilla/5.0 (Munin; $scriptname)"; # Function to read the $url_file and return the contents in a hash sub read_urls{