https://github.com/zelon88/resource_monitor
A Windows Resource Monitor in VBS with email alerts. Can run on-demand, from command line, or as a task.
https://github.com/zelon88/resource_monitor
admin-tools debugging diagnostics resource-monitor system-info
Last synced: 10 months ago
JSON representation
A Windows Resource Monitor in VBS with email alerts. Can run on-demand, from command line, or as a task.
- Host: GitHub
- URL: https://github.com/zelon88/resource_monitor
- Owner: zelon88
- License: gpl-3.0
- Created: 2018-11-14T22:14:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T03:52:33.000Z (about 7 years ago)
- Last Synced: 2025-02-10T03:24:51.249Z (about 1 year ago)
- Topics: admin-tools, debugging, diagnostics, resource-monitor, system-info
- Language: Visual Basic
- Homepage: https://www.HonestRepair.net
- Size: 1.19 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resource_Monitor
A Windows Resource Monitor in VBS with email alerts. Can run on-demand, from command line, or as a task.
## Attributes
NAME: Resource_Monitor.vbs
TYPE: Visual Basic Script
PRIMARY LANGUAGE: VBS
AUTHOR: Justin Grimes ([@zelon88](https://github.com/zelon88))
ORIGINAL VERSION DATE: 7/16/2018
CURRENT VERSION DATE: 11/14/2018
VERSION: v1.0
## DESCRIPTION:
A simple script for monitoring the resource usage of workstations or servers and notifying IT if and when there is a problem.
## PURPOSE:
To ensure smooth operation of the network and prevent downtime by creating visibility on device health for administrators.
## INSTALLATION INSTRUCTIONS:
1. Copy the entire "Resource_Monitor" folder into the "AutomationScripts" folder on SERVER (or any other network accessible location).
2. Add a scheduled task to SERVER to run "Resource_Monitor.vbs" several times daily with the "-t" argument.
3. Use the -t argument when running from Task Scheduler. This will send emails to IT, warning them about resource problems.
4. Do not use the -t argument when running as a user. This will prevent emails from being sent and display the information instead. DOES NOT DISABLE LOGGING!
5. -i -Use to display as much information as possible to the user. Disables email notification.
6. -ss -Use to select which CPU socket to target for monitoring.
7. -ds -Use to select which disk to target for monitoring.
NOTES: SendMail for Windows is required and included in the "Resource_Monitor" folder. The SendMail data files must be included in the same directory as "Resource_Monitor.vbs" in order for emails to be sent correctly.