Skip to content

Protirus/swdexectrending

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{CWoC} Software Delivery Execution Trending

Software Delivery Execution Trending for SMP Symantec Management Platform


See the example site: swdexectrending


There are also some Docs

--

Setup

Depending on which drive you installed your SMP SMP on will change the following, but assuming it is the default:

You will want to create a new folder swdtrending and copy the exe to that folder.

Then setup a new Task in the SMP to run the following

cd "c:\program files\altiris\notification sever\web\swdtrending"
swdtrending > trending_data.js
cd "c:\program files\altiris\notification sever\web\swdtrending"
swdtrending /msft > msft_trending_data.js`

The index.html or the mstf.html files both have a script tag in the <head> that you would need to modify it depending on the name of the file you output above:

<script type="text/javascript" src="swd_trending_data.js"></script>
<script type="text/javascript" src="msft_trending_data.js"></script>

Hosting the site:

c:\program files\altiris\notification sever\web\swdtrending

  • http://localhost/altiris/swdtrending/

Or

C:\inetpub\wwwwroot\SWDTrending

  • http://localhost/swdtrending/

Switches

See the Switches page for more info:

  • SWDExecTrending /raw

  • SWDExecTrending /msft

  • SWDExecTrending --version or SWDExecTrending /version


Original swdexectrending from Ludovic Ferre

[END OF "SUPPORT" NOTICE]

Hello everyone, after close to 5 years maintaining various tools around Symantec Connect this legacy is turning to be more of a burden than anything else. It's still is a great set of tool and they all have their use, but as such I'm not going to maintain them anymore. The source code for this tool may still change over time, and can be found on Github: https://github.com/somewhatsomewhere?tab=repositories

[/END OF "SUPPORT" NOTICE]


Check the WIKI or the following Symantec Connect Article(s)

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.8%
  • Batchfile 16.2%