Issues with Nagvis in NagiosXI VM Build

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Re: Issues with Nagvis in NagiosXI VM Build

Post by rbuckle »

Map.CFG:

define global {
grid_show=1
iconset=std_medium
}

define host {
host_name=Mivoden Router
x=640
y=288
label_show=1
}

define host {
label_show=1
host_name=Mivoden2Cathcart
x=960
y=288
}

define service {
host_name=Mivoden2Cathcart
service_description=eth0 Bandwidth
x=640,960
y=288,288
view_type=line
line_type=14
line_label_show=0
hover_menu=0
}
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Re: Issues with Nagvis in NagiosXI VM Build

Post by rbuckle »

Image
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Re: Issues with Nagvis in NagiosXI VM Build

Post by rbuckle »

I did notice that for some reason this doesn't seem right:
Image

And remember I just powered this up as a pre configured VHD
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issues with Nagvis in NagiosXI VM Build

Post by ssax »

If you edit that line and change the line_type to --------------- does it resolve the issue? I know that's not what you want but I'm trying to narrow it down.
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Re: Issues with Nagvis in NagiosXI VM Build

Post by rbuckle »

we now get

Image
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issues with Nagvis in NagiosXI VM Build

Post by ssax »

Hmm, so it works that way. It has to be a bug in the way that it's parsing the perfdata, I'm unable to replicate it though.

Go look at the service under Home > Service Details > View the service > Click the advanced tab
- Please post the full exact output of the perfdata.
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Re: Issues with Nagvis in NagiosXI VM Build

Post by rbuckle »

Performance Data: in=2.429507Mb/s;50;80 out=16.398313Mb/s;50;80
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Issues with Nagvis in NagiosXI VM Build

Post by lmiltchev »

I don't see anything weird in the perfdata output.

Are you using SSL or a proxy? I was able to recreate the issue on one of my test boxes, where I use SSL...
Be sure to check out our Knowledgebase for helpful articles and solutions!
rbuckle
Posts: 146
Joined: Tue Aug 04, 2015 12:25 pm
Location: Idaho
Contact:

Re: Issues with Nagvis in NagiosXI VM Build

Post by rbuckle »

I am not using a proxy, the machine is on a 10.x.x.x ip address as is most of our internal network. I am not using https in the browser and have not installed anything except nano to the box itself, everything else should be stock.
----------------------------------
Running:
Installed Version: 5.8.3
OS: CentOS 7
Nagios XI
Enterprise License
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issues with Nagvis in NagiosXI VM Build

Post by ssax »

This is apparently expected behavior.

See the requirements for the perfdata here when using that line type:

http://docs.nagvis.org/1.5/en_US/lines_ ... style.html
Locked