NAME

App::NetdiscoX::Web::Plugin::GraphLinkSwitch - Will add links to the device details page to a graph website.

SYNOPSIS

# in your ~/environments/deployment.yml file
  
extra_web_plugins:
  - X::GraphLinkSwitch

plugin_graphlinkswitch:
  location_traffic: 'https://host.tld/page'
  location_errors: 'https://host.tld/page'
  location_discards: 'https://host.tld/page'
  location_cpuload: 'https://host.tld/page'
  location_cam_overflows: 'https://host.tld/page'
  location_igmp_status: 'https://host.tld/page'
  open_in_same_window: false

Description

This is a plugin for the App::Netdisco network management application. It adds a column to the Device Details named "GraphLinkSwitch" with links to a graph website.

AUTHOR

Frederik Reenders <f.reenders@utwente.nl>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by University of Twente

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.