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
95877
Files:
FileDescription
check_skel.v0.3.7zcheck_skel.v0.3.7z
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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"