Skip to content

ebusto/nautobot-plugin-change-producer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This plugin provides middleware to publish Nautobot changes to a message broker.

Configuration

PLUGINS.append("nautobot_change_producer")  
PLUGINS_CONFIG["nautobot_change_producer"] = {
    "client": "nautobot_change_producer.client.NATS",
    "config": {
        "servers": "nats://nats-broker:4222",
    }   
}       

About

Publish Nautobot changes to NATS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages