🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

azure-iot-diagnostics

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-iot-diagnostics

An easier way to set diagnostics configuration for your Azure IoT Solutions.

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
6
100%
Maintainers
1
Weekly downloads
 
Created
Source

Azure IoT Diagnostics

Build status

An easier way to set diagnostics configuration for your Azure IoT Solutions.

Go to https://aka.ms/azure.iot for more awesome Azure IoT projects and resources.

Prerequisites

  • Node.js v6.0.0 or higher

Setup

  • Open terminal, and run npm install -g azure-iot-diagnostics

Usage

Output usage information

$ az-iot-diag -h

$ az-iot-diag set -h

Turn on diagnostics and set sample rate as 10% for device1 and device2

$ az-iot-diag set --login "HostName=<my-hub>.azure-devices.net;SharedAccessKeyName=<my-policy>;SharedAccessKey=<my-policy-key>" --enable true --sample_rate 10 --devices device1,device2

usage

FAQs

Package last updated on 11 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts