Enable Viewing of Stored Dashboard Data through Web Reports
Log In or Register to download the BES file, and more.

0 Votes

Description

BES 7.0.1 and higher supports the ability to store dashboard data in the BES database. This feature can be used for historical reporting purposes in sites such as Power Management.

This Fixlet will enable the viewing of stored dashboard data through Web Reports.

Only the BES Server will be relevant for this Fixlet.

Note: The BES Web Reports Service will be restarted if it is currently running.


Property Details

ID406
TitleEnable Viewing of Stored Dashboard Data through Web Reports
CategoryOptional
Download Size1812
SourceBigFix
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date1/31/2008 12:00:00 AM
KeywordsBES Reports TABLE TBODY Viewing
Added by on 10/17/2012 1:15:21 PM
Last Modified by on 10/17/2012 1:15:21 PM
Counters 4878 Views / 9 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 93 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
version of client >= "6.0"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose ((value "Version" of it) as string as version >= "7.0.1" AND (value "Version" of it) as string as version <= "7.0.9" AND exists value "BESInstalled" of it AND value "BESInstalled" of it =1) of registry)
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not exists folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string &"Reference" ) whose(exists file "BESOJO.xsd" of it)

Actions

Action 1

Action Link Click here to enable viewing of stored dashboard data through Web Reports.
Script Type BigFix Action Script
download http://software.bigfix.com/download/bes/misc/BESOJO.xsd
continue if {(size of it = 1814 AND sha1 of it = "c1076fbe899bf05f6ade9d4f93162660f8c14a46") of file "BESOJO.xsd" of folder "__Download"}
waithidden cmd.exe /C mkdir "{ value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string&"Reference" }"
copy "__download\BESOJO.xsd" "{ value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string &"Reference"}\BESOJO.xsd"
if {exists running services whose (display name of it = "BES Web Reports Server")}
waithidden cmd.exe /C net stop "BES Web Reports Server"
waithidden cmd.exe /C net start "BES Web Reports Server"
endif
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!