-
Notifications
You must be signed in to change notification settings - Fork 4
/
opennms-book.tex
62 lines (46 loc) · 1.96 KB
/
opennms-book.tex
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\include{includes/header}
\begin{document}
% No indentation
\parindent 0pt
\parskip 11pt
\include{content/titlepage}
\tableofcontents
\addcontentsline{toc}{section}{Inhaltsverzeichnis}
\newpage
\printnomenclature
\addcontentsline{toc}{chapter}{Abkürzungsverzeichnis}
\newpage
\listoffigures
\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
\newpage
\listoftables
\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
\newpage
%=======================================================
\chapter{Provisioning System}
\epigraphhead[70]{\epigraph{If opportunity doesn't knock, build a door.}{\textit{Milton Berle}}}
\include{content/provisioning-system/provisioning-system}
\include{content/provisioning-system/provisioning-rest-api}
%=======================================================
%=======================================================
\chapter{Topologien und Karten}
\epigraphhead[70]{\epigraph{The minute that you're not learning I believe you're dead.}{\textit{Jack Nicholson}}}
\include{content/topology-maps/topology-maps}
%=======================================================
%=======================================================
\chapter{3rd Party-Integration}
\epigraphhead[70]{\epigraph{The only source of knowledge is experience.}{\textit{Albert Einstein}}}
\include{content/3rd-party/dns-server}
\include{content/3rd-party/vmware-vcenter}
\include{content/3rd-party/ocs-inventory}
%=======================================================
%=======================================================
\chapter{Anwendungsfälle}
\epigraphhead[70]{\epigraph{And now for something completely different.}{\textit{Monty Pyton}}}
\include{content/use-cases/monitoring-layer-2/monitoring-layer-2-paper}
\include{content/use-cases/script-extending-linux/script-extending-linux-paper}
\include{content/use-cases/service-recovery/service-recovery}
%=======================================================
\lstlistoflistings
\addcontentsline{toc}{chapter}{Listings}
\end{document}