mmWpp
=====
The mmWpp datasource plug-in is used for getting machinemonitoring-events from
send via the WPP protocol.

Supported events
----------------
At the moment the following events are supported:
* Softwareversion (MACHINEMONITOR_SWVER)
* Operating data (MACHINEMONITOR_OPDATA)
* State (MACHINEMONITOR_STATE)
* Order (MACHINEMONITOR_ORDERDATA)
* Rawdata (MACHINEMONITOR_RAWDATA)
* Maintenance Notifications (MAINTENANCE_MESSAGE)
* Notifications (NOTIFICATION_CHANGED)
* Maintenance definition (MAINTENANCE_CHANGED)
* Maintenance actualvalues (MAINTENANCE_ACTUALVALUES_CHANGED)
* Condition Group definitions (CONDITION_GROUPS_CHANGED)
* Condition definitions (CONDITION_DEFINITIONS_CHANGED)
* Condition actualvalues (CONDITION_ACTUALVALUES_CHANGED)

Configuration
-------------
The configuration of mmWpp is located at the section `[wpp]` in the
`viaConnector.ini` file.

The following things can be configured:
* `host`: the hostname or ip address where the WPP Communicator can be reached.
          The default is: `127.0.0.1`
* `port`: the TCP-port the WPP Communicator listens to. The default is: `8100`
