Nagios XI 5R1.0: BPI Service Bug

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mopp
Posts: 64
Joined: Thu Aug 20, 2015 7:15 am

Nagios XI 5R1.0: BPI Service Bug

Post by mopp »

I tried to test BPI with service checks, but it looks like there is a bug.
What I did:
Create New BPI Group and added two sample services:
S: mytest.test.com :: Physical Memory Usage
S: mytest.test.com :: Virtual Memory Usage

After writing the configuration file I get the error:

Code: Select all

Error: Missing '&' or '|' option for Group: Testbug
Member:mytest.test.com :: Virtual Memory Usage &
Error: Can't find a service with host:mytest.test.com :: Virtual Memory Usage service:&, check configuration for group: 'Testbug'
Error: Missing '&' or '|' option for Group: Testbug
Member:mytest.test.com :: Physical Memory Usage &
Error: Can't find a service with host:mytest.test.com :: Physical Memory Usage service:&, check configuration for group: 'Testbug'
When I go back to the edit group setting the service has an additional &, it looks like this:
S: mytest.test.com :: Physical Memory Usage;&
S: mytest.test.com :: Virtual Memory Usage;&

I checked the configuration in /usr/local/nagiosxi/etc/components/bpi.conf

Code: Select all

define Testbug {
        title=Testbug
        desc=
        primary=1
        info=
        members=mytest.test.com :: Virtual Memory Usage;&, mytest.test.com :: Physical Memory Usage;&,
        warning_threshold=90
        critical_threshold=80
        priority=2
        type=default
        auth_users=
}
The web tool adds the service with "::" instead of a ";", this is how the configueation should look like:

Code: Select all

members=mytest.test.com;Virtual Memory Usage;&, mytest.test.com;Physical Memory Usage;&, 
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI 5R1.0: BPI Service Bug

Post by tgriep »

That bug was recently found. Take a look at this link.
https://support.nagios.com/forum/viewto ... =6&t=34950

If the component isn't updated in a few days, the next release of Nagios XI will include it.
Be sure to check out our Knowledgebase for helpful articles and solutions!
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: Nagios XI 5R1.0: BPI Service Bug

Post by jomann »

You can upgrade just the BPI component now if you'd like using the zip. Upload and install in Admin > Manage Components > Upload Component.
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked