Mcollective Power function plugin
Switch branches/tags
Nothing to show
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
agent
application
.gitignore
README.md

README.md

mcollective-plugin-power

Mcollective Power function plugin

this plugin provider functions for rebooting and shutting down servers with mcollective

Installation

Usage

Rebooting machines

$ mco power reboot
Discovering hosts using the mc method for 2 second(s) .... 2

 * [ ============================================================> ] 11 / 11

node1.example.net                        Reboot initiated
node8.example.net                        Reboot initiated

Shutting down machines

$ mco power shutdown
Discovering hosts using the mc method for 2 second(s) .... 2

 * [ ============================================================> ] 11 / 11

node1.example.net                        Shutdown initiated
node8.example.net                        Shutdown initiated