Giter Club home page Giter Club logo

pimatic-wmi's Introduction

pimatic-wmi

npm version dependencies status Build Status

A pimatic plugin to query windows hosts using windows management instrumentation.

Plugin Configuration

{
      "plugin": "wmi",
      "debug": false
}

The plugin has the following configuration properties:

Property Default Type Description
debug false Boolean Debug mode. Writes debug messages to the pimatic log, if set to true

Device Configuration

The following device can be used:

WmiSensor

The WmiSensor displays the output of your specified command to the gui.

{
		"id": "wmi1",
		"class": "WmiSensor",
		"name": "WMI Sensor",
		"host": "",			
		"username": "",
		"password": "",
		"command": ""
}
Property Default Type Description
host - String Hostname or IP address of the Windows Host
username - String local or domain user with administrative privileges
password - String Password for the user specified
command - String Command which will be executed.
interval 60000 Number The time interval in milliseconds at which the command is queried
attributes - Object Attributes are automatical saved to config for later support for rules

If you already created a WmiSensor device and you change the command later, all attributes from this device need to be deleted, before the new attributes are shown!

If you running pimatic on windows and want to query the local machine, you need to leave the username and password fields empty!

Examples

For Examples see WMI Queries.

ToDo

  • Add automatic clearing of attributes if command was changed

History

See Release History.

License

Copyright (c) thost96 and contributors. All rights reserved.

License: GPL-2.0.

pimatic-wmi's People

Contributors

deepsourcebot avatar dependabot-preview[bot] avatar mwittig avatar thost96 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

mwittig

pimatic-wmi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.