This check monitors Resin through the Datadog Agent.
The Resin check is not included in the Datadog Agent package, so you need to install it.
- 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>
-
Edit the
resin.d/conf.yaml
file in theconf.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.
Run the Agent's status subcommand and look for resin
under the Checks section.
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
See metadata.csv for a list of metrics provided by this integration.
Resin does not include any events.
See service_checks.json for a list of service checks provided by this integration.
Need help? Contact Datadog support.