Page 1 of 2

Can I delete Automap Index and Rotation pools?

Posted: Fri Jan 03, 2014 3:00 am
by phyo
Dear all,

Current I am testing Nagios Xi on Virtualbox. After one month, we are going to use for production environment. I want to know is can i delete automap index and rotation pools from nagvis map configuration?

For us, it is not necessary according to our customer requirement.

Please let me know whether can delete it or not. Thanks.

Re: Can I delete Automap Index and Rotation pools?

Posted: Fri Jan 03, 2014 10:03 am
by slansing
Is it just those two portions they don't need? Or is it Nagvis they don't need?

Re: Can I delete Automap Index and Rotation pools?

Posted: Sun Jan 05, 2014 10:18 pm
by phyo
slansing wrote:Is it just those two portions they don't need? Or is it Nagvis they don't need?
We just want to delete from Nagvis. Please see the photo. Want to delete the portion what I square with red color.
Image
We want to see Map Index only. We don't want to see Automap Index and Rotation Pools.

Thanks.

Re: Can I delete Automap Index and Rotation pools?

Posted: Mon Jan 06, 2014 10:43 am
by abrist
You may need to edit the php to remove those divs. I do not know if that will work without breaking something else with nagvis though. There is definitely no menu option to remove those divs.

Re: Can I delete Automap Index and Rotation pools?

Posted: Mon Jan 06, 2014 10:51 pm
by phyo
Thanks. I will take a look the php file and try.

Re: Can I delete Automap Index and Rotation pools?

Posted: Tue Jan 07, 2014 10:08 am
by slansing
Let us know how this works out for you.

Re: Can I delete Automap Index and Rotation pools?

Posted: Thu Jan 23, 2014 2:00 am
by phyo
Dear slansing,

I can remove Automap Index from Nagvis. I just rename /usr/local/nagvis/etc/automaps/__automap.cfg to something.

But so far can't find the solution to remove Rotation Pools.

I think this solution will help to other ppl.

Let me know if you find out the solution to remove Rotation Pools. :)

Re: Can I delete Automap Index and Rotation pools?

Posted: Thu Jan 23, 2014 12:25 pm
by lmiltchev
You can change the following line in the "/usr/local/nagvis/etc/nagvis.ini.php" file from:

Code: Select all

showrotations=1
to

Code: Select all

showrotations=0
I am not sure if this is not going to break something else, but you can always enable it back if you need to.

Let me know if this solved your issue.

Re: Can I delete Automap Index and Rotation pools?

Posted: Tue Jul 01, 2014 2:04 am
by phyo
Currently I used Nagvis 1.7.10 and I can remove rotation from nagvis.

You can do it by click Options >> General Configuration... then find the word "showrotations" and choose no. After that Rotation pool will be disappear.

Re: Can I delete Automap Index and Rotation pools?

Posted: Tue Jul 01, 2014 7:01 am
by WillemDH
I'm at 1.5.9. Did you upgrade yourself?