NAME

Nagios::Passive::ResultPath - drop check results into Nagios' check_result_path.

SYNOPSIS

  my $nw = Nagios::Passive->create(
    checkresults_dir => $checkresultsdir,
    service_description => $service_description,
    check_name => $check_name,
    host_name  => $hostname,
    return_code => 0, # 1 2 3
    output => 'looks (good|bad|horrible) | performancedata'
  );
  $nw->submit

DESCRIPTION

This module gives you the ability to drop checkresults directly into Nagios' check_result_path.

The usage is described in Nagios::Passive.