Skip to content
View icpenguins's full-sized avatar

Highlights

  • Pro

Organizations

@4252

Block or report icpenguins

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
icpenguins/README.md

I enjoy challenging projects and building teams which are driven to succeed. A recent focus on cloud, IoT, and AI but a history with as a service (...aaS) and customer-driven products. Taking the complexity out of every task to ensure world-class delivery is the reward for the hard work in each project.

📫 brian-rogers.com

Currently dabbling with...

  • Artificial Intelligence
  • x86 vs ARM vs RISC
  • Kubenetes
  • oneAPI
  • GPU
  • Life

Depriortized for now...

  • New Relic
  • Ceph
  • Rook
  • FPGA

Pinned Loading

  1. vorpaljs-settings vorpaljs-settings Public

    Enables the ability to set property values for Vorpal.js extensions

    JavaScript 1 1

  2. New Relic Grok Parser for IIS W3C Ex... New Relic Grok Parser for IIS W3C Extended Logs
    1
    %{TIMESTAMP_ISO8601:iis_timestamp} %{HOSTNAME:iis_server_sitename} %{HOSTNAME:iis_server_computername} %{NOTSPACE:iis_server_ip} %{WORD:iis_cs_method} %{URIPATH:iis_uri_stem} %{NOTSPACE:iis_uri_query} %{NUMBER:iis_server_port} %{NOTSPACE:iis_username} %{NOTSPACE:iis_client_ip} %{NOTSPACE:iis_version} %{NOTSPACE:iis_client_user_agent} %{NOTSPACE:iis_client_cookie} %{NOTSPACE:iis_client_referrer} %{NOTSPACE:iis_cs_hostname} %{NUMBER:iis_sc_status} %{NUMBER:iis_sc_substatus} %{NUMBER:iis_win32_status} %{NUMBER:iis_sc_bytes} %{NUMBER:iis_cs_bytes} %{NUMBER:iis_time_taken}
  3. A PowerShell script that calls into ... A PowerShell script that calls into the New Relic GraphQL API and checks if all of the reporting applications are enabled for Distributed Tracing
    1
    # Administration script to check for Distributed Tracing
    2
    # https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/get-started/introduction-distributed-tracing/
    3
    
                  
    4
    # Generate a User API Key for a personal account
    5
    # https://docs.newrelic.com/docs/apis/get-started/intro-apis/new-relic-api-keys/
  4. Use New Relic to check for valid cer... Use New Relic to check for valid certificate dates
    1
    /**
    2
     * When creating the script, setting it as an API test simplifies the results
    3
     * https://docs.newrelic.com/docs/synthetics/new-relic-synthetics/scripting-monitors/writing-api-tests
    4
     *
    5
     * When the script is added as synthetics check, it is recommend that it be set to check the custom URL
  5. nextjsdemo nextjsdemo Public

    A Next.js site that provides the basic build, test, dev, and container configurations

    JavaScript