1.0.3 • Published 7 years ago

hubot-get-servicehubot v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hubot-get-servicehubot

Gets the status of a service on the Hubot server

See src/get-servicehubot.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-get-servicehubot --save

Then add hubot-get-servicehubot to your external-scripts.json:

[
  "hubot-get-servicehubot"
]

Sample Interaction

user1>> hubot get service dhcp
hubot>> Service dhcp(DHCP Client) is currently Running.
user1>> hubot get service wudfsvc
hubot>> Service wudfsvc(Windows Drive Foundation - User-mode Driver Framework) is currently Stopped.

NPM Module

https://www.npmjs.com/package/hubot-get-servicehubot

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago