/build/static/layout/Breadcrumb_cap_w.png

Is this possible for a patch report?

Good afternoon,

I was wondering if anyone could tell me if KACE would be able to generate a report that would follow these guide lines.

 


1 Comment   [ + ] Show comment
  • Anyway you can make that pic larger? - dugullett 10 years ago

Answers (1)

Posted by: dugullett 10 years ago
Red Belt
0

Based on what I can see this is a start.

SELECT PP.TITLE, PP.IMPACTID, PP.RELEASEDATE,

SUM(IF((MS.STATUS = 'PATCHED'), 1, 0)) AS '# of Servers Installed',

SUM(IF((MS.STATUS = 'NOTPATCHED'), 1, 0)) AS '# of Servers Needed',

SUM(IF((MS.DEPLOY_ATTEMPT_COUNT >= MS.MAX_DEPLOY_ATTEMPT 

          and MS.STATUS != 'PATCHED'

        or MS.STATUS = 'FAIL' 

        or (MS.DEPLOY_STATUS = 'FAIL' and MS.STATUS != 'PATCHED')), 1, 0)) AS '# Servers Failed'

FROM PATCHLINK_MACHINE_STATUS MS

JOIN KBSYS.PATCHLINK_PATCH PP ON PP.UID = MS.PATCHUID

GROUP BY PP.UID

ORDER BY PP.TITLE

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ