Home Directory Plugins * Plugin Development Tools Nagios::NRPE::Plugin::check_skel.cmd

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

Nagios::NRPE::Plugin::check_skel.cmd

Rating
0 votes
Favoured:
0
Current Version
v0.3
Last Release Date
2011-02-02
Compatible With
  • Nagios 3.x
License
GPL
Hits
96215
Files:
FileDescription
check_skel.v0.3.7zcheck_skel.v0.3.7z
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!
Almost ready for use windows cmd batch witch calls 'real-checking-program', processes it's output and returns 'Nagios way' status.
Almost ready for use windows cmd batch.

You should just correct path to your 'checking program' or 'checking batch'.

Your 'checking program' should return ERRORLEVEL. check_skel.cmd processes your 'checking program' output and returns correct status, ready to be processed by Nagios.

check_skel.cmd supports full 'range definition' syntax(!) and adds correct stat info.

Try to call the check_skel.cmd like this:
check_skel.cmd /W:9:12 /C:9:20 /Name:"Something very important"

Or like this:
check_skel.cmd /W:9:12 /C:@9:20 /Name:"Something very important"