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
# HELP go_gc_duration_seconds A summary of the GC invocation durations. | |
# TYPE go_gc_duration_seconds summary | |
go_gc_duration_seconds{quantile="0"} 0.000152191 | |
go_gc_duration_seconds{quantile="0.25"} 0.000190443 | |
go_gc_duration_seconds{quantile="0.5"} 0.000234588 | |
go_gc_duration_seconds{quantile="0.75"} 0.000273462 | |
go_gc_duration_seconds{quantile="1"} 0.000732263 | |
go_gc_duration_seconds_sum 0.005019535 | |
go_gc_duration_seconds_count 19 | |
# HELP go_goroutines Number of goroutines that currently exist. |
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
job "zookeeper" { | |
type = "service" | |
datacenters = ["us-east-1"] | |
constraint { | |
operator = "distinct_hosts" | |
value = "true" | |
} | |
# zookeeper cluster | |
group "humio1" { |
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
job "zookeeper" { | |
type = "service" | |
datacenters = ["us-east-1"] | |
constraint { | |
operator = "distinct_hosts" | |
value = "true" | |
} | |
# zookeeper cluster | |
group "humio1" { |
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
ubuntu@secops-nomad-client-05:~$ nomad job plan zk.nomad | |
+/- Job: "zookeeper" | |
+/- Stop: "true" => "false" | |
+/- Task Group: "humio1" (1 create) | |
+/- Task: "task" (forces create/destroy update) | |
+/- Config { | |
+/- image: "humio/zookeeper:1.46" => "humio/zookeeper:1.4.6" | |
network_mode: "host" | |
ulimit[0][nofile]: "65536" | |
volumes[0]: "local/zookeeper.properties:/etc/kafka/zookeeper.properties" |
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
--- | |
- hosts: localhost | |
tasks: | |
- name: Set Unique ClusterID Once | |
command : "uuidgen" | |
register: clusterID | |
- hosts: all | |
vars: | |
- kvdb: "-k consul://127.0.0.1:8500" |
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
# install error | |
>> Completed: smbd (Took: 3556.797 ms) | |
>> Completed: smbd (Took: 4374.305 ms) | |
>> Completed: nmbd (Took: 3788.701 ms) | |
>> Completed: nmbd (Took: 4093.688 ms) | |
>> Completed: /etc/foremost.conf (Took: 7.445 ms) | |
>> Completed: /usr/local/etc/foremost.conf (Took: 4.235 ms) | |
>> Completed: sift-config-tools (Took: 0.917 ms) | |
>> Incomplete due to Failures -- Success: 519, Failure: 20 |