-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtables.tex
More file actions
46 lines (46 loc) · 1.9 KB
/
tables.tex
File metadata and controls
46 lines (46 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\begin{center}
\begin{tabularx}{\textwidth}{p{2.5cm} lX}
\toprule
Feldname & Beschreibung \\
\midrule
host & Name des Servers auf dem das Event entstand \\
service & Name des Dienstes der das Event ausgelöst hat \\
state & Beliebiger Text unter 255Bytes. Zum Beispiel „Ok“, „Warning“ \\
time & Uhrzeit an dem das Event erstellt wurde \\
description & Beliebiger Text \\
tags & Array mit Strings anhand dessen gefiltert werden kann \\
metric & Die eigentliche Information, zum Beispiel die CPU Temperatur \\
ttl & Anzahl an Sekunden die ein Event nach Erstellung gültig ist \\
\bottomrule
\end{tabularx}
\captionof{table}{Definition einer Event-Struktur in Riemann}
\label{tbl:riemann}
\end{center}
\vspace{1ex}
\begin{center}
\begin{tabularx}{\textwidth}{p{2.5cm} lX}
\toprule
Projekt & URL \\
\midrule
Logstash & https://github.com/elastic/puppet-logstash/pull/334 \\
Grafana & https://github.com/voxpupuli/puppet-grafana/pull/32 \\
\bottomrule
\end{tabularx}
\captionof{table}{Beiträge zu Open Source Projekten}
\label{tbl:fossprs}
\end{center}
\vspace{1ex}
\begin{center}
\begin{tabularx}{\textwidth}{p{2.5cm} lX}
\toprule
Projekt & URL \\
\midrule
Puppet & https://tickets.puppetlabs.com/browse/PA-668 \\
Puppet & https://tickets.puppetlabs.com/browse/PUP-7383 \\
Mcollective & https://tickets.puppetlabs.com/browse/MCO-804 \\
Grafana & https://github.com/voxpupuli/puppet-grafana/issues/35 \\
\bottomrule
\end{tabularx}
\captionof{table}{Gemeldete Bugs in Open Source Projekten}
\label{tbl:fossissues}
\end{center}