-
Notifications
You must be signed in to change notification settings - Fork 4
/
centreon_report_to_pdf.e4p
151 lines (151 loc) · 4.17 KB
/
centreon_report_to_pdf.e4p
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
<!-- eric project file for project centreon_report_to_pdf -->
<!-- Saved: 2020-03-16, 17:40:39 -->
<!-- Copyright (C) 2020 Victor Hugo dos Santos, [email protected] -->
<Project version="5.1">
<Language>en_US</Language>
<Hash>d5c3b4ce6e76ee5c454a41060fede5c341921780</Hash>
<ProgLanguage mixed="0">Python3</ProgLanguage>
<ProjectType>Console</ProjectType>
<Description>Make a PDF from CSV centreon data and sent it by email.</Description>
<Version>0.1</Version>
<Author>Victor Hugo dos Santos</Author>
<Email>[email protected]</Email>
<Eol index="0"/>
<Sources>
<Source>__init__.py</Source>
<Source>centreon_report_to_pdf/BuildPDF.py</Source>
<Source>centreon_report_to_pdf/CentreonData.py</Source>
<Source>centreon_report_to_pdf/GlobalVars.py</Source>
<Source>centreon_report_to_pdf/SMTP.py</Source>
<Source>centreon_report_to_pdf/Settings.py</Source>
<Source>centreon_report_to_pdf/__init__.py</Source>
<Source>centreon_report_to_pdf/centreon_report_to_pdf.py</Source>
</Sources>
<Others>
<Other>.gitignore</Other>
<Other>centreon_report_to_pdf/config.ini</Other>
<Other>centreon_report_to_pdf/config_example.ini</Other>
</Others>
<Vcs>
<VcsType>Git</VcsType>
<VcsOptions>
<dict>
<key>
<string>add</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>checkout</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>commit</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>diff</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>export</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>global</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>history</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>log</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>remove</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>status</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>tag</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
<key>
<string>update</string>
</key>
<value>
<list>
<string></string>
</list>
</value>
</dict>
</VcsOptions>
</Vcs>
<FiletypeAssociations>
<FiletypeAssociation pattern="*.e4p" type="OTHERS"/>
<FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
<FiletypeAssociation pattern="*.md" type="OTHERS"/>
<FiletypeAssociation pattern="*.proto" type="PROTOCOLS"/>
<FiletypeAssociation pattern="*.py" type="SOURCES"/>
<FiletypeAssociation pattern="*.py3" type="SOURCES"/>
<FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
<FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
<FiletypeAssociation pattern="*.rst" type="OTHERS"/>
<FiletypeAssociation pattern="*.txt" type="OTHERS"/>
<FiletypeAssociation pattern="GNUmakefile" type="OTHERS"/>
<FiletypeAssociation pattern="Makefile" type="OTHERS"/>
<FiletypeAssociation pattern="README" type="OTHERS"/>
<FiletypeAssociation pattern="README.*" type="OTHERS"/>
<FiletypeAssociation pattern="makefile" type="OTHERS"/>
</FiletypeAssociations>
</Project>