NagVis Error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RobertWebb
Posts: 13
Joined: Wed May 11, 2016 1:30 pm

NagVis Error

Post by RobertWebb »

We are just getting around to looking into setting up nagvis on XI.

When trying to access it we are getting the following error:

The attribute cellsperrow in section index in main configuration file is deprecated.
Please take a look at the documentation for updating your configuration.

I tried a search but came up empty. Can someone point me in the right direction?

Nagios XI 5.5.1
jalbert

Re: NagVis Error

Post by jalbert »

@RobertWebb,
I looked into the issue you were having with setting up NagVis on XI, and I found a link that may be helpful:

https://monitoring-portal.org/woltlab/i ... teriously/

If you have the cellsperrow parameter set in main configuration file, try to comment it out and then restart Apache by using

Code: Select all

service httpd restart
for CentOS/RHEL to see if that fixes the problem.

If that still doesn't work, please post the following file so we can view it: /usr/local/nagvis/etc/nagvis.ini.php
RobertWebb
Posts: 13
Joined: Wed May 11, 2016 1:30 pm

Re: NagVis Error

Post by RobertWebb »

jalbert wrote:@RobertWebb,
I looked into the issue you were having with setting up NagVis on XI, and I found a link that may be helpful:

https://monitoring-portal.org/woltlab/i ... teriously/

If you have the cellsperrow parameter set in main configuration file, try to comment it out and then restart Apache by using

Code: Select all

service httpd restart
for CentOS/RHEL to see if that fixes the problem.

If that still doesn't work, please post the following file so we can view it: /usr/local/nagvis/etc/nagvis.ini.php
There were about 3 different entries I had to comment out. Not sure why the nagios xi could not have done this during the upgrade process.

But it appears to be working now.
jalbert

Re: NagVis Error

Post by jalbert »

@RobertWebb,
I'm glad to hear its working now!
I'm going to go ahead and close and lock the topic, let us know if you need anything else.
Locked