Volker Mauel
Volker Mauel
``` refreshGraphs(options) { var opt = (typeof options === 'undefined') ? {"keepXAxis":false,"keepYAxis":false}:options; var graphOptions = {}; if (opt.keepXAxis) graphOptions.dateWindow = this.graphs[graphname].dateWindow_; if (opt.keepYAxis && this.graphs[graphname].isZoomed()) { graphOptions.valueRange = this.graphs[graphname].yAxisRange(); if(this.graphs[graphname].dateWindow_...
``` FROM ubuntu:20.04 #COPY zulu7.56.0.11-ca-jdk7.0.352-linux_amd64.deb /tmp #RUN dpkg -i /tmp/zulu7.56.0.11-ca-jdk7.0.352-linux_amd64.deb RUN apt-get update && \ apt install -y gnupg ca-certificates curl && \ curl -s https://repos.azul.com/azul-repo.key | gpg --dearmor -o...
``` W, [2024-07-08T09:20:28.206712 #30] WARN -- : 10.x.y.z raised Net::SSH::Exception (rescued RuntimeError) with msg "could not settle on kex algorithm Server kex preferences: [email protected] Client kex preferences: ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1" ``` Running...
@mlsmaycon i could see two ways for this: 1. keep this on the server completely and the clients provides only a list of running processes (probably including details, such as...
adding a check for the network name that is being sent out by dhcp would be a nice feature i guess. this way, if i get the networkname homelab.tld i...