Skip to content

Latest commit

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

stream-input

a dbus Input plugin that can integrate with external system.

Usage

stream-input is an implementation of dbus Input interface. You only need to import the plugin.

import _ "github.com/dbus-plugin/stream-input"

Configurattion

  • cmd

Example:

cmd: ["tail", "-F', "/var/log/messages"]

A complete example

{
plugins: [
{
name: "StreamInput"
cmd: ["cat", "/var/log/mail.log"]
}
{
name: "MockOutput"
blackhole: false
match: ["StreamInput", ]
}
]
}

About

a dbus Input plugin that can integrate with external system

Topics

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages