Reprise du message précédent : Serieux, je préfère gérer des hosts et des services via Centreon que de me prendre le choux avec pleins de fichiers texte.
Pour en revenir à ce que vous dîtes, je supervise 68 hosts (linux, Aix-VIO, Aix-HACMP-RG, Aix-servers, windows (NT4, 2000, 2003)....) et je surveille 1234 services!!
Donc voilà... pas besoin d'en dire plus!!!
Bon l'essentiel est que ça fonctionne ^^!!
Bon allez merci pour votre aide!!!
---------------
tuxerman12
Posté le 11-06-2009 à 09:24:59
Il y en a qui chercheront toujours à te rabaisser , ignore les
kelkoko
Posté le 11-06-2009 à 09:57:55
Non il me taquinne, en tout cas pour rapha3l ^^
Mais bon j'ai un petit problème avec nagvis!!
Voici le problème que j'ai avec nagvis :
Citation :
Warning: Invalid argument supplied for foreach() in /usr/local/nagios/share/nagvis/nagvis/includes/classes/GlobalMainCfg.php on line 901
No backend could be found in NagVis configuration. You need to define a backend for gathering status information.
Donc je vais sur l'interface web Wui pour paramétrer le backend mais je ne sais pas comment ça marche et ce qu'il faut mettre!
Pour votre gouverne, je supervise 68 hosts (linux, Aix-HACMP-RG, Aix-VIO windows (Nt4, 2000, 2003)...) et je surveille 1234 services!!!!
Ça fait une moyenne de 18 services par machine
Jcomprends mieux pourquoi tu m'as demandé combien prenait un enregistrement au niveau de la bdd
T'as réussi à évaluer la taille de ta base de données au bout d'1 mois?
kelkoko
Posté le 11-06-2009 à 10:48:13
lol non mais on verra bien!!!! ^^
Je vais regarder!
---------------
kelkoko
Posté le 12-06-2009 à 14:19:48
J'ai un petit problème avec nagvis!!
Voici le problème que j'ai avec nagvis :
Code :
Warning: Invalid argument supplied for foreach() in /usr/local/nagios/share/nagvis/nagvis/includes/classes/GlobalMainCfg.php on line 901
No backend could be found in NagVis configuration. You need to define a backend for gathering status information.
Donc je vais sur l'interface web Wui pour paramétrer le backend mais je ne sais pas comment ça marche et ce qu'il faut mettre!
Pourriez-vous m'aider?
---------------
kelkoko
Posté le 12-06-2009 à 15:09:55
Je pense avoir trouvé la source du problème, à savoir le fichier nagvis.ini.php :
Code :
; global options
[global]
; select language (english,german,french,...)
language="fr_FR"
; dateformat of the time/dates shown in nagvis (For valid format see PHP docs)
dateformat="m-d-Y H:i:s"
; show header (0/1)
;displayheader=1
; refresh time of pages
refreshtime=30
; default values for the maps
[defaults]
; default backend (id of the default backend)
;backend="ndomy_1"
; default icons
icons="std_medium"
; recognize service states in host/hostgroup objects
recognizeservices=1
; recognize only hard states (not soft)
;onlyhardstates=0
; background color of maps
;backgroundcolor="#fff"
; header template
;headertemplate="default"
; enable/disable hover menu
;hovermenu=1
; hover template
; Timeout of hover menu ajax request (seconds)
;hovertimeout=5
;hovertemplate="default"
; hover menu open delay (seconds)
;hoverdelay=0
; show childs in hover menus
;hoverchildsshow=1
; order method of childs (desc: descending, asc: ascending)
;hoverchildsorder="asc"
; sort method of childs (s: state, a: alphabetical)
;hoverchildssort="s"
; limit shown child objects to n
;hoverchildslimit="10"
; show map in lists (dropdowns, index page, ...)
;showinlists=1
; use gdlibs (if set to 0 lines will not work, all other types should work fine)
;usegdlibs=1
; target for the icon links
urltarget="_blank"
;usegdlibs=1
showinlists=0
; options for the wui
[wui]
; auto update frequency
;autoupdatefreq=25
; map lock time (minutes)
;maplocktime=5
; Users which are allowed to change the NagVis configuration (comma seperated list)
allowedforconfig="EVERYONE"
; path options
[paths]
; absolute physical NagVis path
;base="/usr/local/nagios/share/nagvis/"
; absolute html NagVis path
htmlbase="/nagvis"
; absolute html NagVis cgi path
;htmlcgi="/nagios/cgi-bin"
; options for the NDO-Backend
; in this example the ID of the Backend is "ndomy_1" you can define another ID.
[backend_ndomy_1]
backendid="ndomy_1"
; type of backend - MUST be set
backendtype="ndomy"
; 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="nagios_"
; instace-name for tables in NDO-db
dbinstancename="default"
; maximum delay of the NDO Database in Seconds
maxtimewithoutupdate=180
; path to the cgi-bin of this backend
htmlcgi="/nagios/cgi-bin"
; map rotation pools
; in this example the browser switches between the maps demo and demo2 every 15
; seconds the rotation is enabled by url: index.php?rotation=demo
[rotation_givaudan]
; maps to rotate in this pool
maps="firstmap,map_test"
; rotation interval (seconds)
interval=15
; -------------------------
; EOF
; -------------------------
Maintenant le problème c'est que j'ai une page blanche, à la place d'une carte, et des croix rouges, à la place des icônes.
Un idée??
---------------
rapha3L
Posté le 12-06-2009 à 17:11:22
Problème de chemins? Droits d'accès?
Message édité par rapha3L le 12-06-2009 à 17:12:44