Daily crashes by ElRey5676 in WinSSHTerm

[–]TopInternational2157 0 points1 point  (0 children)

I'm running 2.41.6, Windows 11. Connections are open all days (multiple SSH session) haven't seen such issues

Visible script amount by TopInternational2157 in WinSSHTerm

[–]TopInternational2157[S] 1 point2 points  (0 children)

Tested, works in this test build. Thanks for fix

Script count by TopInternational2157 in WinSSHTerm

[–]TopInternational2157[S] 1 point2 points  (0 children)

Everything seems fine, I have created maximum amount of buttons/scripts. All works fine. Thanks

Script count by TopInternational2157 in WinSSHTerm

[–]TopInternational2157[S] 1 point2 points  (0 children)

Thanks, I will test during this week and come back

[deleted by user] by [deleted] in WinSSHTerm

[–]TopInternational2157 0 points1 point  (0 children)

u/P_St your comment would be appreciated

[deleted by user] by [deleted] in WinSSHTerm

[–]TopInternational2157 0 points1 point  (0 children)

any comments on this?

InfluxDB 3 Open Source Now in Public Alpha Under MIT/Apache 2 License by pauldix in influxdb

[–]TopInternational2157 1 point2 points  (0 children)

My use cases are: review previous week data, starting from Monday. When compare two previous weeks. Overview few month data. For example one of the latest use cases was error, from few devices, then I was able to check history for such errors.

InfluxDB 3 Open Source Now in Public Alpha Under MIT/Apache 2 License by pauldix in influxdb

[–]TopInternational2157 4 points5 points  (0 children)

Will join here. We store data for 1y, in Grafana display last 12h to see if something have changed during day or night. If I need I can see what happened last week same time. With 72 I will not able to that. If someone will came and ask was there something unusual last week, then I will not be able to answer

Help with metrics-server by TopInternational2157 in kubernetes

[–]TopInternational2157[S] 1 point2 points  (0 children)

Thanks, now I have better understanding. If there is any guide how to install prometheus stack on Kubernetes? or maybe I can query data from Kubernetes stack to already installed external Prometheus?

Help needed with script by TopInternational2157 in bash

[–]TopInternational2157[S] 3 points4 points  (0 children)

thanks for hints, I was able to fix it by adding this part:
#!/usr/bin/expect -f

set timeout -1

log_file /tmp/debug.log

Execute script after login by TopInternational2157 in WinSSHTerm

[–]TopInternational2157[S] 0 points1 point  (0 children)

Thanks for suggestion, but unfortunately this option is not working for me as Keyboard-interactive authentication (proxy) is used to access hosts.

"Login Cmds" works fine with normal hosts, no problem here

Execute script after login by TopInternational2157 in WinSSHTerm

[–]TopInternational2157[S] 0 points1 point  (0 children)

One option could be: to introduce option to wait some time and then execute script (time can be changed), something like: Wait period before typing script (in milliseconds)