teleport: nodename: example data_dir: /var/lib/teleport auth_token: example auth_servers: - 10.0.0.4:3025 log: output: /var/lib/teleport/teleport.log severity: ERROR ca_pin: example auth_service: enabled: no ssh_service: enabled: yes labels: Type: Server permit_user_env: true commands: - name: IP command: ["/bin/curl", "ifconfig.me"] period: 1h0m0s - name: UP command: ["/bin/sh", "-c", "uptime -p | cut -c4- | cut -d',' -f1"] period: 1h0m0s - name: Docker command: ["/bin/sh", "-c", "docker system info | grep Running | cut -d' ' -f4"] period: 0h30m0s proxy_service: enabled: no app_service: enabled: yes apps: - name: "scrutiny" uri: "http://localhost:8080" public_addr: "scrutiny.tp.fhoss.de" labels: Type: "S.M.A.R.T" commands: - name: "Server" command: ['/bin/sh', '-c', 'hostname | cut -d"." -f1 | sed -e "s/\(.\)/\U\1/"'] period: 24h0m0s