TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssslackurl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
variable:tmssslackurl [2021/09/17 02:06] Scott Cunliffevariable:tmssslackurl [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSSSLACKURL ====== ====== TMSSSLACKURL ======
  
 +The [[variable:start|Environmental Variable]] ''TMSSSLACKURL'' sets the URL for a Slack message to be sent to detailing the result of a script running a command line executable on a remote server.
  
-{{tag>environmental_variables paths}}+===== Example ===== 
 + 
 +==== Windows Command Line ==== 
 + 
 +<code> 
 +set TMSSSLACKURL=https://hooks.slack.com/services/your_unique_address_values 
 +</code> 
 + 
 +==== Windows PowerShell ==== 
 + 
 +<code> 
 +$env:TMSSSLACKURL = "https://hooks.slack.com/services/your_unique_address_values" 
 +</code> 
 + 
 + 
 +==== Linux ==== 
 + 
 +<code> 
 +export TMSSSLACKURL=https://hooks.slack.com/services/your_unique_address_value 
 +</code> 
 + 
 + 
 +==== Sample Output ==== 
 + 
 +{{slack_webhook.png}} 
 + 
 +===== See Also ===== 
 + 
 +[[variable:tmssslackuser|TMSSSLACKUSER]] \\ 
 +[[variable:tmssslackicon|TMSSSLACKICON]] \\ 
 +[[variable:tmssslackonerror|TMSSSLACKONERROR]] \\ 
 +[[variable:tmssslacknotes|TMSSSLACKNOTES]] \\ 
 + 
 +[[technote:setting_environmental_variables|Setting Environmental Variables]] 
 + 
 +<-  ^ variable:start |Introduction ^ -> 
 + 
 +{{tag>environmental_variables paths slack}}
  
  
  
variable/tmssslackurl.1631844378.txt.gz · Last modified: 2025/01/21 22:07 (external edit)