View sitecore-spe-coveo-sqldev_build.json
This file contains 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
{ | |
"tags": [ | |
{ | |
"tag": "sitecore-xm-spe-coveo-sqldev:9.3.0-windowsservercore-${windowsservercore_version}", | |
"build-options": [ | |
"--memory 4GB", | |
"--build-arg BASE_IMAGE=sitecore-xm-spe-sqldev:9.3.0-windowsservercore-${windowsservercore_version}", | |
"--build-arg ASSETS_IMAGE=sitecore-assets:9.3.0-nanoserver-${nanoserver_version}", | |
"--build-arg ASSETS_USE_WDP='C:\\packages\\Coveo for Sitecore 93 5.0.587.9.scwdp.zip'" | |
] |
View sitecore-spe-coveo_build.json
This file contains 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
{ | |
"tags": [ | |
{ | |
"tag": "sitecore-xm-spe-coveo-cm:9.3.0-windowsservercore-${windowsservercore_version}", | |
"build-options": [ | |
"--build-arg BASE_IMAGE=sitecore-xm-spe-cm:9.3.0-windowsservercore-${windowsservercore_version}", | |
"--build-arg ASSETS_IMAGE=sitecore-assets:9.3.0-nanoserver-${nanoserver_version}", | |
"--build-arg ASSETS_USE_WDP='C:\\packages\\Coveo for Sitecore 93 5.0.587.9.scwdp.zip'" | |
] | |
}, |
View sc.links.custom.xml
This file contains 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
<Settings> | |
<Sitecore> | |
<Publishing> | |
<Services> | |
<DefaultConnectionFactory> | |
<Options> | |
<Connections> | |
<Links> | |
<Type>Sitecore.Framework.Publishing.Data.AdoNet.SqlDatabaseConnection, Sitecore.Framework.Publishing.Data</Type> | |
<LifeTime>Transient</LifeTime> |
View Prometheus_hostosjob.yml
This file contains 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
- job_name: hostos | |
honor_timestamps: true | |
scrape_interval: 30s | |
scrape_timeout: 20s | |
metrics_path: /metrics | |
scheme: http | |
static_configs: | |
- targets: | |
- 192.168.0.25:9182 |
View Prometheus_dockerjob.yml
This file contains 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
- job_name: docker | |
honor_timestamps: true | |
scrape_interval: 30s | |
scrape_timeout: 20s | |
metrics_path: /metrics | |
scheme: http | |
static_configs: | |
- targets: | |
- 192.168.0.25:9323 |
View dashboard.yml
This file contains 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: 1 | |
providers: | |
- name: 'Prometheus' | |
orgId: 1 | |
folder: '' | |
type: file | |
disableDeletion: false | |
editable: true | |
options: |
View datasource.yml
This file contains 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
# config file version | |
apiVersion: 1 | |
# list of datasources that should be deleted from the database | |
deleteDatasources: | |
- name: Prometheus | |
orgId: 1 | |
# list of datasources to insert/update depending | |
# whats available in the database |
View docker-compose-grafana-snippet.yml
This file contains 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
grafana: | |
image: grafana/grafana | |
ports: | |
- '3000:3000' | |
networks: | |
prom.local: |
View docker-compose-ver2.yml
This file contains 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
version: '2.4' | |
networks: | |
prom.local: | |
services: | |
prometheus: | |
image: prom/prometheus | |
volumes: |
View docker-compose-ver1.yml
This file contains 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
version: '2.4' | |
networks: | |
prom.local: | |
services: | |
prometheus: | |
image: prom/prometheus | |
volumes: |
NewerOlder