Compare commits

..

No commits in common. "e3ee336440e7623851bbd49c85ff5b889b298a16" and "44b0431490d6fd5e959c75ab0287b3538788d596" have entirely different histories.

4 changed files with 2 additions and 28 deletions

View File

@ -11,11 +11,6 @@ Dockerfile
*.csv
*.toml
*.git*
.DS_Store
.vscode/*
thunder-tests/*
.drone.yml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@ -1,19 +0,0 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: true
username: jblu
password:
from_secret: gittea_drone
repo: jblu/crane
tags:
- latest
- main
when:
branch:
- main

View File

@ -55,7 +55,6 @@ class Crn:
self.observed_containers = list(self.config["containers"].values())
self.container_statuses = ["paused","dead","created","exited","removing","restarting","created"]
#healthcheck
self.use_healthcheck = self.config["healthcheck"]["use_healthcheck"]
self.healthcheck_url = self.config["healthcheck"]["healthcheck_url"]
cont_log(self)
@ -83,7 +82,6 @@ class Crn:
cont_notify_summary(self, apprise_notify, requests)
if self.use_apprise:
cont_notify_summary(self, apprise_notify, requests)
if self.use_healthcheck:
send_ping(self, requests, self.healthcheck_url)
# Run

View File

@ -1 +1 @@
*/5 * * * * . /etc/environment; python /opt/crane.py >> /logfile
0 1 * * * . /etc/environment; python /opt/crane.py >> /logfile