-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
+Config parameter: FileName (UNC)
+Config parameter: email
- Check if file exists
1.a If file exists - save a copy with datename
1.b if file doesn't exists and parameter is not empty - create file as a output result - Excel will have extra columns (Status + Notes) in the end
- Load "saved data" from excel with status and notes
- Run best practices and merge results with excel based on the key: Server, Check ID, Object Type, Object Name
- Status
when records is not found in "Excel" set status to "New"
when records is not found in "BP" set value in "Status" columns to "AutoClosed" if status<>"Closed"
update excel fields when records found in both "Excel" and "BP" (e.g. value of metric changed) - Save new excel file
- Calculate "score" as a number of open issues (Status <> "Ignore", "AutoClosed", "Closed")
- Calculate "diff" from previous "score"
- Send email with "Score" with a link to file (UNC)
Reactions are currently unavailable