Check_mk check for perl plugin which is at check_mk_agent side

I have one perl script I want to use it as a nagios plugin. Here is the github location for this script https://github.com/MangeshBiradar/Check_mk/blob/master/check_jenkins_jobs.pl I want to use this perl script as check_mk_agent plugin, how do I create a check_mk check for this plugin? Please someone could help me on it? Thanks Answer I don’t really … Read more

Deployment to Azure using Jenkins and github

I need to deploy code from github to Azure. i have configured jobs to perform test on the script and based on the result i want to deploy those script in Azure. I need help on what jenkins plugin to us for deployment in Azure. if Plugin is not available do we have any other … Read more

How to restart gunicorn in Jenkins build?

I’m trying to build a Jenkins job that (1) pulls the latest from Git, (2) builds my Django project, and (3) restarts gunicorn and nginx. However, when I try to restart gunicorn, I get the following error: jenkins@digitalocean:/$ /usr/sbin/service gunicorn restart Failed to restart gunicorn.service: Access denied I think this is because the user jenkins … Read more

how can i get jenkins stop listening on for remote connection on mac os x `

actually my Jenkins server is installed on mac os x, and it is having unsecured http port 8081(http:www.mydomain.com:8081). We changed http to https by securing with letsencypt and using apache as reverse proxy and everything working fine and moreover we are able to login both http and https urls. But actually we need Jenkins stop … Read more

How to use SonarSwift(Sonarqube) plugin in Jenkins in Ubuntu 16.04?

I have installed lizard but I’m getting this error when I build my job in Jenkins: 11:00:22.363 ERROR – Lizard Report not found /var/lib/jenkins/workspace/xxxxxxxx/sonar-reports/lizard-report.xml java.io.FileNotFoundException: /var/lib/jenkins/workspace/xxxxxxx/sonar-reports/lizard-report.xml (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:623) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:148) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:806) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at … Read more

Will any running process be killed if I free the swap memory from my Ubuntu server?

The question (title of this question) came into my thought for the below reason. If anyone gives a solution of that reason then I don’t need to free the swap memory. The Reason: After installation of Jenkins it is running well. But using some minutes (or hour) it was automatically stopped. When I restart the … Read more