Bonjour à tous. je viens de configurer ma map! et j'affiche actuellement sur la map personalisé les icones de tt les host chequés ( routeur, switch...) le probleme c'eqte la map est inexploitable, on compren pa tro de plus c'est assez flou. vous pouvez voir sur l'image ce que ça donne. (dsl de la kalité!) mon tuteur de stage ma conseillé de colorier les icone de sorte à pouvoir les identifier sur la map! ms je trouve que c'est encore plus moche. je voulais avoir des conseils afi de rendr ema map plu exploitable ( ex : si on peu modifier les trai ki represen les parents entre les host, la couleur d police d host....)
Announcement
Collapse
No announcement yet.
MAP inexploitable
Collapse
X
-
Salut,
je te conseille d'utiliser plutot nagvis pour faire des map personnalisées, c'est beaucoup plus souple que la map d'oreon. Aussi evite de tapper tes messages depuis le un portail de mobile, parceque le style sms est super dur à lire...()_() .°("who | grep -i blonde | date; cd ~; unzip;")
=(o_0)=
*(() () Nicolas Verriest, France
-
ben je vais essayer des que j'aurai du temps..; parce que là j'ai pris du retard au niveau de mon stage... merci bcp
si tu connais des liens qui parle de ta solution merci d'en fournir ça serai cool et puis en mm temps ça me ferai gagner du temps lol
Merci
Comment
-
Je vous file mon fichier de conf.
PHP Code:; <?php return 1; ?>
; the line above is to prevent
; viewing this file from web.
; DON'T REMOVE IT!
; ----------------------------
; NagVis Configuration File
; ----------------------------
; global options
[global]
; select backend to use (ndomy,html)
; html -> pulls the data from the Nagios Webinterface (slow and unreliable but
; easy to use)
; ndomy -> gets the data from a Nagios NDO MySQL Database (fast an reliable
; but NDO is needed, NDO is a Nagios Addon devoloped by Ethan Galstad)
[b]backend="html"[/b]
; select language (english,german,...)
language="english"
; default icons
defaulticons="std_medium"
; rotate maps (0/1)
rotatemaps=0
; maps to rotate
maps="Vue_Globale"
; show header (0/1)
displayheader=1
; options per line in header
headercount=3
; use gdlibs (if set to 0 lines will not work, all other types should work fine)
usegdlibs=1
; refresh time of pages
refreshtime=60
; options for the wui
[wui]
; auto update fequency
autoupdatefreq=25
; path options
[paths]
; absolute physical NagVis path
base="/usr/local/nagios/share/nagvis/"
; absolute physical NagVis cfg path
cfg="/usr/local/nagios/share/nagvis/etc/"
; absolute physical NagVis iconset path
icon="/usr/local/nagios/share/nagvis/iconsets/"
; absolute physical NagVis maps path
map="/usr/local/nagios/share/nagvis/maps/"
; absolute physical NagVis maps cfg path
mapcfg="/usr/local/nagios/share/nagvis/etc/maps/"
; absolute html NagVis path
htmlbase="/nagios/nagvis"
; absolute html NagVis cgi path
htmlcgi="/nagios/cgi-bin"
; absolute html NagVis icon path
htmlicon="/nagios/nagvis/iconsets/"
; absolute html NagVis maps path
htmlmap="/nagios/nagvis/maps/"
; absolute html NagVis documentation path
htmldoku="http://luebben-home.de/nagvis-doku/nav.html?nagvis/"
; options for the NDO-Backend
[backend_ndo]
; hostname for NDO-db
dbhost="localhost"
; portname for NDO-db
dbport=3306
; database-name for NDO-db
dbname="nagios"
; username for NDO-db
dbuser="nagios"
; password for NDO-db
dbpass="nagios"
; prefix for tables in NDO-db
dbprefix="ndo_"
; instace-id for tables in NDO-db
dbinstanceid=1
; maximum delay of the NDO Database in Seconds
maxtimewithoutupdate=180
; options for the HTML-Backend
[backend_html]
; with this user, the script reads the CGIs
cgiuser="nagiosadmin"
; physical path to the CGIs
cgi="/usr/local/nagios/sbin/"
; usualy not needed
; include options
[includes]
; header include
header="header.nagvis.inc"
; index include
index="index.nagvis.inc"
;debugginig options for developer purposes
[debug]
; debug on/off (0/1)
debug=0
; debugStates on/off (0/1)
debugstates=0
; debugCheckState on/off (0/1)
debugcheckstate=0
; debugFixIcon on/off (0/1)
debugfixicon=0
; Only internal informations
[internal]
; version of NagVis
version=0.9
; title of NagVis pages
title="Supervision Maps"
; -------------------------
; EOF
; ------------------------
aprés il n'y a qu'a suivre la doc fournie dans le fichier /usr/local/nagios/share/nagvis/INSTALL
Aprés libre à toi de te faire un alias apache pour avoir une jolie URL sinon par défaut tu peux y acceder en tappant : http://serveurIp/nagios/share/nagvis/
C'est un peu rapide mais j'ai pas le temps de plus détailler maintenant...()_() .°("who | grep -i blonde | date; cd ~; unzip;")
=(o_0)=
*(() () Nicolas Verriest, France
Comment
Comment