mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-20 16:12:10 +02:00
disable services by default
git-svn-id: http://www.observium.org/svn/observer/trunk@2977 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -85,7 +85,7 @@ $config['int_l2tp'] = 0; # Enable L2TP Port Types
|
||||
|
||||
$config['show_locations'] = 1; # Enable Locations on menu
|
||||
$config['show_locations_dropdown'] = 1; # Enable Locations dropdown on menu
|
||||
$config['show_services'] = 1; # Enable Services on menu
|
||||
$config['show_services'] = 0; # Enable Services on menu
|
||||
$config['ports_page_default'] = "details"; ## eg "details" or "basic"
|
||||
|
||||
### SNMP Settings - Timeouts/Retries disabled as default
|
||||
|
||||
Reference in New Issue
Block a user