mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 08:02:23 +02:00
missing file!
git-svn-id: http://www.observium.org/svn/observer/trunk@199 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+8
-1
@@ -59,6 +59,8 @@ $config['mono_font'] = "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf"
|
||||
$mono_font = $config['mono_font'];
|
||||
$config['favicon'] = "favicon.ico";
|
||||
|
||||
$config['page_refresh'] = "30"; ## Refresh the page every xx seconds
|
||||
|
||||
$config['email_default'] = "adama@memetic.org";
|
||||
$config['email_from'] = "Observer Dev <observer-dev@project-observer.org>";
|
||||
$config['email_headers'] = "From: " . $config['email_from'] . "\r\n";
|
||||
@@ -77,11 +79,16 @@ $config['show_locations'] = 1; # Enable Locations on menu
|
||||
### Which additional features should we enable?
|
||||
|
||||
$config['enable_bgp'] = 1; # Enable BGP session collection and display
|
||||
|
||||
$config['enable_syslog'] = 1; # Enable Syslog
|
||||
|
||||
## If a syslog entry contails these strings it is deleted from the database
|
||||
$config['syslog_filter'] = array("last message repeated", "Connection from UDP: [127.0.0.1]:");
|
||||
|
||||
$config['syslog_age'] = "1 month"; ## Time to keep syslog for in
|
||||
## MySQL DATE_SUB format (eg '1 day', '1 month')
|
||||
|
||||
|
||||
### Interface name strings to ignore
|
||||
$config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0", "lp0", "faith0",
|
||||
"-atm layer", "-atm subif", "-shdsl", "-adsl", "-aal5", "-atm",
|
||||
@@ -90,7 +97,7 @@ $config['bad_if'] = array("null", "virtual-", "unrouted", "eobc", "mpls", "sl0",
|
||||
|
||||
### Mountpoints to ignore
|
||||
|
||||
$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts");
|
||||
$config['ignore_mount'] = array("/kern", "/mnt/cdrom", "/dev", "/dev/pts", "/proc/bus/usb");
|
||||
|
||||
### entPhysicalVendorType rewrites
|
||||
|
||||
|
||||
Reference in New Issue
Block a user