Hallo zusammen,
Ich hänge momentan an der Installation von check_multi und irgendwie finde ich nicht so recht nen Ansatzpunkt wie ich das Problem lösen kann die Installation lief so ab.
|
Source code
|
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
root@:~/check_multi-0.26# ./configure; make all; make install
checking whether make sets $(MAKE)... yes
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for ethtool... no
checking for gunzip... /bin/gunzip
checking for id... /usr/bin/id
checking for a BSD-compatible install... /usr/bin/install -c
checking for mailx... /usr/bin/mailx
checking for perl... /usr/bin/perl
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating subst
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/t/Makefile
config.status: creating sample_config/Makefile
-------------------------------------------------------------------
--- check_multi configure summary (SVN $)
-------------------------------------------------------------------
Release date $
Author $
Configure args :
--- Directories
-------------------------------------------------------------------
Install ${prefix} /usr/local/nagios
Exec ${exec_prefix} ${prefix}
Libexec directory ${exec_prefix}/libexec
CGI directory (sbin) ${exec_prefix}/sbin
HTML directory (data)
Contrib directory
Temporary directory /tmp/check_multi
Temp dir permissions 41777
--- System options
-------------------------------------------------------------------
Parent timeout (BIG T) 60
Child timeout (small t) 11
Nagios name nagios
RC if no checks defined 3
RC if caught a signal 3
default cmdfile extension cmd
ignore missing cmd file? 0
Client perl path /usr/bin/perl
--- Output options
-------------------------------------------------------------------
Name / Label ''
Report option default 13
HTML target frame _self
Child checks indented? 1
Ascii indentation char ' '
Collapse tree? 1
Collapse plus style style='color:#4444FF;line-height:0.1em;font-size:1.5em;cursor:crosshair'
Extinfo in status.cgi? 0
Verbosity level default 0
pnp version 0.6
PNP URL /pnp4nagios
PNP chart with mouseover 0
--- Links
-------------------------------------------------------------------
action URL ''
notes URL ''
documentation URL ''
--- Advanced Options
-------------------------------------------------------------------
illegal chars in cmdfile \r
check_multi persistent? 0
cmdfile update interval 86400
Feed_passive autocreate 1
Feed_passive directory ${prefix}/etc/check_multi/feed_passive
*** Next step: type 'make all'. ***
make[2]: Entering directory `/root/check_multi-0.26/contrib/notify_service'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/check_multi-0.26/contrib/notify_service'
make[2]: Entering directory `/root/check_multi-0.26/contrib/status_query'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/check_multi-0.26/contrib/status_query'
make hook
make[1]: Entering directory `/root/check_multi-0.26'
cd: 1: can't cd to .git/hooks
make[1]: Leaving directory `/root/check_multi-0.26'
Make process finished
*** Next step: make test ***
or: make test-all (for all tests)
or: make test-checkresults
or: make test-extreme (random tag and macro values)
or: make test-feeds-passive (requires Perl module XML::Simple)
or: make test-livestatus (requires livestatus module and Perl Module Monitoring::Livestatus)
or: make test-macros
or: make test-perfdata
or: make test-statusdat
*** and then: make install ***
- This installs the check_multi plugin
make[1]: Entering directory `/root/check_multi-0.26/plugins'
/usr/bin/install -c -m 755 -d /usr/local/nagios/libexec
/usr/bin/install -c -m 755 check_multi /usr/local/nagios/libexec
make[1]: Leaving directory `/root/check_multi-0.26/plugins'
Please run 'make install-contrib' to install contrib files
Please run 'make install-config' to install sample config files
|
Ich vermute mal das mir irgendwas fehlt oder ich irgend einen config schalter nicht gesetzt habe.
Den das Plugin gibt mir nur das aus.
UNKNOWN - 0 plugins checked, [parse_files: cannot open config file /usr/local/nagios/etc/check_multi.cmd: No such file or directory,no checks defined]
<script language='JavaScript'> function Toggle(node) { if (node.nextSibling.style.display == 'none') { if (node.childNodes.length > 0) { node.childNodes.item(0).replaceData(0,1,String.fromCharCode(8211)) } node.nextSibling.style.display = 'block' } else { if (node.childNodes.length > 0) { node.childNodes.item(0).replaceData(0,1,'+') } node.nextSibling.style.display = 'none' } } </script><a onclick='Toggle(this)' style='color:#4444FF;line-height:0.3em;font-size:1.5em;cursor:crosshair'>–</a><div style='display:block'><div><table style='border-left-width:1px; border-right-width:0px; border-left-style:dotted' id='multi_table'></table></div></div>
Jemand ne Idee was da falsch läuft?
Nagios: 3.3.1
Debian: 5