NagVis not working JSON error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
odino2016
Posts: 9
Joined: Mon Jun 20, 2016 3:53 am

NagVis not working JSON error

Post by odino2016 »

Hi All,
we're performing a upgrade from nagvis 1.5 to the latest bundled with NagiosXI 5.7.3
OS RHEL 8.2
NAGIOSXI 5.7.3

I've upgraded Nagvis using the Upgrade scripts without errors but if I try to see our maps the results is always a json error.

The OS is clean and nagiosxi has been installed using the 5.7.2 then upgraded to the 5.7.3 (host, services and so on have been imported from a nagios 5.4.2)
Nagvis 1.5 has been copied from the same NagiosXI 5.4.2 used to import nagios core configs and then upgraded to the latest bundled with NagiosXI 5.7.3

Note: Actually all the HOSTS and SERVICES are in downtime.

Screenshot 2020-09-17 120604.png
TIA for the support.
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: NagVis not working JSON error

Post by cdienger »

I'd like to get a profile from the XI server which can be generated under Admin > System Config > System Profile > Download Profile, or from the command line with:

Code: Select all

/usr/local/nagiosxi/scripts/components/getprofile.sh 60119
The profile is then saved to:

Code: Select all

/usr/local/nagiosxi/var/components/profile.zip
I'd also like to get a copy of a the database that has the current configuration. If the default database is being used then this can be done from the command line with:

Code: Select all

mysqldump -uroot -pnagiosxi nagiosql > nagiosql.sql
Finally, please provide me a copy of the /usr/local/nagvis directory.

Send all three pieces of data to me through a PM.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked