add SEC - simple event correlator

This commit is contained in:
Erik Auerswald 2018-04-22 19:02:14 +02:00
parent 46509e8f44
commit 8ccc12c2d5

View File

@ -218,6 +218,7 @@ Network Automation is cross between two disciplines of Infrastructure Networks a
- [Napalm](https://github.com/napalm-automation/napalm) - NAPALM (Network Automation and Programmability Abstraction Layer with Multivendor support) is a Python library that implements a set of functions to interact with different router vendor devices using a unified API.
- [netaddr](https://github.com/drkjam/netaddr) - Network address manipulation that supports a number of techniques (supernetting and subnetting).
- [Netmiko](https://github.com/ktbyers/netmiko) - Multi-vendor library to simplify Paramiko SSH connections to network devices.
- [SEC - Simple Event Correlator](http://simple-evcorr.github.io/) - SEC is an event correlation tool for advanced event processing which can be harnessed for event log monitoring, for network and security management, for fraud detection, and for any other task which involves event correlation.
- [TextFSM](https://github.com/google/textfsm) - Python module for parsing semi-structured text into python tables.
## Non-Core Ansible Modules