/build/static/layout/Breadcrumb_cap_w.png

How to create an emailalert in K1000 for specific clients that come online

Hi, I want to get an emailalert, when a specific client comes up.

I tried systemname = <Systemname>

AND uptime > 1

but it showed online clients and offline clients as well.

What attributes should i use?


1 Comment   [ + ] Show comment
  • Perhaps try LAST_SYNC - Jbr32 10 years ago

Answers (1)

Posted by: dugullett 10 years ago
Red Belt
4

That data is in KBSYS.SMMP_CONNECTION.CLIENT_CONNECTED.

SELECT M.NAME

FROM KBSYS.SMMP_CONNECTION S

LEFT JOIN MACHINE M ON M.KUID = S.KUID

WHERE CLIENT_CONNECTED = '1' AND

M.NAME = '<SYSTEMNAME>'

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