NAME
RackMan::Device::Server - Base role for PDU
SYNOPSIS
RackMan::Device::PDU->meta->apply($rackdev);
$rackdev->specialise;
DESCRIPTION
This module is the base role for PDU.
METHODS
formats
Return the list of configuration file formats to generate for this type of object.
specialise
Apply a specialised role, if available, to the object so it can know how to speak with the actual hardware, if needed.
CONFIGURATION
This module gets its configuration from the [device:pdu]
section of the main rack.conf, with the following parameters:
formats
- specify the formats associated with a PDU object as a comma or space seperated list. Can be overridden with the--formats
option. Default is"Cacti Nagios"
AUTHOR
Sebastien Aperghis-Tramoni