Skip to content

Commit

Permalink
fix embed
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 12, 2024
1 parent 65fb908 commit e24a9a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/functions/alerting.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You have access to any of the [variables](https://docs.tacticalrmm.com/script_va
This is a [dangerous feature](../functions/permissions.md#permissions-with-extra-security-implications) and you must ensure permissions are appropriate for your environment.

<div class="video-wrapper">
<iframe width="400" height="225" src="https://www.youtube.com/embed/Qh9BfKo2wIg&t=1031s" frameborder="0" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/Qh9BfKo2wIg" frameborder="0" allowfullscreen></iframe>
</div>

This runs the script on your TRMM server. To ensure proper execution, you must specify the interpreter for your script using a shebang line at the top of each script. Also make sure that the specified interpreter is installed on your TRMM server.
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/global_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Default Server Policy
- Default Workstation Policy
- Default Alert Template
- [Receive notifications on](https://www.youtube.com/watch?v=Qh9BfKo2wIg&t=2139s)
- [Receive notifications on](https://www.youtube.com/embed/Qh9BfKo2wIg)
- Agent Debug Level
- Clear faults on agents that haven't checked in after (days)
- Reset Patch Policy on Agents
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/snmp_checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Video Walkthru

<div class="video-wrapper">
<iframe width="400" height="225" src="https://www.youtube.com/embed/Qh9BfKo2wIg&t=1929s" frameborder="0" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/Qh9BfKo2wIg" frameborder="0" allowfullscreen></iframe>
</div>

SNMP monitoring can now be done using the `pysnmplib` library included with the [portable python distribution](./scripting.md#python-on-windows) on windows agents.
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/web_terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Video Walkthru

<div class="video-wrapper">
<iframe width="400" height="225" src="https://www.youtube.com/embed/Qh9BfKo2wIg&t=762s" frameborder="0" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/Qh9BfKo2wIg" frameborder="0" allowfullscreen></iframe>
</div>

0 comments on commit e24a9a8

Please sign in to comment.