Skip to content

Instantly share code, notes, and snippets.

View mblaschke's full-sized avatar
👷
home improvement/renovation

Markus Blaschke mblaschke

👷
home improvement/renovation
View GitHub Profile
@mblaschke
mblaschke / example-dashboard.json
Created October 28, 2021 14:45
azure-devops-exporter
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
Dec 4 21:54:46 webdevops dockerd[26378]: time="2016-12-04T21:54:46.890817422+01:00" level=warning msg="containerd: unable to save 06325d873a859131585b37fecc30ab2bf1a8f32679d8896cc0434c82d7d0067d:3f4150f471816d76025c98fdf8d73334bd01ac197c7aac1c82b8447342765767 starttime: open /proc/9276/stat: no such file or directory"
Dec 4 21:54:46 webdevops dockerd[26378]: time="2016-12-04T21:54:46.891025752+01:00" level=info msg="containerd: 06325d873a859131585b37fecc30ab2bf1a8f32679d8896cc0434c82d7d0067d:3f4150f471816d76025c98fdf8d73334bd01ac197c7aac1c82b8447342765767 (pid 9276) has become an orphan, killing it"
Dec 4 21:54:46 webdevops dockerd[26378]: time="2016-12-04T21:54:46.958461511+01:00" level=warning msg="containerd: unable to save 06325d873a859131585b37fecc30ab2bf1a8f32679d8896cc0434c82d7d0067d:6801aa40bfce465ca2170dc345510b32a9194442a12a8f75e815e3e988940653 starttime: open /proc/9298/stat: no such file or directory"
Dec 4 21:54:46 webdevops dockerd[26378]: time="2016-12-04T21:54:46.958620639+01:00" level=inf
Executing docker:test:serverspec (1 threads, 5 retries)
. Run serverspec for webdevops/apache:ubuntu-14.04 finished (duration: 0:00:43)
. Run serverspec for webdevops/apache:debian-7 finished (duration: 0:00:43)
. Run serverspec for webdevops/apache:debian-9 finished (duration: 0:00:44)
. Run serverspec for webdevops/apache:ubuntu-15.04 finished (duration: 0:00:43)
. Run serverspec for webdevops/apache:ubuntu-16.04 finished (duration: 0:00:43)
. Run serverspec for webdevops/apache:ubuntu-15.10 finished (duration: 0:00:44)
. Run serverspec for webdevops/apache:ubuntu-12.04 finished (duration: 0:00:43)
. Run serverspec for webdevops/apache:debian-8 finished (duration: 0:00:44)
This file has been truncated, but you can view the full file.
Nov 26 22:50:26 webdevops dockerd[6075]: time="2016-11-26T22:50:26.829610916+01:00" level=warning msg="containerd: unable to save 03a65bc17a824e0fe04583cf80687874be3c209ef2619b3f9732190e2e62f05f:395bb6cb15fc9964759e17dd2c8045230506a5c1c28671628e1037206d3b7e6e starttime: open /proc/22933/stat: no such file or directory"
Nov 26 22:50:26 webdevops dockerd[6075]: time="2016-11-26T22:50:26.829731129+01:00" level=info msg="containerd: 03a65bc17a824e0fe04583cf80687874be3c209ef2619b3f9732190e2e62f05f:395bb6cb15fc9964759e17dd2c8045230506a5c1c28671628e1037206d3b7e6e (pid 22933) has become an orphan, killing it"
Nov 26 22:50:26 webdevops dockerd[6075]: time="2016-11-26T22:50:26.866138903+01:00" level=warning msg="containerd: unable to save 03a65bc17a824e0fe04583cf80687874be3c209ef2619b3f9732190e2e62f05f:9ab6b7d758b2f651533f89109e2e2b4b335421693144b305270b4611f145a668 starttime: open /proc/22954/stat: no such file or directory"
Nov 26 22:50:26 webdevops dockerd[6075]: time="2016-11-26T22:50:26.866453579+01:00" level=info
@mblaschke
mblaschke / docker-compose.yml
Created June 23, 2016 22:26
UniFi controller docker-compose.yml
version: '2'
services:
unifi:
image: jacobalberty/unifi
ports:
- "8001:8443"
volumes:
- ./volumes/lib:/var/lib/unifi
- ./volumes/log:/var/log/unifi
- ./volumes/run:/var/run/unifi