Modify ↓
Opened 6 years ago
Closed 6 years ago
#120 closed defect (fixed)
crcnet-monitor invalid value exceptions
| Reported by: | mglb1 | Owned by: | ckb6 |
|---|---|---|---|
| Priority: | major | Milestone: | Monitoring Support |
| Component: | ccsd | Version: | HEAD |
| Keywords: | Cc: | chris.ckb@… | |
| Estimated Hours Work: |
Description
mfr2 is logging lots of the following exception
Mon Feb 26 14:48:17 2007
Traceback (most recent call last):
File "/usr/share/ccsd/crcnetd/modules/ccs_monitor_snmp.py", line 539, in handle_read
handleSNMPRequest(self, data, remoteHost)
File "/usr/share/ccsd/crcnetd/modules/ccs_monitor_snmp.py", line 508, in handleSNMPRequest
vars = handler(oid)
File "/usr/share/ccsd/crcnetd/modules/ccs_monitor_snmp.py", line 103, in __call__
return self.function(oid, False)
File "/usr/share/ccsd/crcnetd/modules/ccs_monitor_status.py", line 1477, in madwifiRateInfo
return (oid, dorate(lines, rate, parameter))
File "/usr/share/ccsd/crcnetd/modules/ccs_monitor_status.py", line 1368, in dorate
return snmp.Integer(float(found["avg_tries"])*100)
ValueError: invalid literal for float(): 1.-77
Attachments (0)
Change History (1)
comment:1 Changed 6 years ago by mglb1
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed with new madwifi drivers.