3d status map menu?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
reyhykary
Posts: 3
Joined: Tue Aug 20, 2013 11:11 am

3d status map menu?

Post by reyhykary »

Hi guys. I'm new here.

So, here is the problem:

Recently, we updated the nagios core, to the 3.5 version. All the previous settings, are working fine.

I can see all host, user-supplied coords map, icons, host details, etc.

I can't see the 3d status map menu. I made no changes in the nagios files

Please help me

i put a photo of my new nagios core.

cya

http://img819.imageshack.us/img819/8379/2z3o.png
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: 3d status map menu?

Post by abrist »

reyhykary wrote:I can't see the 3d status map menu.
!??! I didn't know we had a 3d map. Could you please clarify?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
reyhykary
Posts: 3
Joined: Tue Aug 20, 2013 11:11 am

Re: 3d status map menu?

Post by reyhykary »

abrist wrote:
reyhykary wrote:I can't see the 3d status map menu.
!??! I didn't know we had a 3d map. Could you please clarify?
I mean this

Image


look the left menu. it's nagios 3.0.5

You can see 3d status map menu
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: 3d status map menu?

Post by abrist »

Yep, I see it. I dug through some old docs and found mention of it. We still package the statuswrl.cgi it uses, though I am unsure why it has been removed from the navigation menu.
You can add it back to the nav menu by editing the file: /usr/local/nagios/share/side.php
Add it right after the "Map" link (line #42):

Code: Select all

<li><a href="<?php echo $cfg["cgi_base_url"];?>/statuswrl.cgi" target="<?php echo $link_target;?>">3d Map</a></li>
I learn something new about Nagios every day!
Cheers!
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
reyhykary
Posts: 3
Joined: Tue Aug 20, 2013 11:11 am

Re: 3d status map menu?

Post by reyhykary »

abrist wrote:Yep, I see it. I dug through some old docs and found mention of it. We still package the statuswrl.cgi it uses, though I am unsure why it has been removed from the navigation menu.
You can add it back to the nav menu by editing the file: /usr/local/nagios/share/side.php
Add it right after the "Map" link (line #42):

Code: Select all

<li><a href="<?php echo $cfg["cgi_base_url"];?>/statuswrl.cgi" target="<?php echo $link_target;?>">3d Map</a></li>
I learn something new about Nagios every day!
Cheers!
Thanks for your fast response.

in fact, now i can see the menu. We have cortona 3d viewer.

When, we try show the 3d map, appears the next log:

Code: Select all

http://x.x.x.x/nagios/cgi-bin/statuswrl.cgi(16) : '}' expected
cya
Locked