80 lines
2.6 KiB
TeX
80 lines
2.6 KiB
TeX
%!TEX root = ../Thesis.tex
|
|
\section*{Anhang}
|
|
\addcontentsline{toc}{section}{Anhang}
|
|
\fancyhead[R]{Anhang}
|
|
|
|
\anhangsverzeichnis
|
|
|
|
%\anhang{Gesprächsnotizen}
|
|
|
|
%\subanhang{Gespräch mit Werner Müller}
|
|
|
|
%Gespräch mit Werner Müller am 01.01.2013 zum Thema XXX:
|
|
%\begin{compactitem}
|
|
% \item Über das gute Wetter gesprochen
|
|
% \item Die Regenwahrscheinlichkeit liegt immer bei ca. 3\%
|
|
% \item Das Unternehmen ist total super
|
|
% \item Hier könnte eine wichtige Gesprächsnotiz stehen
|
|
%\end{compactitem}
|
|
|
|
\anhang{InfluxDB Webinterface Screenshot}
|
|
|
|
\begin{figure}[hbt]
|
|
\centering
|
|
\begin{minipage}[t]{0.9\textwidth} % Breite, z.B. 1\textwidth
|
|
\caption{InfluxDB Dashboard} % Überschrift
|
|
\includegraphics[width=1\textwidth]{img/InfluxDB-Dashboard}% Pfad
|
|
\source{Eigner Screenshot InfluxDB Webinterface} % Quelle\label{fig:dashboard}
|
|
\label{fig:dashboard}
|
|
\end{minipage}
|
|
\end{figure}
|
|
|
|
\begin{figure}[hbt]
|
|
\centering
|
|
\begin{minipage}[t]{0.9\textwidth} % Breite, z.B. 1\textwidth
|
|
\caption{InfluxDB Load Data Source} % Überschrift
|
|
\includegraphics[width=1\textwidth]{img/InfluxD-LoadData-Sources.PNG} % Pfad
|
|
\source{Eigner Screenshot InfluxDB Webinterface} % Quelle
|
|
\label{fig:load-data-source}
|
|
\end{minipage}
|
|
\end{figure}
|
|
|
|
\begin{figure}[hbt]
|
|
\centering
|
|
\begin{minipage}[t]{0.9\textwidth} % Breite, z.B. 1\textwidth
|
|
\caption{InfluxDB Load Data Bucket} % Überschrift
|
|
\includegraphics[width=1\textwidth]{img/InfluxD-LoadData-Bucket.PNG} % Pfad
|
|
\source{Eigner Screenshot InfluxDB Webinterface} % Quelle
|
|
\label{fig:load-data-bucket}
|
|
\end{minipage}
|
|
\end{figure}
|
|
|
|
\begin{figure}[hbt]
|
|
\centering
|
|
\begin{minipage}[t]{0.9\textwidth} % Breite, z.B. 1\textwidth
|
|
\caption{InfluxDB Load Data Bucket hinzufügen} % Überschrift
|
|
\includegraphics[width=1\textwidth]{img/InfluxD-LoadData-AddBucket.PNG} % Pfad
|
|
\source{Eigner Screenshot InfluxDB Webinterface} % Quelle
|
|
\label{fig:load-data-add-bucket}
|
|
\end{minipage}
|
|
\end{figure}
|
|
|
|
\begin{figure}[hbt]
|
|
\centering
|
|
\begin{minipage}[t]{0.9\textwidth} % Breite, z.B. 1\textwidth
|
|
\caption{InfluxDB Load Data API Tokens} % Überschrift
|
|
\includegraphics[width=1\textwidth]{img/InfluxD-LoadData-API-Key.PNG} % Pfad
|
|
\source{Eigner Screenshot InfluxDB Webinterface} % Quelle
|
|
\label{fig:load-data-api-token}
|
|
\end{minipage}
|
|
\end{figure}
|
|
|
|
\begin{figure}[hbt]
|
|
\centering
|
|
\begin{minipage}[t]{0.9\textwidth} % Breite, z.B. 1\textwidth
|
|
\caption{InfluxDB Load Data API Token hinzufügen} % Überschrift
|
|
\includegraphics[width=1\textwidth]{img/InfluxD-LoadData-API-Key-anlegen.PNG} % Pfad
|
|
\source{Eigner Screenshot InfluxDB Webinterface} % Quelle
|
|
\label{fig:load-data-add-token}
|
|
\end{minipage}
|
|
\end{figure} |