/build/static/layout/Breadcrumb_cap_w.png

K1000: Installed Patches Via Inventory report

I need to write a report providing the "installed patches via inventory" count for each computer as found on the computer detail screen on the K1000 appliance.  Does anyone have any idea the tables that would need to be included in the query or better yet have the query for this report?   Thanks

James


2 Comments   [ + ] Show comments
  • Are you currently running any detect schedules? - dugullett 10 years ago
  • I was able to find the tables that allowed my to create the report I need on the patches displayed in the "Installed patches via inventory" link. Those tables are MACHINE, MACHINE_SOFTWARE_JT, AND SOFTWARE. The query looks like "SELECT `MACHINE1`.`NAME`, `MACHINE1`.`OS_NAME`, `SOFTWARE1`.`DISPLAY_NAME`, `MACHINE1`.`LAST_INVENTORY`, `MACHINE1`.`LAST_REBOOT`, `SOFTWARE1`.`IS_PATCH` FROM (`ORG1`.`MACHINE` `MACHINE1` INNER JOIN `ORG1`.`MACHINE_SOFTWARE_JT` `MACHINE_SOFTWARE_JT1` ON `MACHINE1`.`ID`=`MACHINE_SOFTWARE_JT1`.`MACHINE_ID`) INNER JOIN `ORG1`.`SOFTWARE` `SOFTWARE1` ON `MACHINE_SOFTWARE_JT1`.`SOFTWARE_ID`=`SOFTWARE1`.`ID`
    WHERE `SOFTWARE1`.`IS_PATCH`=1 ORDER BY `MACHINE1`.`OS_NAME`, `MACHINE1`.`NAME`, `SOFTWARE1`.`DISPLAY_NAME`. Make sure to add in the where clause "patch=1". - jrwallace96 10 years ago

Answers (0)

Be the first to answer this question

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