Ubuntu Manpages

Octopussy::Service

Octopussy Service module

Create a new Service with configuration '$conf'

Parameters:

\%conf - hashref of the new Service configuration

field 'name' only accepts [-_a-z0-9] characters and 'Incoming' and 'Unknown' are rejected

Removes the Service '$service'

Parameters:

$service - Name of the Service to remove

List()

Returns List of Services

List_Used()

Returns List of Services used

Returns list of Unknown Services in @services list

Returns the XML filename for the service '$service'

Returns the configuration for the Service '$service'

Returns the configuration for all Services sorted by '$sort' (default: 'name')

Returns the next available message id for Service '$service'

Checks if $msgid is valid & unique for Service $service

Adds Message '$mconf' to Service '$service'

Removes Message with id '$msgid' from Service '$service'

Modifies Message with id '$msgid' from Service '$service'

Moves Message '$msgid' up/down ('$direction') inside Service '$service'

Get messages from Service list '@services' sorted by 'rank'

Get the configuration for all messages from '$service' sorted by '$sort'

Returns Messages statistics for Service $service

Get tables from service '$service'

Restart Device parsing for device with service '$service'

Set 'reload_required' for device with service '$service'

Updates()

Gets Services Updates from Internet

Installs Services Updates

Returns Service Updates Messages

Returns Service Updates differences

Checks that '$name' is valid for a Service name

Sebastien Thebert <octo.devel@gmail.com>