Page 3 of 3

Re: Problems after Upgrading to 5.5 - nagvis

Posted: Thu Jul 12, 2018 8:08 am
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.

Re: Problems after Upgrading to 5.5 - nagvis

Posted: Thu Jul 12, 2018 9:52 am
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]

Re: Problems after Upgrading to 5.5 - nagvis

Posted: Fri Jul 13, 2018 2:05 pm
by bosecorp
I was able to fix the issue. You can close the ticket. the issue was with my config file