App-Netdisco

 view release on metacpan or  search on metacpan

share/config.yml  view on Meta::CPAN

  - 'Linter'
  - 'LoadMIBs'
  - 'Location'
  - 'Macsuck'
  - 'Macsuck::Hooks'
  - 'Macsuck::Nodes'
  - 'Macsuck::InterfacesStatus'
  - 'Macsuck::PortAccessEntity'
  - 'Macsuck::WirelessNodes'
  - 'Macwalk'
  - 'MakeRancidConf'
  - 'Nbtstat'
  - 'Nbtstat::Core'
  - 'Nbtwalk'
  - 'NodeMonitor'
  - 'PingSweep'
  - 'PortControl'
  - 'PortName'
  - 'Power'
  - 'PrimeSkiplist'
  - 'Psql'
  - 'Renumber'
  - 'Scheduler'
  - 'Show'
  - 'Snapshot'
  - 'Stats'
  - 'TastyJobs'
  - 'Vlan'
  - 'Vlan::Core'

extra_worker_plugins: []

driver_priority:
  direct:   1000000
  restconf: 600
  netconf:  500
  eapi:     400
  api:      300
  cli:      200
  snmp:     100

deferrable_actions:
  - 'arpwalk'
  - 'discoverall'
  - 'macwalk'
  - 'nbtwalk'
  - 'primeskiplist'
  - 'scheduler'
  - 'expire'
  - 'tastyjobs'

# ---------------
# GraphViz Export
# ---------------

graph:
  # ---- Graph Settings ----
  edge_color      : wheat

  graph           : 'graph/netmap.gif'
  graph_png       : 'graph/netmap.png'
  graph_bg        : black
  graph_clusters  : false  # try fdp layout
  graph_color     : white
  graph_default   : png
  #graph_dir      : net_dir.gif
  graph_epsilon   : 6
  graph_layout    : twopi  # try neato or fdp too
  graph_map       : 'graph/netmap.map'
  graph_overlap   : scale
  graph_nodesep   : 2
  graph_ranksep   : .3
  graph_raw       : 'graph/graph_raw.dot'
  graph_splines   : false
  graph_svg       : 'graph/netmap.svg'
  graph_timeout   : 90
  graph_x         : 30
  graph_y         : 30

  node_fillcolor  : dimgrey
  node_font       : lucon
  node_fontsize   : 46.0
  node_fontcolor  : white
  node_problem    : red
  node_shape      : box
  node_style      : filled
  #edge_style      : setlinewidth(10)

  # ---- Node Maps ----
  # variable:matching pattern:node attribute:attribute value:key:key name
  #node_map:
  #  - 'label:cat(?!-g):fillcolor:blue:cat:Blue Box - Catalyst Device'
  #  - 'label:-g:fillcolor:darkgreen:dev-g:Green Box - Gateway / Router'
  #  - 'ip:^192.168\.:color:yellow:dev:Yellow Border - ResNet'

# ---------------
# DANCER INTERNAL
# ---------------

charset: 'UTF-8'
warnings: false
show_errors: false
logger: 'console'
engines:
  netdisco_template_toolkit:
    subclass: 'Template::AutoFilter'
    encoding: 'utf8'
    start_tag: '[%'
    end_tag: '%]'
    ANYCASE: 1
    ABSOLUTE: 1
    PRE_CHOMP: 1
    INCLUDE_PATH: []
    AUTO_FILTER: 'html_entity'
layout: 'noop'
plugins:
  Swagger:
    main_api_module: 'App::Netdisco'
    ui_url: '/swagger-ui'
    show_ui: false
    ui_dir: '/dev/null'
  Auth::Extensible:
    no_api_change_warning: true
    no_default_pages: true
    no_login_handler: true



( run in 0.893 second using v1.01-cache-2.11-cpan-df04353d9ac )