This report cannot be scheduled via Web Reports for 2 reasons. Firstly it is created with user interaction making it unsuitable for auto delivery. Secondly, because of the use of JavaScript on the client-side, Web Reports server will also not be able to execute it.
I hope you have found the source code of the report. It is written in JavaScript, so you will need someone with JavaScript knowledge plus IEM Session Relevance to help with any edits that might be desired.
Is it possible to create a report similar to âFixlet Compliance by Computer Group V1.6â without the charts and java script. The purpose of this is to be able to use the web reports scheduled emails feature.
I am able to create part of the relevance script but could not figure out how to incorporate the remaining relevance statement.
Any help would be much appreciated.
Computer ID
Computer Name
Operating System
IP Address
Last Report Time
Applicable Fixlets
Installed Fixlets
Outstanding Fixlets
Compliance
<?relevance concatenation of trs of (td of (id of it as string) & td of (link of it) & td of (if (exists operating system of it) then (operating system of it) else ("Unknown")) & td of (if (exists ip addresses of it) then (concatenation (", ") of (ip addresses of it as string)) else (" ")) & td of ((year of it as string & "/" & month of it as two digits & "/" & day_of_month of it as two digits) of date (local time zone) of it & " " & (two digit hour of it as string & ":" & two digit minute of it as string & ":" & two digit second of it as string) of time (local time zone) of it) of last report time of it) of elements of unions of (sets of bes computers whose (exists name of it)) ?>
attached is a pic of a sample of what i have created so for.
Any help would be much appreciated.
How can I have the âFirst Became Relevantâ only be applicable to the computer under analysis? The unique values statement fails because the âFirst Became Relevantâ dates have multiple:
var relevance = 'unique values of (id of item 0 of it as string & "||" & name of item 0 of it & "||" & item 1 of it & "||" & item 2 of it & "||" & item 3 of it & "||" & item 4 of it & "||" & item 5 of it & "||" & item 6 of it & "||" & item 7 of it & "||" & item 8 of it & "||" & (if ((year of date (local time zone) of it) as integer = 1980) then ("<none>") else ((year of it as string & "/" & month of it as two digits & "/" & day_of_month of it as two digits) of date (local time zone) of it)) of (item 9 of it as time)) of (applicable computers whose (exists name of it) of it , ("<A name=%22" & name of it & "%22 href=%22" & link href of it & "%22 target=%22_blank%22>" & name of it & "</A>") , (if (exists source severity of it) then (if (source severity of it as lowercase contains "<unspecified>" or source severity of it as lowercase contains "<n/a>") then ("Unspecified") else (source severity of it)) else ("Unspecified")) , (if (exists source release date of it) then ((year of it as string & "-" & month of it as two digits as string & "-" & day_of_month of it as two digits as string) of source release date of it as string) else "1000-01-01") , (if (exists category of it) then (if (category of it as lowercase contains "<unspecified>") then ("Unspecified") else (category of it as string)) else ("Unknown")) , (if (exists cve id list of it) then (if (cve id list of it as lowercase contains "cve") then (cve id list of it as string) else ("Unknown")) else ("Unknown")) , (if (exists download size of it) then ((download size of it) as string) else ("0")) , display name of site of it , applicable computer count of it as string , ((if (exists First Became Relevant of it) then (First Became Relevant of it as string) else ("Fri, 15 Feb 1980 00:00:00 -0000")) of results of it)) of ' + fixletFilter;
Charts and JavaScripts are not the reasons why a custom report cannot be scheduled.
Here is a new report similar to this one that can be scheduled. Schedulable Compliance by Computer report
Is there anyway to modify the script to allow more than 1000 items to be displayed? When I export to Excel it only takes the visible cells and I have some reports that are over 14000 lines. I looked through the fixlet_compliance_1_7.js file but Iâm not super familiar with java script.
@Chris_C if you search the JavaScript file, you will find the following line of code.
var diplayedRelevantFixlets = 1000;
You can change that to any number desired, albeit with slower performance.
Remember that the browser cache might have to be forced refreshed, or the old JavaScript file will be used.
@nareshjon we would do the same thing of searching for the displayedRelevantFixlets variable and change the value to anything you need.
Version 2.0 has only one big difference, which is to embed the entire report in one file. So it is indeed larger and more cumbersome to edit.
@nareshjon yes you can change the default number of rows displayed from 1000 to any larger number.
Search for the following line in the report and change the value.
@leewei Iâm currently using 9.5.8.38 will this Interactive Fixlet Compliance Reports v2.0 work with that version? Also I donât see a ext-3.2.0 directory under C:\Program Files\BigFix Enterprise\BES Server\BESReportsServer\wwwroot". Should I just manually create the directory?
@RiyazBasha. Web Report is a web server with the following directory (drive letter might be different) as the root directory.
C:\Program Files (x86)\BigFix Enterprise\BES Server\wwwrootbes\
With a proper installation, we should see a directory like the following
C:\Program Files (x86)\BigFix Enterprise\BES Server\wwwrootbes\ext-3.2.0
So a proper test URL should be:
http(s)://your_web_reports_server:port/ext-3.2.0/ext-all.js
Why without adding port query worked
2)Can you please help me with usage of Fixlet Compliance by Computer Group Doc. if you have any? and
3)Did you released v2.0 Fixlet Compliance by Computer Group?if so,provide me direct link todownload
4)can we use both v1.7 and 2.0 Fixlet Compliance by Computer Group ?