mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
- Code cleanup by Bastian Widmer.
git-svn-id: http://www.observium.org/svn/observer/trunk@1957 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -26,8 +26,9 @@ $config['log_file'] = $config['install_dir'] . "/observium.log";
|
||||
$config['snmp']['community'][] = "public";
|
||||
|
||||
### Enable php_snmp
|
||||
$config['snmp']['internal'] = false; # Enable php_snmp functions to make gets faster
|
||||
# Often doesn't work, because jwh can't code for shit.
|
||||
# Enable php_snmp functions to make gets faster
|
||||
# Often doesn't work, because jwh can't code for shit,
|
||||
$config['snmp']['internal'] = false;
|
||||
|
||||
### Authentication Model
|
||||
$config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
|
||||
|
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
## Common Functions
|
||||
|
||||
function get_port_by_id($port_id)
|
||||
|
Reference in New Issue
Block a user