Skip to main content

Home/ ProGauge SCADA/ Group items tagged monitor

Rss Feed Group items tagged

Kevin Mershon

Monit: Monitor SSHD Server and Auto Restart SSH If It Does Not Respond - 0 views

  • /etc/monit/monitrc
  • check process sshd with pidfile /var/run/sshd.pid start program "/etc/init.d/ssh start" stop program "/etc/init.d/ssh stop" if failed port 22 protocol ssh then restart
Kevin Mershon

[#JENKINS-9679] NoClassDefFoundError on Base64 when launching an headless slave with -j... - 0 views

  • I was using -noCertificateCheck so there was no issue with SSL certificates. Either way thanks for the suggestion. Meanwhile i was able to find a workaround: After installing Hudson Slave as a service I got to the local (on Slave) directory and found jenkins-slave.xml I edit the <arguments> entry to add the necessary jar to the invocation classpath: commons-codec-1.5.jar is the jar missing and you can grab it here (just unzip and it's there) Put commons-codec-1.5.jar in the local slave directory (inside a newly created lib directory) Change the <arguments> entry to add commons-codec-1.5.jar to the classpath like this -Xrs -jar "%BASE%\slave.jar" -jnlpUrl <url_to_jnlp> -classpath "%BASE%\lib\commons-codec-1.5.jar" -jnlpCredentials <user>:<password> -noCertificateCheck Start service in windows and monitor jenkins-slave.err.log
1 - 3 of 3
Showing 20 items per page