This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
augtool -A -t 'Toml incl /root/test.toml' | |
augtool> print | |
/augeas | |
/augeas/root = "/" | |
/augeas/context = "/files" | |
/augeas/variables | |
/augeas/version = "1.4.0" | |
/augeas/version/save | |
/augeas/version/save/mode[1] = "backup" | |
/augeas/version/save/mode[2] = "newfile" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[data] | |
dir = "/var/opt/influxdb/data" | |
# Controls the engine type for new shards. Options are b1, bz1, or tsm1. | |
# b1 is the 0.9.2 storage engine, bz1 is the 0.9.3 and 0.9.4 engine. | |
# tsm1 is the 0.9.5 engine | |
engine ="tsm1" | |
# The following WAL settings are for the b1 storage engine used in 0.9.2. They won't | |
# apply to any new shards created after upgrading to a version > 0.9.3. | |
max-wal-size = 104857600 # Maximum size the WAL can reach before a flush. Defaults to 100MB. | |
wal-flush-interval = "10m" # Maximum time data can sit in WAL before a flush. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 22, | |
"title": "Shinken Alerts", | |
"originalTitle": "Shinken Alerts", | |
"tags": [ | |
"monitoring" | |
], | |
"style": "dark", | |
"timezone": "browser", | |
"editable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dashboard.annotations = { | |
list: [ | |
{ | |
datasource: "Shinken2", | |
enable: false, | |
iconColor: "rgb(255, 0, 0)", | |
iconSize: 20, | |
index: "", | |
lineColor: "rgba(255, 0, 0, 0.26)", | |
name: "Critical", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 5, | |
"title": "Influxdb Cluster", | |
"originalTitle": "Influxdb Cluster", | |
"tags": [ | |
"monitoring" | |
], | |
"style": "dark", | |
"timezone": "browser", | |
"editable": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:latest | |
ENV TERRAFORM_VERSION=0.12.9 | |
ENV TERRAFORM_PROVIDER_AZURERM=2.8.0 | |
ENV TERRAFORM_PROVIDER_CLOUDFLARE=2.6.0 | |
ENV TERRAFORM_PROVIDER_PINGDOM=1.1.1 | |
ENV TERRAFORM_PROVIDER_K8S=0.7.6 | |
ENV TERRAFORM_PROVIDER_VAULT=2.10.0 | |
RUN apk add --update bash curl openssl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: WorkflowTemplate | |
metadata: | |
name: terraform | |
namespace: argo | |
spec: | |
templates: | |
- name: plan | |
inputs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: EventSource | |
metadata: | |
name: kafka-event-source | |
namespace: argo | |
spec: | |
type: "kafka" | |
kafka: | |
terraform: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: argoproj.io/v1alpha1 | |
kind: Gateway | |
metadata: | |
name: kafka | |
namespace: argo | |
spec: | |
type: kafka | |
eventSourceRef: | |
name: kafka-event-source | |
template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: Sensor | |
metadata: | |
name: kafka-terraform-update | |
namespace: argo | |
spec: | |
template: | |
serviceAccountName: argo-events-sa | |
subscription: |
OlderNewer