Skip to content

Instantly share code, notes, and snippets.

View rafaelsoaresbr's full-sized avatar

Rafael Soares rafaelsoaresbr

View GitHub Profile
@rafaelsoaresbr
rafaelsoaresbr / zorka.properties
Created November 8, 2018 13:06
zorka configuration
scripts = jvm.bsh, zabbix.bsh, jboss/jboss7.bsh
zabbix = no
zorka.hostname = jboss01.dexter.com.br
zorka.spy.compute.frames = no
tracer = yes
tracer.net = yes
tracer.net.addr = 192.168.100.200
tracer.min.trace.time = 0
tracer.min.method.time = 0
tracer.max.trace.records = 1000000
# Place your dedyn.io access token here:
DEDYN_TOKEN=bb98efd34ef5f6159c5829e36c15b3c12d382b72
# Set your dedyn.io domain name here:
DEDYN_NAME=example.dedyn.io
@rafaelsoaresbr
rafaelsoaresbr / ignition.json
Last active August 6, 2017 13:23
Ignition config for CoreOS
{
"ignition": {
"version": "2.0.0",
"config": {}
},
"storage": {
"filesystems": [
{
"name": "filesystem1",
"mount": {
@rafaelsoaresbr
rafaelsoaresbr / docker-compose.yml
Last active August 5, 2021 13:54
gitlab-ce/gitlab-runner docker-compose.yml
version: "3.3"
services:
gitlab-ce:
image: 'gitlab/gitlab-ce:latest'
restart: always
hostname: 'rafaelsoares.ddns.net'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://rafaelsoares.ddns.net:9080'
@rafaelsoaresbr
rafaelsoaresbr / packer.log
Created July 6, 2017 03:54
packer build log for vmware-iso builder
$ packer build -only=vmware-iso vagrant.json
vmware-iso output will be in this color.
==> vmware-iso: Downloading or copying ISO
vmware-iso: Downloading or copying: https://downloads.archlinux.de/iso/2017.07.01/archlinux-2017.07.01-x86_64.iso
==> vmware-iso: Creating virtual machine disk
==> vmware-iso: Building and writing VMX file
==> vmware-iso: Starting HTTP server on port 8101
==> vmware-iso: Starting virtual machine...
==> vmware-iso: Waiting 10s for boot...