Hallo,
ich habe ein kleines Problem mit check_multi wenn ich die passive checks erzeugen möchte:
 |
Quellcode
|
1
2
|
[root check_multi]# /opt/icinga/libexec/check_multi -f srv-stihelvap04.cmd -r 2048 -s service_definition_template=/root/icinga/service_definition.tpl
[root check_multi]#
|
dann passiert - Nix.
Wenn ich absichtlich das service_definition template weglasse, dann kommt ne fehlermeldung
 |
Quellcode
|
1
2
3
|
[root check_multi]# /opt/icinga/libexec/check_multi -f srv-stihelvap04.cmd -r 2048 -s service_definition_template=
#--- Error: service definition template file '' not found
[root check_multi]#
|
Hier die check_multi Version (hab eben noch einmal die neueste Version ausgecheckt):
 |
Quellcode
|
1
2
3
4
|
[root check_multi]# /opt/icinga/libexec/check_multi -V
Version: check_multi_v485_2011-09-10-16:23
configure '--prefix=/opt/icinga' '--sysconfdir=/etc/icinga' '--with-nagios-user=icinga' '--with-nagios-group=icinga' '--with-nagios-name=icinga'
[root check_multi]#
|
Auf einer älteren Nagios Maschine geht das noch:
 |
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
|
[root xal]# /usr/lib/nagios/plugins/check_multi_v272 -f srv-xalipxpes02.cmd -r 2048 -s service_definition_template=/root/nagios/service_definition.tpl
#--- service Disk_Free for host xalhplpmo01.akquinet.de
define service {
service_description Disk_Free
host_name xalhplpmo01.akquinet.de
use SERVICE
}
.
.
.
.
|
Habt ihr eine Idee?
Grüße
Bernd