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

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4405Themes and Skins13Add-ons757Graphics 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
Network Connections, Stats and Bandwidth check_nwc_health
4.5 (4)
102.3K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Chad Columbus (3)Marcin Bednarski (3)Julien DESMAREST (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

Copyright © 2009-2026 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.6K
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-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile