Nagios BPI 2.4.4 Bug?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
spurrellian
Posts: 43
Joined: Tue Jan 06, 2015 6:26 am
Location: Bath, UK

Nagios BPI 2.4.4 Bug?

Post by spurrellian »

Hi All,

I think I've found a bug in Nagios BPI 2.4.4?

I created a new BPI group. One of the checks is a disk space check. and the service name has : in it at the end.
image1.png
When you write the configuration it strips out the : and then gives an error saying it can't find a service
image2.png
If I then manually edit the config and put a space in after the : it works

Config Before

Code: Select all

}
define Test-BPI {
        title=Test BPI
        desc=Test BPI
        primary=1
        info=
        members=WXSQLCLICD01-01 :: Drive C:;&, 
        warning_threshold=90
        critical_threshold=80 
        priority=3
        type=default
        auth_users=      
}
Config After

Code: Select all

}
define Test-BPI {
        title=Test BPI
        desc=Test BPI
        primary=1
        info=
        members=WXSQLCLICD01-01 :: Drive C: ;&, 
        warning_threshold=90
        critical_threshold=80 
        priority=3
        type=default
        auth_users=      
}
image3.png
You do not have the required permissions to view the files attached to this post.
Paul S - Using Nagios XI, Network Analyzer, Log Server
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios BPI 2.4.4 Bug?

Post by lmiltchev »

I was able to recreate the issue, and filed an internal bug report (TASK ID 7720). Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked