From c2c8aa82761cd0151614b42d6323b2cb9a918e49 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 12 Aug 2015 17:11:08 +0200 Subject: [PATCH] Removed documentation for configuration options which are not implemented --- doc/Support/Configuration.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index f70b9f3e7..c9c58a28a 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -260,10 +260,6 @@ Please see [Billing](http://docs.librenms.org/Extensions/Billing-Module/) sectio ```php $config['enable_bgp'] = 1; # Enable BGP session collection and display -$config['enable_rip'] = 1; # Enable RIP session collection and display -$config['enable_ospf'] = 1; # Enable OSPF session collection and display -$config['enable_isis'] = 1; # Enable ISIS session collection and display -$config['enable_eigrp'] = 1; # Enable EIGRP session collection and display $config['enable_syslog'] = 0; # Enable Syslog $config['enable_inventory'] = 1; # Enable Inventory $config['enable_pseudowires'] = 1; # Enable Pseudowires