This tools is part of Racvision project. # Nagiosmap v3.0 - Visual configuration tool for Nagios map # Copyright (C) 2002-2003 Stéphane Urbanovski # # - add i18n support # - add Nagios new file config support # - add grid positionning support # - add status line # - bugfixes # # adapted from : # # SaintMap v2.1 - Visual configuration tool for NetSaint # Copyright (C) 2000 David Kmoch # ######################## # Quick start ######################## You need (see start of nagiosmap.pl): - Nagios (of course !) - Perl - Perl/Tk - Perl/Tk::FileDialog (not needed any more with version 3.1) - Perl/Locale::gettext - Perl/File::Basename You may need to make some changes in nagiosmap.pl configurations ($cfgpath,$imgpath). If you want to use the english version, you only need nagiosmap.pl. If you want to use i18n (only french for now) you need to install gettext data (from ./po//LC_MESSAGES/nagiosmap.mo) : /usr/share/locale/fr_FR/LC_MESSAGES/nagiosmap.mo If you want to translate to other language (german for example ;-) ), everything you need is in ./po (and gettext documentation). In ./racvision directory there is some informations to build rpm for our customized distribution.