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.