Projet

Général

Profil

Révision cb2a0e64

IDcb2a0e6488149b2f625c7cf566de792756101912
Parent 17b36345
Enfant 1ee2a115

Ajouté par Olivier Mehani il y a plus de 8 ans

[http_load_] Also count elements served over HTTPS

Signed-off-by: Olivier Mehani <>

Voir les différences:

plugins/http/http_load_
309 309
				$verbose && print "  Processing: " . $$link[0] . " " . $$link[1] . " " . $$link[2] . "\n";
310 310

  
311 311
				# Extract the hostname and add it to the hash
312
				if($$link[2] =~ m/http\:\/\/([^\/]+).*/){
312
				if($$link[2] =~ m/https?\:\/\/([^\/]+).*/){
313 313
					$host=$1;
314 314
					$output{"elements_" . $host}+=1;
315 315
				}

Formats disponibles : Unified diff