| View previous topic :: View next topic |
| Author |
Message |
BayTech
Joined: 20 Nov 2007 Posts: 41 Location: Maryland/Delaware area
|
Posted: Sat Feb 14, 2009 2:13 pm Post subject: Question regarding alerts and resources |
|
|
I was wondering if there was a way to have an alert show a snapshot of the resources being used?
Meaning if I get an alert about CPU usage is high tha I could also recieve a snap shot of the top 10 processes using the CPU. _________________ Bay Tech Team, LLC |
|
| Back to top |
|
 |
EdLevin
Joined: 12 Apr 2006 Posts: 208 Location: Encino, CA
|
Posted: Wed Feb 18, 2009 1:41 pm Post subject: |
|
|
Unfortunately this functionality is not directly present in the current version of Kaseya.
What you might be able to do though is, for a monitor set that alerts on high CPU for example, create a Kaseya script that executes something like "tasklist > cpu.txt", captures the contents of the file into a variable and sends it out in an email. Then, as part of alert options you set when you assign the monitor set, enable "Run Script" checkbox and select the Kaseya script for the configured agent.
What this will do is run your Kaseya script in response to a high CPU alarm being triggered, which will in turn email you a list of processes and their CPU times. _________________ Ed Levin
CTO
Cloud Services Depot, Inc.
15821 Ventura Blvd Suite 275
Encino, CA 91436
818-926-2600 x 102
818-990-1897 (fax)
http://www.cloudservicesdepot.com |
|
| Back to top |
|
 |
BayTech
Joined: 20 Nov 2007 Posts: 41 Location: Maryland/Delaware area
|
Posted: Wed Feb 18, 2009 4:23 pm Post subject: |
|
|
That is perfect, I will play with it. _________________ Bay Tech Team, LLC |
|
| Back to top |
|
 |
|