Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Z3950 plugin

Rating
0 votes
Favoured:
0
Hits
94942
Files:
FileDescription
check_z3950Z39.50 plugin
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
This plugin queries a Z39.50 server and returns the number of results received.
Firstly, if you don't know what Z39.50 is, you don't need this plugin! :-)

This short perl plugin does a simple search on field 4 (title) and returns the number of results received. It doesn't actually retrieve the result data, as it's assumed that if a server returns a positive number of hits then it's probably OK.

You need to install the Net::Z3950 perl module (available from CPAN) to use this plugin.