mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
fixes (fix map, flush rrdtool pipe)
git-svn-id: http://www.observium.org/svn/observer/trunk@2674 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -31,7 +31,7 @@ $config['virsh'] = "/usr/bin/virsh";
|
||||
$config['dot'] = "/usr/bin/dot";
|
||||
$config['unflatten'] = "/usr/bin/unflatten";
|
||||
$config['neato'] = "/usr/bin/neato";
|
||||
$config['sfdp'] = "/usr/bin/sfdp";
|
||||
$config['sfdp'] = "/usr/bin/sfdp";
|
||||
|
||||
### RRDCacheD - Make sure it can write to your RRD dir!
|
||||
|
||||
@@ -66,7 +66,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['ports_page_default'] = "details"; ## eg "details" "graphs/bits" ### THIS NO LONGER WORKS
|
||||
$config['ports_page_default'] = "details"; ## eg "details" or "basic"
|
||||
|
||||
### SNMP Settings - Timeouts/Retries disabled as default
|
||||
#$config['snmp']['timeout'] = 1; # timeout in seconds
|
||||
|
||||
Reference in New Issue
Block a user