A *NEW* Kaseya Community is coming! The Community will be going into read-only mode on 9/28. Get more details: https://www.community.connectit.com/discussion/41381/a-new-kaseya-community-is-coming
Monitor machine and send an email if user is not logged in on a predefined time.
I need a monitor set that will trigger an alarm when the user is not logged in to the machine on a predefined time.
Example Process
- Create a custom field with the time 8:00 AM
- Create an agent procedure that will run on a schedule (in this case, 8:00 AM) and check if a user is logged in to the machine
- If the user is not logged in at 8:00 AM, send an email alert to the admin.
Thank you.
Tagged:
0
Comments
-
Would think the best logic would not be a monitor set but rather just a procedure set to run at 8:00 AM w/ the following logic ..
IF User is Logged in
DO Nothing
ELSE
SEND Email to [email protected] (with your pre-defined message of no user is logged in at #WhateverKaseyaVariableDefinesTheAgentName#
Of course this can be gotten around by the End User by just leaving the machine logged in all the time (unless you also work on a script that either reboots the machine and hence logs anyone off of it, or one that logs all users off at a pre-defined time as well) ...
0
Categories
Join The Community