Skip to content

Files

Latest commit

 

History

History

resin

Agent Check: Resin

Overview

This check monitors Resin through the Datadog Agent.

Setup

Installation

The Resin check is not included in the Datadog Agent package, so you need to install it.

Configuration

  1. Configure the resin default server to enable JMX by adding the following JVM arguments:
<server-default>
  <jvm-arg>-Dcom.sun.management.jmxremote</jvm-arg>
  <jvm-arg>-Dcom.sun.management.jmxremote.port=7199</jvm-arg>
</server-default>
  1. Edit the resin.d/conf.yaml file in the conf.d/ folder at the root of your Agent's configuration directory to start collecting your resin performance data. See the resin.d/conf.yaml example for all available configuration options.

  2. Restart the Agent.

Validation

Run the Agent's status subcommand and look for resin under the Checks section.

Log collection

Enable logs collection for Datadog Agent in /etc/datadog-agent/datadog.yaml on Linux platforms. On other platforms, see the Agent Configuration Files guide for the location of your configuration file:

logs_enabled: true
  • Enable this configuration block to your resin.d/conf.yaml file to start collecting Logs:
    logs:
      - type: file
        path: /var/opt/resin/log/*.log
        source: resin

Data Collected

Metrics

See metadata.csv for a list of metrics provided by this integration.

Events

Resin does not include any events.

Service Checks

See service_checks.json for a list of service checks provided by this integration.

Troubleshooting

Need help? Contact Datadog support.