Skip to content

lynch4fr/bier

Repository files navigation

bier

Plugins LibreNMS: BIER

BIER: Brew Infrastructure and Equipment netwoRk

BIER offers a view of your switchs as you were standing in front of your equipment in the rack, i.e. per 50 ports switch or 24 ports on 2 rows. View screenshot

Tested on ERS extreme 45xx and 36xx range switches.

To install the BIER plug-in on LibreNMS

  • Copy bier.inc.php in /../includes/html/pages/device/
  • Copy BierController.php in /../app/Http/Controllers/Device/Tabs/
  • Edit file /../app/View/Components/Device/PageTabs.php ( >>> old file /../app/Http/Controllers/DeviceController.php <<< )
  • Add line 48
  •  ...
     'bier' => \App\Http\Controllers\Device\Tabs\BierController::class,
     ...
    
  • Add a custom css file :
    • View : lnms config:get webui.custom_css
    • Add : lnms config:set webui.custom_css.+ css/custom/styles.css
    • cp style.css to /opt/librenms/html/css/custom
  • Execute ./validate and ./daily
  • Bier is available via Device/Tab -> Bier or URL : https://librenms.local.fr/device/xyz/bier

About

BIER: Brew Infrastructure and Equipment netwoRk

Resources

License

Stars

Watchers

Forks

Packages

No packages published