BBBMap

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jwelch
Posts: 225
Joined: Wed Sep 05, 2012 12:49 pm

BBBMap

Post by jwelch »

Attached is a modified version of BBMap which only shows service problems. Our environment
is large enough that BBMap was practically useless without pre-filtering. The only
drawback to this mod is that it doesn't show down hosts with no services. I couldn't
figure out how to select (current_host_status in 1,2,3 || current_service_status in 1,2,3)
from the examples in the component development pdf.

If I had more time, I'd put checkboxes on the page to turn the problem filter on/of and maybe
add selectable filters for all problems, acknowledged problems, and scheduled downtime problems.
Then it could be merged with the regular bbmap....

I named it bbbmap so I could keep the original on the system....call it Brief Better Bullet Map ;)
You do not have the required permissions to view the files attached to this post.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: BBBMap

Post by sreinhardt »

Awesome, have you thought of uploading it to exchange?
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.
jwelch
Posts: 225
Joined: Wed Sep 05, 2012 12:49 pm

Re: BBBMap

Post by jwelch »

It's not ready for prime time. For now I just wanted to make it available
for folks to look at as an example of where I'm trying to go with it.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: BBBMap

Post by sreinhardt »

Fair enough, I know our team think its a good improvement!
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.
Locked