Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4391Themes and Skins11Add-ons738Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Clustering and High-Availability check_apache_drill_metrics.pl (Advanced Nagios Plugins Collection)
0.0 (0)
5.9K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)
See More
Newest Contributors
messefreeze (2)apham (1)mngvn (2)Georg2Korger2 (1)Guillaume8723 (1)
See More

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Dick Visser
DV

Dick Visser

@dnmvisser

User Stats

Member Since: November 23, 2018

Favorites0

Views1306

Projects1

Check email round trip
Email and Groupware
Check email round trip
Plugin to monitor email round trips
0.0 (0)
3.3K
0
Dick Visser
check_http_xpath.pl

Can use

If the webserver that hosts your XML file supports ETag, then you can speed up things by using that caching mechanism. This is most noticeable with large XML files (such as eduGAIN metadata). I was a fairly trivial patch: --- check_http_xpath.pl 2018-11-23 16:07:33.521799526 +0100 +++ test.pl 2018-11-24 00:27:34.848817509 +0100 @@ -27,6 +27,7 @@ use Getopt::Std; use XML::XPath; use Data::Dumper; +use HTTP::Cache::Transparent; my %optarg; my $getopt_result; @@ -294,6 +295,10 @@ $lwp_user_agent->default_header('Host' => "$host:$port"); } +HTTP::Cache::Transparent::init( { + BasePath => '/tmp/cache', + } ); + $url = "$http://${host_ip}:${port}$uri"; $http_request = HTTP::Request->new(GET => $url);

Reviewed 7 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile