Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos
Commits
67993644
Commit
67993644
authored
Jul 08, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update fluentd dependencies, add to anomaly-ids SR
parent
4f7e0132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
component/fluentd/buildout.cfg
component/fluentd/buildout.cfg
+3
-0
software/anomaly-ids/software.cfg
software/anomaly-ids/software.cfg
+5
-2
No files found.
component/fluentd/buildout.cfg
View file @
67993644
...
...
@@ -12,6 +12,9 @@ ruby-executable = ${ruby:location}/bin/ruby
gems =
fluentd==0.12.24
fluent-plugin-td==0.10.27
fluent-plugin-wendelin==0.2
fluent-plugin-bin
gem-options = --no-ri --no-rdoc --with-icu-lib=${icu:location}/lib/ --with-icu-dir=${icu:location}/
environment =
LDFLAGS = -L${icu:location}/lib -Wl,-rpath=${icu:location}/lib
...
...
software/anomaly-ids/software.cfg
View file @
67993644
[buildout]
versions = versions
extends =
../../component/fluentd/buildout.cfg
../../component/git/buildout.cfg
../../software/wendelin/software.cfg
parts +=
pyanomaly
geoip
geolite2
ipcalc
fluentd
[pyanomaly]
recipe = zc.recipe.egg:develop
...
...
@@ -32,7 +35,7 @@ setup = ${geoip-repository:location}/geolite2/
[geoip-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/mitsuhiko/python-geoip.git
location = ${buildout:parts-directory}
location = ${buildout:parts-directory}
/geoip/
[ipcalc]
recipe = zc.recipe.egg:develop
...
...
@@ -42,4 +45,4 @@ setup = ${ipcalc-repository:location}
[ipcalc-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/tehmaze/ipcalc.git
location = ${buildout:parts-directory}/ipcalc
\ No newline at end of file
location = ${buildout:parts-directory}/ipcalc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment