diff --git a/docs/cwa/monitors/network-glue-deployment.md b/docs/cwa/monitors/network-glue-deployment.md index 6acc87fe6..bec554797 100644 --- a/docs/cwa/monitors/network-glue-deployment.md +++ b/docs/cwa/monitors/network-glue-deployment.md @@ -16,7 +16,8 @@ This monitor performs the auto deployment of the Network Glue Collector. It depe ## Dependencies -[Script - Network Glue Collector - Install](/docs/11b30dcb-74c1-4736-a495-5908ce17117a) +- [Script - Network Glue Collector - Install](/docs/11b30dcb-74c1-4736-a495-5908ce17117a) +- [Solution - Application - Network Glue Collector](/docs/2aceee46-2a96-465d-929d-85de69811a3a) ## EDFs diff --git a/docs/cwa/scripts/network-glue-collector-install.md b/docs/cwa/scripts/network-glue-collector-install.md index 8b36b4838..87918dec5 100644 --- a/docs/cwa/scripts/network-glue-collector-install.md +++ b/docs/cwa/scripts/network-glue-collector-install.md @@ -10,4 +10,66 @@ draft: false unlisted: true --- -Deprecated \ No newline at end of file +## Summary +This document provides detailed instructions for installing the NetworkGlue Collector, including requirements for the client-specific activation key and the necessary URL for the installer. It outlines user and global parameters, the process for installation, and ticketing information for failed installations. + +## File Hash + +- **File Path:** `C:\ProgramData\_Automation\Script\Install-NetworkGlueCollector\Install-NetworkGlueCollector.ps1` +- **File Hash (Sha256):** `D5090A79FFFEE6F406A59AF8CB1139158166F5FB11E91F4D1C60B8BC30C009B8` +- **File Hash (MD5):** `2D03524B9D7B09C862D15AB4AF44EF58` + +## Sample Run + +![Sample Run](../../../static/img/docs/11b30dcb-74c1-4736-a495-5908ce17117a/image1.webp) + +## Dependencies + +- [Solution - Application - Network Glue Collector](/docs/2aceee46-2a96-465d-929d-85de69811a3a) +- [Internal Monitor - ProVal Production - Network Glue - Deployment](/docs/4e0f7314-bf88-44de-a162-139c191e6e09) + +#### Global Parameters + +| Name | Example | Required | Description | +|--------------------------|-------------------------------------|----------|---------------------------------------------------------------------------| +| URL | https://s3.amazonaws.com/networkdetective/download/NetworkGlueCollector.msi | True | MSI URL link to install Network Glue Collector| + + +#### User Parameters + +| Name | Example | Required | Description | +|--------------------------|-------------------------------------|----------|---------------------------------------------------------------------------| +| Activation Key | &!GHGSDG$#SHJG7668717% | False | This is required to be set with the individual clients activation key found in their IT Glue Networks page to enable auto deployment. | +| Set_Environment | 1 | True (for first execution) | Run the script with the Set_Environment parameter set to 1 to create the EDFs used by the solution. | + +## EDFs + +| Name | Level | Type | Editable | Description | +|-----------------------------|---------|-------|----------|-------------------------------------------------------------------------------------------------------------------------------------| +| Network Glue Activation Key | Client | Text | Yes | This is required to be set with the individual clients activation key found in their IT Glue Networks page to enable auto deployment. | + +## Output + +- Script Logs +- Ticketing + +## Ticketing + +Subject : +``` +SW - Network Glue Collector failed to install on %computername% +``` + +Body : +``` +Network Glue Collector installation failed on %CLIENTNAME%\%COMPUTERNAME% at %LOCATIONNAME%. Please review the log below: + +@ErrorLog@. +``` + +Comment : +``` +Network Glue Collector installation failed again on the %computername% of %clientname%\%locationname%. Please review the log below: + +@ErrorLog@. +``` diff --git a/docs/cwa/scripts/remove-application-network-glue-collector.md b/docs/cwa/scripts/remove-application-network-glue-collector.md index 879e5d57c..3391d2257 100644 --- a/docs/cwa/scripts/remove-application-network-glue-collector.md +++ b/docs/cwa/scripts/remove-application-network-glue-collector.md @@ -20,7 +20,8 @@ This script is built to perform the uninstallation of the Network Glue Collector ## Dependencies -[Remove Application CWA Script](/docs/494f7109-e4b2-4ffa-93f8-e33089b09b4e) +- [Remove Application CWA Script](/docs/494f7109-e4b2-4ffa-93f8-e33089b09b4e) +- [Solution - Application - Network Glue Collector](/docs/2aceee46-2a96-465d-929d-85de69811a3a) ## Variables diff --git a/docs/solutions/application-network-glue-collector.md b/docs/solutions/application-network-glue-collector.md index 2c577dce0..75c5dbadb 100644 --- a/docs/solutions/application-network-glue-collector.md +++ b/docs/solutions/application-network-glue-collector.md @@ -34,7 +34,11 @@ This solution contains the Network Glue deployment and uninstallation articles. 2. **Reload the system cache:** ![Reload Cache](../../static/img/docs/2aceee46-2a96-465d-929d-85de69811a3a/image_1.webp) + 3. **Configure the solution as outlined below:** + - Navigate to Automation → scripts within the CWA Control Center and set up the following: + - [Script - Network Glue Collector - Install](/docs/11b30dcb-74c1-4736-a495-5908ce17117a) + - Debug the script against any machine by setting the parameter "Set_Environment" equals to 1 to create the EDFs related to solution. - Navigate to Automation → Monitors within the CWA Control Center and set up the following: - [Internal Monitor - ProVal Production - Network Glue - Deployment](/docs/4e0f7314-bf88-44de-a162-139c191e6e09) - Set up with the "△ Custom - Execute Script - Network Glue Collector - Install" Alert Template diff --git a/static/img/docs/11b30dcb-74c1-4736-a495-5908ce17117a/image1.webp b/static/img/docs/11b30dcb-74c1-4736-a495-5908ce17117a/image1.webp new file mode 100644 index 000000000..7cd15a33e Binary files /dev/null and b/static/img/docs/11b30dcb-74c1-4736-a495-5908ce17117a/image1.webp differ