add comment for snmp internal :>

git-svn-id: http://www.observium.org/svn/observer/trunk@1757 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-12-05 14:15:58 +00:00
parent a3f85423ce
commit 500ed09299
2 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@ $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.
### Authentication Model
$config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth

View File

@ -17,7 +17,7 @@ echo("
</tr>
<tr>
<td width='300'><div align='right'>Billing Day</div></td>
<td colspan='3'><input name='bill_day' size='20' value='" . $bill_data['bill_day'] . "'></input>Kbps
<td colspan='3'><input name='bill_day' size='20' value='" . $bill_data['bill_day'] . "'></input>
</td>
</tr>
<tr>
@ -27,7 +27,7 @@ echo("
</tr>
<tr>
<td width='300'><div align='right'>CDR with 95th</div></td>
<td colspan='3'><input name='bill_cdr' size='20' value='" . $bill_data['bill_cdr'] . "'></input>
<td colspan='3'><input name='bill_cdr' size='20' value='" . $bill_data['bill_cdr'] . "'></input>Kbps
</td>
</tr>
<tr>