add picture gallery container
update prometheus/grafana to be persistent, and have more collectors
This commit is contained in:
@@ -3,7 +3,6 @@ MAINTAINER Richard Morgan <r_morgan@sympatico.ca>
|
||||
|
||||
RUN apk add --update --virtual .build-deps \
|
||||
sudo build-base ruby-dev \
|
||||
|
||||
# cutomize following instruction as you wish
|
||||
&& sudo gem install \
|
||||
fluent-plugin-secure-forward \
|
||||
|
||||
@@ -94,6 +94,13 @@
|
||||
flush_interval 10s
|
||||
</match>
|
||||
|
||||
<match metrics>
|
||||
@type loggly_buffered
|
||||
loggly_url https://logs-01.loggly.com/bulk/22feaabc-c080-4407-86c3-ae9052999786/tag/metrics
|
||||
buffer_type memory
|
||||
flush_interval 10s
|
||||
</match>
|
||||
|
||||
<match **>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/bulk/22feaabc-c080-4407-86c3-ae9052999786/tag/fluentd
|
||||
|
||||
Reference in New Issue
Block a user