Webreports Status Baseline

Hi Guys

Is it possible to see the status of computer for a specific baseline in WebReports?

I can see how many computers are not relevant, failed etc, but I can’t see which computer? If I click on the baseline I can see all the components (actions) and if I click on that action, then I can see which computer is failed, but only for that action.

I need to see it for the whole baseline.
Is this possible?

Thanks a lot!

1 Like

Can you please provide the names of the Reports or the areas of WebReports you are using?

What is the info you are looking for? Which computers failed a particular baseline?

Providing screenshots of the top part of the UI would help as well, without the address bar. If you include more significant screenshots, then make sure to obscure anything significant and specific to your environment. There are many parts of WebReports, so it hard to know what you are trying.

There are definitely custom reports floating around that do things that are probably what you are looking for, but I don’t have any specific experience with them. Others would know more.

In general, most things are possible with Session Relevance, which is what powers WebReports and much of the info in the Windows Console. If it can be done with Session Relevance, then it can be done in WebReports.

Hi @jgstew

This are the steps i’m taking:

Then I search a baseline:

Here I can see the different status, when I edit the columns, and I see how many devices are Not Relevant etc. But how can I see which computer is Not Relevant?

If I click on the baseline, I can see all the components:

If I open a action, I can see which devices has which result. But I would like to see this on BaseLine level, like in the Console:


Is this possible, but then in WebReports?

Thanks!

This is a way to dynamically get what should be the newest baseline: https://bigfix.me/relevance/details/3005947

names of item 0 of (bes actions, it) whose(item 1 of it = id of item 0 of it) of maximum of ids of bes actions whose(multiple flag of it AND name of it != "Multiple Action Group")

This should give you what you are looking for, but for the newest baseline: https://bigfix.me/relevance/details/3005948

(name of it, (name of computer of it, status of it) of results of it) of item 0 of (bes actions, it) whose(item 1 of it = id of item 0 of it) of maximum of ids of bes actions whose(multiple flag of it AND name of it != "Multiple Action Group")

These Session Relevance queries could be adapted into a WebReport

1 Like

So this is always for the newest baseline or?

I wrote the relevance to find the newest baseline, and then wrote the relevance that you want the results for against that. The reason is that I have no idea what baselines you have in your environment, so inorder for you to take my relevance and get results, it has to reference something. The newest one seemed like the best option. You can use this relevance with ANY baseline. You could also use it for ALL baselines, it just would be overwhelming most likely.

Ow okay, I understand. Thanks a lot, i’ll try that today when I have some time. And otherwise later this week, i’ll let you know!

Thanks man!

Hi @jgstew

I had a couple minutes to spare and made (well, “made”, adjusted your relevance!) following code:

(names of it, (names of computer of it, status of it) of results of it) of (bes actions ) whose (id of it = 65752)

This was exactly what I was looking for! We only need to chose the action id, but that was a demand so it’s perfect.

Thanks a lot man :slight_smile:

1 Like

That was more or less how I intended it to be used.

You could also do this, but I would not recommend it:

The following would limit the scope of bes actions to just baselines:

1 Like

Thanks for the info man!

1 Like

Hi ,

is there any possibility of getting a information from web reports that will give be the below details in CSV format

Baseline Name
Created by
Time Of creation

Thanks a lot in Advance.

Naresh