Problems after Upgrading to 5.5 - nagvis

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Problems after Upgrading to 5.5 - nagvis

Post by bosecorp »

Yes, I did, I did a cp instead, but then I emptied the directory out

here is the new error I get when I http to http://nagiosxiservername/nagvis

Unknown value socket used in section worker in main configuration file.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems after Upgrading to 5.5 - nagvis

Post by lmiltchev »

The "default" backend in our version of NagVis is ndomy, and this is what you have in the config:

Code: Select all

backendtype="ndomy"
I may be wrong, but I don't think tcp sockets are available option with ndomy...
http://docs.nagvis.org/1.9/en_US/backend_ndomy.html

According to the NagVis documentation, they are available with mklivestatus backend.
http://docs.nagvis.org/1.9/en_US/backen ... tatus.html

Does the issue go away when you comment out the "socket" directive?
[code; ]socket="tcp:127.0.0.1:7668"[/code]
Be sure to check out our Knowledgebase for helpful articles and solutions!
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Problems after Upgrading to 5.5 - nagvis

Post by bosecorp »

I was able to fix the issue. You can close the ticket. the issue was with my config file
Locked