The following documentation content might not be fully up to date since content here refers to an older version or is currently being reviewed. Come back later to check status.

Description

The Collectd plugin processes Collectd messages from a Qpid queue. Collectd sends messages to a Qpid queue (through amqp protocol). The Collectd queue is configured through the Qpid listener (subscriber) plugin. 


Prerequisites

Globals true
 
        ModulePath "/opt/collectd"
        Import write_qpid_json
 
    #TypesDB "/opt/collectd/share/collectd/types.db"
    TypesDB "/opt/collectd/etc/types.db"
    Host "192.168.0.175"
    Port "5672"
    User "guest"
    Password "guest"
    Exchange "collectd"
 
<span id="mce_SELREST_start" style="overflow:hidden;line-height:0;"></span>
XML

This requires Qpid python libraries.

  • Configure a queue for Collectd in the Qpid Java Broker installed.
    1. Set up a queue called collectd
    2. In the Qpid broker web administration interface go to Broker > AMQP and click Edit. Change authentication provider to anonymous. And Save Port.

Installation

Make sure you have the 1gateway zip file that includes the plugin files and valid licences information ready. This file has been provided to you with the installation files.

1 - Login

Login to 1gateway, and make sure you are in "Advanced mode". If this is the first time you log in, the default user and password are both 'admin' (without the quotes).

2 - System Maintenance

Click on the menu icon and choose the option "System maintenance"


3 - Upload file


In the System maintenance view you can either drag and drop the downloaded zip file or select it by clicking the "choose file" button.

4 - Restart

After the upload installation will be confirmed. Restart 1Gateway to ensure any locked files are updated.

Configuration


Open the main menu and click on "New plugin"

Select the plugin you want to configure. Use the Filter field if needed.

Field name

Supported values

Description

Qpid user

Any string

Qpid username

Qpid password

Any string

Qpid password

Qpid protocol

tcp, ...

Qpid protocol

Qpid hostname

Valid IP address

Qpid server

Qpid port

Valid port number

Qpid port number

Queue name

Any string

Qpid queue name

See also