[op5-users] does geomap work for ANYONE?

Roman Kyrylych rkyrylych at n-ix.com.ua
Thu Nov 26 12:38:37 CET 2009


Russell Jennings wrote:
> If you have the geopmap working... please respond with what steps you  
> took to get it running, what versions of what you use, and etc...

Well, it works for me.
Besides requiring HTTPS connection the only cause of a problem
may be wrong path of nagvis or netmap installation
(assuming that merlin database is created correctly).

Here's how it is installed on my system:
* Ninja root dir:  /opt/monitor/op5/ninja/
* NagVis root dir: /opt/monitor/op5/nagvis/
   has the following structure:
     etc
     share
     share/nagvis
     share/netmap
     share/var
     share/wui
     var
* Geomap dir:      /opt/monitor/op5/nagvis/share/netmap/
* webpage symlinks:
   /var/www/html/ninja -> /opt/monitor/op5/ninja
   /var/www/html/nagvis -> /opt/monitor/op5/nagvis/share
* Ninja config ({ninjaroot}/application/config/config.php):
   $config['site_domain'] = '/ninja/';
   . . .
   $config['nagvis_real_path'] = '/opt/monitor/op5/nagvis/';
   if (is_dir($config['nagvis_real_path'])) {
           $config['nagvis_path'] = '/monitor/op5/nagvis/';
   } else {
           $config['nagvis_path'] = false;
   }

Ninja-integrated NagVis GUI can be accessed via 
https://{servername}/ninja/index.php/nagvis
Vanilla NagVis GUI can be accessed via https://{servername}/nagvis
In either case Geomap works.

-- 
Roman Kyrylych
Software engineer
N-iX LLC
Solutions for Your success
http://www.n-ix.com


More information about the op5-users mailing list