Skip to content

Encodes observations made by analysts in NATS and sends them south

License

Notifications You must be signed in to change notification settings

dnstapir/observation-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

make

Install

sudo make install

Run

observation-encoder -config /path/to/config/file

Sample config file

{
    "address": "127.0.0.1",
    "port": "10000",
    "cert":
    {
        "interval": 100,
        "cert_dir": "/path/to/certificates/dir"
    },
    "api":
    {
        "active": true,
        "address": "127.0.0.1",
        "port": "10001"
    }
}

About

Encodes observations made by analysts in NATS and sends them south

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published