Skip to content
View rcmelendez's full-sized avatar
Block or Report

Block or report rcmelendez

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. alertctl alertctl Public

    Work with Devo alerts from the command line.

    Shell 1

  2. xmrig-docker xmrig-docker Public

    Monero (XMR) CPU miner packaged in a lightweight Docker image that you can easily deploy to a Kubernetes cluster.

    21 19

  3. cidr2ip cidr2ip Public

    A lightweight CLI tool that transforms CIDR notations into a list of IP addresses.

    Go

  4. macstat macstat Public

    Bash shell script that collects macOS system metrics for Devo Data Analytics Platform

    Shell

  5. syslog-ng launchd job for macOS syslog-ng launchd job for macOS
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plist version="1.0">
    4
    <!--
    5
      launchd job for macOS that runs in the background upon system start.
  6. Bash shell script that performs requ... Bash shell script that performs requests using the Devo Provisioning API.
    1
    #!/usr/bin/env bash
    2
    # 
    3
    # Bash shell script that performs requests using the Devo Provisioning API.
    4
    #
    5
    # Tested on Linux (CentOS/Ubuntu) and macOS.