Personal tools
You are here: Home Software Nagiosgraph, Nagios Plugins and Extras Data from Passive Checks
Document Actions

Data from Passive Checks

Up one level
tar of these files
A system to collect data from passive checks: run_passive_check.sh -- a cron job that takes a command, runs it, and saves the output; get_data.pl -- an NRPE command that returns one line of data saved by run_passive_check.sh; nrpe_client.py -- a replacement NRPE client to run via cron that loads data via the Nagios command_file.
run_passive_check_.sh
A shell script for running via cron that executes an NRPE command and saves the data for get_data.pl.
get_data.pl
A perl script for running via NRPE that returns one row of data saved by run_passive_check.sh.
nrpe_client.py
A python NRPE client, including some of what's needed for a server.

Powered by Plone, the Open Source Content Management System