App-NetdiscoX-Web-Plugin-GraphLinkSwitch version 0.01
==============================================

DESCRIPTION

This is a plugin for the App::Netdisco network management application.
It adds a columns to the Device Details page named "GraphLinkSwitch" with a
link to an external website with graphs.
It's based on the App::NetdiscoX::Web::Plugin::Observium plugin.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make install

CONFIGURATION

# 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

DEPENDENCIES

This module requires these other modules and libraries:

  App::Netdisco

COPYRIGHT AND LICENCE

Copyright (C) 2014 by F. Reenders

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.