No project description provided
Project description
Gufo Thor
*A simple NOC management and deployment tool.
Documentation: https://docs.gufolabs.com/gufo_thor/
Source Code: https://github.com/gufolabs/gufo_thor/
Gufo Thor is a simple tool designed for quickly setting up and evaluating NOC. It's tailored for new NOC users who want to assess NOC's capabilities and NOC developers who need a fast development environment. Thor takes care of the complexity of NOC management, making the process straightforward.
Installation
To install Thor, use pip:
pip install gufo-thor
Quick NOC Setup
Create a directory where the services' configuration and data will be stored:
mkdir noc
cd noc
Start NOC with a simple command:
gufo-thor up
Access NOC at https://go.getnoc.com:32777/
To stop NOC:
gufo-thor stop
Configuration
Thor's configuration is in the thor.yml file. You can use preconfigured defaults:
gufo-thor sample-config -t <name>
Where <name>
can be:
simple
- Minimal setup with a web interface only.common
- Setup with widely-used features for monitoring and network management.
The thor.yml structure:
# Gufo Thor configuration
version: "1.0"
noc:
tag: master
installation_name: Unconfigured Installation
expose:
domain_name: go.getnoc.com
port: 32777
services: [web, card]
Adapt the file to your needs and start NOC:
gufo-thor up
On Gufo Stack
This product is a part of Gufo Stack - the collaborative effort led by Gufo Labs. Our goal is to create a robust and flexible set of tools to create network management software and automate routine administration tasks.
To do this, we extract the key technologies that have proven themselves in the NOC and bring them as separate packages. Then we work on API, performance tuning, documentation, and testing. The NOC uses the final result as the external dependencies.
Gufo Stack makes the NOC better, and this is our primary task. But other products can benefit from Gufo Stack too. So we believe that our effort will make the other network management products better.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for gufo_thor-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e7ce048d1e0d50e6730778b6f0713443189d62cc2f079493b36c14dca784f8a |
|
MD5 | 1a378d833e1f4a6838dc30ec479cbe50 |
|
BLAKE2b-256 | d0fecf574ee7dc4a43c170ae4000ddb49a6525dc63c59c9f33df11248de3b59a |