@ -1,3 +1,4 @@
---
kind: pipeline
type: ssh
name: default
@ -25,3 +26,4 @@ trigger:
- master
event:
- push
...
@ -1,10 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.json]
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true
max_line_length = 100
route:
receiver: 'slack'
@ -9,3 +10,4 @@ receivers:
username: 'Prometheus'
channel: '#<channel-name>'
api_url: 'https://hooks.slack.com/services/<webhook-id>'
version: "3"
networks:
@ -202,3 +203,4 @@ services:
- monitor-net
labels:
org.label-schema.group: "monitoring"
apiVersion: 1
providers:
@ -10,3 +11,4 @@ providers:
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards
datasources:
@ -16,3 +17,4 @@ datasources:
basicAuth: false
isDefault: false
editable: true
global:
scrape_interval: 15s
evaluation_interval: 15s
@ -42,3 +43,4 @@ alerting:
static_configs:
- targets:
- 'alertmanager:9093'
server:
http_listen_port: 9080
grpc_listen_port: 0
@ -24,3 +25,4 @@ scrape_configs:
job: varlogs
__path__: /var/log/*log