Page 1 of 1

Nagios BPI 2.4.4 Bug?

Posted: Wed Feb 10, 2016 5:15 am
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

Re: Nagios BPI 2.4.4 Bug?

Posted: Wed Feb 10, 2016 2:54 pm
by lmiltchev
I was able to recreate the issue, and filed an internal bug report (TASK ID 7720). Thank you!