https://github.com/zelon88/storage_monitor
A Windows Task & Command Line script for monitoring workstation storage devices for changes/low disk space.
https://github.com/zelon88/storage_monitor
admin-tools disk-check disk-info disk-monitor monitor notifications storage
Last synced: 3 months ago
JSON representation
A Windows Task & Command Line script for monitoring workstation storage devices for changes/low disk space.
- Host: GitHub
- URL: https://github.com/zelon88/storage_monitor
- Owner: zelon88
- License: gpl-3.0
- Created: 2019-04-23T14:58:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T15:51:53.000Z (about 6 years ago)
- Last Synced: 2025-01-08T07:29:03.445Z (5 months ago)
- Topics: admin-tools, disk-check, disk-info, disk-monitor, monitor, notifications, storage
- Language: Visual Basic
- Homepage: https://www.HonestRepair.net
- Size: 1.13 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NAME: Storage_Monitor.vbs
TYPE: Visual Basic Script
PRIMARY LANGUAGE: VBS
AUTHOR: Justin Grimes
ORIGINAL VERSION DATE: 5/31/2018
CURRENT VERSION DATE: 4/24/2019
VERSION: v2.2 - Add -e argument for specifying drives to skip.
DESCRIPTION:
A simple script for monitoring storage devices for added/removed volumes and and adequate disk space.PURPOSE:
To monitor company storage devices for changes and/or disk space issues that need to be manually addressed.INSTALLATION INSTRUCTIONS:
1. Copy the entire "Storage_Monitor" folder into the "AutomationScripts" folder on SERVER (or any other network accesbible location).
2. Add a scheduled task to run "Storage_Monitor.vbs" every 30 minutes.
3. Ensure that everyone who runs the script can modify the contents of "Warning.mail" in the AutomationScripts folder and execute sendmail.exe.
4. Use the -e argument to specify a comma separated list of drives to skip.
EXAMPLE: Storage_Monitor.vbs -e c,d,e,zNOTES: SendMail for Windows is required and included in the "Storage_Monitor" folder. The SendMail data files must be included in the same directory as "Data_Monitor.vbs" in order for emails to be sent correctly.