create files subdirectory

This commit is contained in:
2024-10-04 14:26:42 +02:00
parent 9c95010d4c
commit 2d7695fa99
4 changed files with 2 additions and 2 deletions
@@ -51,7 +51,7 @@ telegraf::metrics:
commands: ['sudo /your/script/location/script.sh']
enable: true
```
This will only work if you have deployed the necessary script (in the example `/your/script/location/script.sh`) and the necessary sudo rule(s) beforehand. For this you might wanna use techniques described in [Distribute Files](distribute_files) and/or [Custom sudo Rules](sudo).
This will only work if you have deployed the necessary script (in the example `/your/script/location/script.sh`) and the necessary sudo rule(s) beforehand. For this you might wanna use techniques described in [Distribute Files](../files/distribute_files) and/or [Custom sudo Rules](sudo).
## Examples