Skip to content

kedare/stackstorm-librenms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreNMS integration pack

Early development stage, use at your own risks for now.

Installation

No special dependencies are required, just install the pack with

st2 pack install https://github.com/kedare/stackstorm-librenms.git

(Until this has been pushed to StackStorm Exchange)

Then you need to define in a /opt/stackstorm/config/librenms.yaml the proper variables

api_key: xxxxx
api_root: https://librenms.example.com/api/v0

Sensors

You have sensors to trigger event when new entries are detected in eventlog and alertlog

Actions

  • get_bgp_sessions : Get BGP sessions matching criteria
  • get_devices : Get devices matching criteria (will also return more data depending of the search type, for example the port data for a search by ipv4/ipv6)
  • get_port: Get data about a port
  • get_ip_arp: Get ARP bindings for a specific IP address
  • get_fdb: Get FDB entries for a specific MAC address

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages