tacacs-exporter

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

README

tacacs-exporter

A Prometheus exporter similar to blackbox_exporter but for TACACS servers.

Usage

Usage of tacacs-exporter:
  -config string
        Path to the config file. (default "config.yml")
  -log.level string
        The log level. (default "info")
  -version
        Show the version
  -web.listen-address string
        HTTP server listen address (default ":9949")
  -web.telemetry-path string
        Path under which to expose metrics (default "/metrics")

Configuration

---
modules:
  module_name:
    # Required
    username: tacacs-test
    # Required
    password: tacacs-test
    # TACACS shared secret. Required.
    secret: s3cret
    # Use TACACS single connect mode. Default: false
    single_connect: false
    # Legacy single connect mode. For devices that don't set the single-connection header flag.
    # Default: false
    legacy_single_connect: false
    # TACACS timeout in seconds.
    # Default: 5
    timeout: 5
    # Privilege level to send to the TACACS server
    # Default: 0
    privilege_level: 0
    # Device port to send to the TACACS server
    port: probe

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL