vault backup: 2026-04-22 17:29:33
This commit is contained in:
@@ -23,4 +23,5 @@ LIMIT 20
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Hoyer Installation Data Movement Gateway on vsrv-qlik-dmgw-dev [start:: 2026-04-21] [scheduled:: 2026-04-22]
|
- [ ] Hoyer Installation Data Movement Gateway on vsrv-qlik-dmgw-dev [start:: 2026-04-21] [scheduled:: 2026-04-22]
|
||||||
- [ ] Verzeichnis /opt nicht als Mountpoint eingerichtet mit mindestens 300GB Kapazität [[Viktor Becker]] [start:: 2026-04-21] [scheduled:: 2026-04-22]
|
- [x] Verzeichnis /opt nicht als Mountpoint eingerichtet mit mindestens 300GB Kapazität [[Viktor Becker]] [start:: 2026-04-21] [scheduled:: 2026-04-22] [completion:: 2026-04-22]
|
||||||
|
- [x] Anfrage bezüglich Erweiterung Festplattenkapazität weitergeleitet [start:: 2026-04-22] [scheduled:: 2026-04-22] [completion:: 2026-04-22]
|
||||||
|
|||||||
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/task
|
||||||
|
reference:
|
||||||
|
- "[[Hoyer SE]]"
|
||||||
|
---
|
||||||
|
|
||||||
|
> [!task]+
|
||||||
|
> Bar:: `$= dv.view('total-progress-bar', {file: "Konfiguration Hoyer Grafana-Server"})`
|
||||||
|
|
||||||
|
## Aufgabenbeschreibung
|
||||||
|
|
||||||
|
Ansprechpartner des externen Dienstleisters
|
||||||
|
[[Malte Dreyer]]
|
||||||
|
[[Till Becker]]
|
||||||
|
|
||||||
|
## Überlegungen
|
||||||
|
|
||||||
|
## Termine
|
||||||
|
```dataview
|
||||||
|
LIST
|
||||||
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
|
SORT file.name DESC
|
||||||
|
LIMIT 20
|
||||||
|
```
|
||||||
|
|
||||||
|
## Unteraufgaben
|
||||||
|
|
||||||
|
- [ ] Konfiguration Hoyer Grafana-Server
|
||||||
|
- [ ] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-04-27]
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
name: Malte Dreyer
|
||||||
|
email: malte.dreyer@harlapp.de
|
||||||
|
relationship: projekt
|
||||||
|
|
||||||
|
---
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
name: Till Becker
|
||||||
|
email: till.becker@harlapp.de
|
||||||
|
relationship: projekt
|
||||||
|
|
||||||
|
---
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
weight:
|
||||||
|
meditation: true
|
||||||
|
pushUps: 20
|
||||||
|
plank: 60
|
||||||
|
journal: Privat daily
|
||||||
|
journal-date: 2026-04-22
|
||||||
|
journal-start-date: 2026-04-22
|
||||||
|
journal-end-date: 2026-04-22
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[2026-W17#^17i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
|
||||||
|
> [!hint]- Aktuelle Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens on 2026-04-22
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-04-22
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!warning]- Heute fällig
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>has due date
|
||||||
|
>due on 2026-04-22
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!error]- Überfällig
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>has due date
|
||||||
|
>due before 2026-04-22
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!done]- Erledigte Aufgaben
|
||||||
|
>```dataview
|
||||||
|
>TASK
|
||||||
|
>FROM !"Resources/Templates"
|
||||||
|
>WHERE completed AND completion = date(2026-04-22)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 04 AND birthday.day = 22
|
||||||
|
```
|
||||||
@@ -12,7 +12,7 @@ journal-end-date: 2026-04-21
|
|||||||
|
|
||||||
## Journal
|
## Journal
|
||||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-21]
|
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-21]
|
||||||
- [x] 10:00 - 10:30 Hoyer Grafana-Server zur Mitnutzung durch cimt Managed-Services-Team [[Frederik Demuth]] [completion:: 2026-04-21]
|
- [x] 10:00 - 10:30 Hoyer Grafana-Server zur Mitnutzung durch cimt Managed-Services-Team [[Konfiguration Hoyer Grafana-Server]] [[Frederik Demuth]] [completion:: 2026-04-21]
|
||||||
- [ ] 13:00 - 16:00 Upgrade Prod Runtimes bei Hartje
|
- [ ] 13:00 - 16:00 Upgrade Prod Runtimes bei Hartje
|
||||||
|
|
||||||
## Ziele
|
## Ziele
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
work_home: false
|
work_home: false
|
||||||
work_office: false
|
work_office: true
|
||||||
journal: cimt daily
|
journal: cimt daily
|
||||||
journal-date: 2026-04-22
|
journal-date: 2026-04-22
|
||||||
journal-start-date: 2026-04-22
|
journal-start-date: 2026-04-22
|
||||||
@@ -11,7 +11,7 @@ journal-end-date: 2026-04-22
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Journal
|
## Journal
|
||||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-22]
|
||||||
|
|
||||||
## Ziele
|
## Ziele
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user