Hallo,
ich wiil gern Nagvis auf Icingaweb2 integrieren . ich habe bereit icingaweb2 + Director sowie Dependencies im laufen. nun habe Probleme bei der Intergration von Nagvis. ich bekomme wenn ich auf map module klicke die fehlermeldung
nagvis version 1.8.5
icingaweb2: 2.4.1
nagvis module: https://github.com/Icinga/icingaweb2-module-nagvis
mein Nagvis.ini.php
Code
- [global]
- authmodule="CoreAuthModIcingaweb2"
- authorisationmodule="CoreAuthorisationModIcingaweb2"
- file_group="www-data"
- language="de_DE"
- logonmodule="LogonIcingaweb2"
- [paths]
- base="/usr/share/nagvis/"
- htmlcgi="/monitoring"
- [defaults]
- backend="live_1"
- urltarget="_top"
- hosturl="[htmlcgi]/host/show?host=[host_name]"
- hostgroupurl="[htmlcgi]/list/hostgroups?hostgroup_name=[hostgroup_name]"
- serviceurl="[htmlcgi]/service/show?host=[host_name]&service=[service_description]"
- servicegroupurl="[htmlcgi]/list/servicegroups?servicegroup=[servicegroup_name]"
- mapurl="[htmlcgi]/nagvis/show/map?map=[map_name]"
- headermenu=0
- stylesheet="icingaweb-nagvis-integration.css"
- [index]
- [automap]
- defaultparams="&childLayers=2"
- defaultroot="domainname"
- graphvizpath="/usr/bin/"
- [wui]
- [worker]
- [backend_live_1]
- backendtype="mklivestatus"
- socket="unix:/var/run/icinga2/cmd/livestatus"
- [backend_ndomy_1]
- backendtype="ndomy"
- [rotation_demo]
- maps="demo-germany,demo-ham-racks,demo-load,demo-muc-srv1,demo-geomap,demo-automap"
- interval=15
- [states]
Ich habe auch ein Problem mit der Automap die werden nicht eingezeigt obwohl ich die Host sehe.
wie kann ich es konfigurieren damit es funktioniert?
lg