Provided by: octopussy_1.0.6-0ubuntu1_all bug

NAME

       Octopussy::ServiceGroup - Octopussy ServiceGroup Module

FUNCTIONS

   Add($conf_sg)
       Adds a new ServiceGroup

Remove($servicegroup)

       Removes ServiceGroup '$servicegroup'

   List()
       Gets list of ServiceGroup

   Configuration($servicegroup)
       Gets the configuration for the ServiceGroup '$servicegroup'

   Configurations($sort)
       Gets the configuration for all ServiceGroups

   Services($servicegroup)
       Returns list of Services (sorted by rank) in ServiceGroup '$servicegroup'

   Add_Service($servicegroup, $service)
       Adds Service '$service' to ServiceGroup '$servicegroup'

   Remove_Service($servicegroup, $service)
       Removes Service '$service' from ServiceGroup '$servicegroup'

   Move_Service($servicegroup, $service, $direction)
       Moves Service '$service' in ServiceGroup '$servicegroup' Services List in Direction Up or
       Down ('$direction')

   Valid_Name($name)
       Checks that '$name' is valid for a ServiceGroup name

AUTHOR

       Sebastien Thebert <octo.devel@gmail.com>