forked from datamuc/Nagios-Passive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
47 lines (34 loc) · 859 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Nagios::Passive v0.2.2
======================
Nagios::Passive can be used to submit passive check results
in various ways to nagios.
INSTALLATION
============
To install this module type the following:
perl Build.PL
perl Build install
DEPENDENCIES
============
* File::Temp
* Moose
* version
* Nagios::Plugin
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;
AUTHOR
======
Danijel Tašov <[email protected]>
LICENSE
=======
Copyright (C) 2009 by Danijel Tašov
This is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.