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.
Problems after Upgrading to 5.5 - nagvis
Re: Problems after Upgrading to 5.5 - nagvis
The "default" backend in our version of NagVis is ndomy, and this is what you have in the config:
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]
Code: Select all
backendtype="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!
Re: Problems after Upgrading to 5.5 - nagvis
I was able to fix the issue. You can close the ticket. the issue was with my config file