/build/static/layout/Breadcrumb_cap_w.png

K1000 Create Smart Label for machines hosting a replication share

Hi

I'd like to create a report that runs and checks AMP connection for all my site servers, emailing me if any are off. To do this I need to create a (smart) label including all the machines to which stuff is being replicated. Is there a registry setting or reliable file I can look for?


0 Comments   [ + ] Show comments

Answers (2)

Posted by: dugullett 11 years ago
Red Belt
2

Will checking the download path that you setup when creating the replication share work?

 

Custom software inventory rule:

DirectoryExists(C:\Replication\Path)

Posted by: jverbosk 11 years ago
Red Belt
2

Try this for the smart label SQL query - it will list all the machines hosting replication shares.

John

________________________

SELECT *
FROM MACHINE
JOIN REPLICATION_SHARE ON (REPLICATION_SHARE.MACHINE_ID = MACHINE.ID)


Comments:
  • I just tried your code and man it works awesome, thanks. - josefino 10 years ago

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