I hereby claim:
- I am iamfuzz on github.
- I am iamfuzz (https://keybase.io/iamfuzz) on keybase.
- I have a public key whose fingerprint is 2A62 FCF3 BBE8 6772 7440 369C 9258 A798 513F 86CD
To claim this, I am signing this object:
| 2016/07/08 11:19:24 [INFO] Terraform version: 0.6.15 | |
| 2016/07/08 11:19:24 [DEBUG] Detected home directory from env var: /Users/bthomason | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: atlas = /usr/local/bin/terraform-provider-atlas | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: aws = /usr/local/bin/terraform-provider-aws | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: azure = /usr/local/bin/terraform-provider-azure | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: azurerm = /usr/local/bin/terraform-provider-azurerm | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: chef = /usr/local/bin/terraform-provider-chef | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: clc = /usr/local/bin/terraform-provider-clc | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: cloudflare = /usr/local/bin/terraform-provider-cloudflare | |
| 2016/07/08 11:19:24 [DEBUG] Discovered plugin: cloudstack = /usr/local/bin/terraform-provider-cloudstack |
I hereby claim:
To claim this, I am signing this object:
| # This file configures the New Relic Agent. New Relic monitors | |
| # Java applications with deep visibility and low overhead. For more details and additional | |
| # configuration options visit https://docs.newrelic.com/docs/java/java-agent-configuration. | |
| # | |
| # <%= generated_for_user %> | |
| # | |
| # This section is for settings common to all environments. | |
| # Do not add anything above this next line. | |
| common: &default_settings |
| { | |
| "title": "Kubernetes Overview", | |
| "icon": "bar-chart", | |
| "grid_column_count": 3, | |
| "filter": { | |
| "key_names": ["clusterName", "namespace", "nodeName", "containerName"], | |
| "event_types": ["K8sContainerSample", "K8sDeploymentSample", "K8sNamespaceSample", "K8sNodeSample", "K8sPodSample", "K8sReplicasetSample"], | |
| "filter_first": false | |
| }, | |
| "owner": { |
| # This file configures the New Relic Agent. New Relic monitors | |
| # Java applications with deep visibility and low overhead. For more details and additional | |
| # configuration options visit https://docs.newrelic.com/docs/java/java-agent-configuration. | |
| # | |
| # <%= generated_for_user %> | |
| # | |
| # This section is for settings common to all environments. | |
| # Do not add anything above this next line. | |
| common: &default_settings |
| export var algorithm = | |
| [ | |
| { | |
| "fields": [ | |
| { | |
| "SW Dependencies": { | |
| "type": "integer", | |
| "weight": 1 | |
| }, | |
| "Unique Transactions": { |
| { | |
| "dashboard": { | |
| "id": 1092283, | |
| "title": "Complexity Assessment", | |
| "description": "", | |
| "icon": "bar-chart", | |
| "created_at": "2020-01-29T23:26:29Z", | |
| "updated_at": "2020-01-31T08:53:12Z", | |
| "visibility": "all", | |
| "editable": "editable_by_all", |
| { | |
| "title": "Complexity Assessment", | |
| "icon": "bar-chart", | |
| "grid_column_count": 12, | |
| "filter": { | |
| "key_names": [], | |
| "event_types": ["complexity"], | |
| "filter_first": false | |
| }, | |
| "owner": { |
| #!/usr/bin/env python3 | |
| import subprocess | |
| import json | |
| import re | |
| import csv | |
| # Execute the initial command to get image list | |
| initial_cmd = "sudo anchorectl image list -o json" | |
| output = subprocess.check_output(initial_cmd, shell=True) |
| #!/usr/bin/python3 | |
| import json | |
| import time | |
| import sys | |
| fbuffer = open(sys.argv[1],'r') | |
| lines = fbuffer.readlines() | |
| fbuffer.close() | |
| timestamp = int(time.time()) |