
- FAILED TO START APC PBE AGENT SERVICE. TIMEOUT 90 SECONDS INSTALL
- FAILED TO START APC PBE AGENT SERVICE. TIMEOUT 90 SECONDS UPDATE
Jq -r '.| | select(.job.name != null) | select(.job.name|contains("test")) ] | sort_by(.id) | reverse |. I modified this script (to include job name in output)Ĭhange URL,Rundeck token, project name and jobname (this query runs in project scope) #!/bin/bashĬurl -s -H "Accept: application/json" -X GET "" | python -m json.tool > /tmp/1.json


It’s presumed that Rundeck server is monitored by Zabbixĭisable the token expiration time for rundeck API (so we can authenticate on Rundeck server when running API calls)Įdit the /etc/rundeck/rundeck-config.properties file and add the following line and restart Rundeck service .max = 0Īuthenticate with an admin account and click on the “profile” button at the top right of the page:Administrator-Profile-add API token-save it If all is fine, rundecl should be accessible from https// Systemctl restart nginx & systemctl restart rundeckd #rss.enabled if set to true enables RSS feeds that are public (non-authenticated)ĭataSource.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb MVCC=true #fault is the default log level for jobs: ERROR,WARN,INFO,VERBOSE,DEBUG # ssh connection timeout after a specified number of milliseconds. # SSH defaults for node executor and file copierį = /var/lib/rundeck/.ssh/id_rsa # -į = į=/var/rundeck/projectsį=/var/lib/rundeck/var/tmpį=/var/lib/rundeck/libext

FAILED TO START APC PBE AGENT SERVICE. TIMEOUT 90 SECONDS INSTALL
Install Docker on Rundeck, and add Rundeck user to Docker group usermod -a -G docker rundeckĬreate password vault for mailbox – see this post for reference and specify it as parameter for script,container will be deleted after every run docker run -rm zabbix/parse_email:1.0.0 "-password" $ cat /etc/rundeck/framework.properties
FAILED TO START APC PBE AGENT SERVICE. TIMEOUT 90 SECONDS UPDATE
RUN wget apt-get update -y & apt-get install zabbix-agent -y & mkdir /email_parsingĬreate container from image: docker build. In previous article we configured email monitoring by Zabbix, in this one we’ll schedule python script for sending data to Zabbix, to be run from Docker containerĭocker image is created from this file, script will be copied to Docker container, and zabbix agent will be installed FROM python:3.7.2-stretch
