I performed a new install from source of Nagios Core 4.0.0 Beta1 on Centos 6.4 64bit. I plan on migrating from existing Nagios Core 3.2.3 over to the new box. I've added a few host/services while I reorg the config files.
Problem is the status map will not display my hosts and any layout method. All I get is a message about "You have not supplied any host drawing coordinates, so you cannot use this layout method." I do not use user defined coordinates, never have.
statusmap doesn't display info
Re: statusmap doesn't display info
Run the following command and show the output:
Code: Select all
grep default_status* /usr/local/nagios/etc/cgi.cfgBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: statusmap doesn't display info
#grep default_status* /usr/local/nagios/etc/cgi.cfg
default_statusmap_layout=4
default_statuswrl_layout=4
Same as my current nagios.
default_statusmap_layout=4
default_statuswrl_layout=4
Same as my current nagios.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: statusmap doesn't display info
When you were on 3.2.3, was that a source or package install? Also what commands did you run to perform the upgrade?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: statusmap doesn't display info
I always install from source. 3.2.3 install was from source on a FC14 host. The 4.0.0 Beta1 install was also from source and on a completely new host, a Centos 6.4. I have both versions available. I did not copy cfg's from 3.2.3. Used 4.0.0 Beta1 sample cfg's.
Re: statusmap doesn't display info
Do any of the layouts work?
We have talked to our core devs, so at least this issue is on their radar.
We have talked to our core devs, so at least this issue is on their radar.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: statusmap doesn't display info
User-defined coordinates, Circular, Circular (Marked Up),Circular (Balloon) all show the same message, regardless of drawing layer. Depth layers,Collapsed tree,Balanced tree will show the Nagios process and my highest level Parent object.
Re: statusmap doesn't display info
We are still looking into this. Our core devs have been unable to reproduce the issues, as well as our techs.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: statusmap doesn't display info
I'd be happy to send you my cfg's and package list if it would help.
Re: statusmap doesn't display info
You can send them to me, or to abrist via PM.I'd be happy to send you my cfg's and package list if it would help.
Be sure to check out our Knowledgebase for helpful articles and solutions!