|
1 |
| -NAME: Storage_Monitor.vbs |
2 |
| - |
3 |
| -TYPE: Visual Basic Script |
4 |
| - |
5 |
| -PRIMARY LANGUAGE: VBS |
6 |
| - |
7 |
| -AUTHOR: Justin Grimes |
8 |
| - |
9 |
| -ORIGINAL VERSION DATE: 5/31/2018 |
10 |
| - |
11 |
| -CURRENT VERSION DATE: 4/23/2019 |
12 |
| - |
13 |
| -VERSION: v1.7 - Fix lots of bugs. Redesign entire script. |
14 |
| - |
15 |
| -DESCRIPTION: |
16 |
| -A simple script for monitoring storage devices for added/removed volumes and and adequate disk space. |
17 |
| - |
18 |
| -PURPOSE: |
19 |
| -To monitor TFPM storage devices for changes and/or disk space issues that need to be manually addressed. |
20 |
| - |
21 |
| -INSTALLATION INSTRUCTIONS: |
22 |
| -1. Copy the entire "Storage_Monitor" folder into the "AutomationScripts" folder on SERVER (or any other network accesbible location). |
23 |
| -2. Fill out the sendmail.ini file with your email server address and credentials. |
24 |
| -3. Add a scheduled task to run "Storage_Monitor.vbs" every 30 minutes. |
25 |
| -4. Ensure that everyone who runs the script can modify the contents of "Warning.mail" in the AutomationScripts folder and execute sendmail.exe. |
26 |
| - |
| 1 | +NAME: Storage_Monitor.vbs |
| 2 | + |
| 3 | +TYPE: Visual Basic Script |
| 4 | + |
| 5 | +PRIMARY LANGUAGE: VBS |
| 6 | + |
| 7 | +AUTHOR: Justin Grimes |
| 8 | + |
| 9 | +ORIGINAL VERSION DATE: 5/31/2018 |
| 10 | + |
| 11 | +CURRENT VERSION DATE: 4/23/2019 |
| 12 | + |
| 13 | +VERSION: v1.8 - Fix issues with string comparison of new/old cache contents. |
| 14 | + |
| 15 | +DESCRIPTION: |
| 16 | +A simple script for monitoring storage devices for added/removed volumes and and adequate disk space. |
| 17 | + |
| 18 | +PURPOSE: |
| 19 | +To monitor TFPM storage devices for changes and/or disk space issues that need to be manually addressed. |
| 20 | + |
| 21 | +INSTALLATION INSTRUCTIONS: |
| 22 | +1. Copy the entire "Storage_Monitor" folder into the "AutomationScripts" folder on SERVER (or any other network accesbible location). |
| 23 | +2. Add a scheduled task to run "Storage_Monitor.vbs" every 30 minutes. |
| 24 | +3. Ensure that everyone who runs the script can modify the contents of "Warning.mail" in the AutomationScripts folder and execute sendmail.exe. |
| 25 | + |
27 | 26 | NOTES: 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.
|
0 commit comments