Skip to content

Gufo Thor Configuration Templates

Gufo Thor is provided with several predefined templates which addresses various patterns of usage:

  • simple - web-only setup.
  • common - web and hardware integration.

To generate template config use:

gufo-thor sample-config -t <template name>

simple

Simple web-only installation.

# Gufo Thor configuration
version: "1.0"
noc:
  tag: master
  installation_name: Unconfigured Installation
  theme: noc
expose:
  domain_name: go.getnoc.com
  port: 32777
  open_browser: true
services: [web, card, shell]

common

Installation with web interface, hardware integration, and event-processing pipeline.

# Gufo Thor configuration
version: "1.0"
noc:
  tag: master
  installation_name: Unconfigured Installation
  theme: noc
expose:
  domain_name: go.getnoc.com
  port: 32777
  open_browser: true
services: [web, card, discovery, activator, classifier, correlator, ping, shell]