Skip to content

jasoncdavis/CiscoLiveNOC2022LV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues Cisco Sample Code License, Version 1.1 LinkedIn


Logo

CiscoLive NOC Python Scripts

Python scripts, MySQL DDL and other scripts and files used in the CiscoLive NOC
Explore the docs »

View Demo (TBD) · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Getting Started

You'll want to install Python 3.10 in a virtual environment and pip install the packages missing from your environment. You'll also need to build a TIG stack - Telegraf, InfluxDB and Grafana. There are PLENTY of internet resources available to help you. Apache was installed for hosting the HTML files we generate in the custom dashboards not generated by Grafana. Finally, we used MySQL database for some inventory and other state information storage.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Python

    sudo apt install python
  • Create virtual environment

    cd my_project_directory
    python3.10 -m venv .venv
    source .venv/bin/activate

Installation

  1. Clone the repo
    git clone https://github.com/jasoncdavis/CiscoLiveNOC2022LV.git
  2. pip install packages
    pip install -r requirements.txt

(back to top)

Usage

These scripts are not being shared specifically in an 'install and run' state, although they aren't far from it. I just need to spend more time on documentation to make it run-ready. The scripts should, however, be good reference material for you in how to collect information useful in your environment.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Update Usage
  • Add DD-CAM to this repo or reference other one

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the Cisco Sample Code License, Version 1.1. See LICENSE.txt for more information.

(back to top)

Contact

Jason Davis - @SNMPguy - jadavis@cisco.com

Project Link: https://github.com/jasoncdavis/CiscoLiveNOC2022LV

(back to top)

Acknowledgments

  • JW McIntire
  • Chris O'Donnell
  • Jason Froehlich
  • Kristopher Gabrielsen
  • Richard Furr
  • MySQL
  • InfluxDB
  • Grafana

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published