Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (33 loc) · 1.1 KB

File metadata and controls

49 lines (33 loc) · 1.1 KB

FactoryIO Driver

Overview

Fully configurable Factory I/O driver built on top of base-driver, and Factory I/O SDK libraries.

Source

Github Repository

Output

Splunk Metric

Handler l99.driver.factoryio.handlers.SplunkMetric, factoryio outputs data in Splunk metric format to an MQTT broker.

factoryio_mqtt_splunk.gif

Configuration

Local

type: l99.driver.factoryio.FactoryioLocalMachine, factoryio
strategy: l99.driver.factoryio.collectors.BasicLocal01, factoryio

Driver accesses Factory I/O memory mapped file and must be run locally.

Remote

type: l99.driver.factoryio.FactoryioRemoteMachine, factoryio
strategy: l99.driver.factoryio.collectors.BasicRemote01, factoryio

Driver accesses Factory I/O Web API and can be run remotely.