Update 'Teleport/etc/teleport-node.yaml'
This commit is contained in:
parent
291746fcb8
commit
e446bffddf
1 changed files with 6 additions and 1 deletions
|
@ -34,7 +34,12 @@ ssh_service:
|
|||
- name: Temp
|
||||
command: ["/bin/sh", "-c", "sensors | grep temp1 | cut -d' ' -f9"]
|
||||
period: "1m"
|
||||
|
||||
- name: restic
|
||||
command: ["/bin/sh", "-c", "restic version | cut -d ' ' -f2"]
|
||||
period: "12h"
|
||||
- name: rclone
|
||||
command: ["/bin/sh", "-c", "rclone version | head -1 | cut -d ' ' -f2"]
|
||||
period: "12h"
|
||||
proxy_service:
|
||||
enabled: no
|
||||
app_service:
|
||||
|
|
Loading…
Reference in a new issue