- 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:
Geert Hauwaerts
2011-03-22 20:27:39 +00:00
parent 0c4e6b5dfc
commit 6501cd29b5
45 changed files with 3658 additions and 3656 deletions

View File

@@ -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

View File

@@ -1,5 +1,6 @@
<?php
## Common Functions
function get_port_by_id($port_id)