/build/static/layout/Breadcrumb_cap_w.png

Create a report with inventory

Hello everyone,

I need create a report with all machines don't make a report in last 7 days.


Some ideia? :)



0 Comments   [ + ] Show comments

Answers (2)

Posted by: larcher 4 years ago
Senior White Belt
2

  There is a report already built in to Reporting: Computers that are MIA for 60 days.  You can click into and duplicate it , and go to filters and change agent disconnection time is not within last  7 days.  Make sure to adjust the name of the report. 


Posted by: Nico_K 4 years ago
Red Belt
2

you can do it with the reporting wizard

Simply click all fields you want and make it shiny.
As Filter Rule you can say "Agent Connection Time" "not within the last" "7" "days".

Or as SQL:
SELECT MACHINE.IP, MACHINE.NAME AS SYSTEM_NAME, LAST_INVENTORY, LAST_SYNC, MACHINE.ID as TOPIC_ID FROM MACHINE LEFT JOIN KBSYS.KUID_ORGANIZATION KUID_ORG ON KUID_ORG.KUID = MACHINE.KUID LEFT JOIN KBSYS.SMMP_CONNECTION SC ON MACHINE.KUID = SC.KUID AND substring(SCHEMA(),4) = KUID_ORG.ORGANIZATION_ID WHERE (((TIMESTAMP(SC.CONNECT_TIME) > NOW() OR TIMESTAMP(SC.CONNECT_TIME)
(it was created out of the query above)


Comments:

Don't be a Stranger!

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

Sign up! or login

View more:

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