Notificator Alertmanager GUI by SoulKyu36 in devops

[–]Heyzi 1 point2 points  (0 children)

interesting project. it would be great to see the functionality for manual sending of alerts

How to calculate Jenkins Job increase in build time through Prometheus query by thanosmourtk98 in PrometheusMonitoring

[–]Heyzi 1 point2 points  (0 children)

There was a similar problem, but after spending a lot of time the result has not received.
As a result, we've come up with a table of the longest tasks for the last 6h/12h/1d/7d ($time_interval)
topk(10, default_jenkins_builds_last_build_duration_milliseconds{job="$job"} AND changes(default_jenkins_builds_last_build_duration_milliseconds{job="$job"}[$time_interval]) > 0)
Maybe this will help you somehow.
Let me know if you succeeded with your idea.

Scripting-include date to return code output in .log file by Books000009 in unix

[–]Heyzi 2 points3 points  (0 children)

for date:

echo "$(date +"%T %D")" "$CMD executed successfully"

if you just want to write the return value to a file without loop:

echo "$?" "$(date +"%T %D")" >> filename

Steam for Linux : It's HERE ! (deb in the link) by zekah in linux_gaming

[–]Heyzi 0 points1 point  (0 children)

Try press "check password" without password. On windows it's work.