These changesets represents the changes on the squid/delay_snmp development branch of Squid. If there is any questions please contact squid-dev@squid-cache.org.
Date | Author | Size | Description |
2008/06/16 14:41:01 | adri | +45 -16 | Add in the SNMP walk support. It turns out the _inst functions actually |
2008/06/16 12:52:23 | adri | +67 -39 | Update the SNMP agent delay pool code to reflect the MIB. |
2008/06/10 14:13:43 | adri | +71 -6 | This is how I think the MIB should look. The code doesn't (yet) reflect |
2008/06/10 06:16:53 | adri | +13 -2 | Add cacheDelayPoolAggregateMax and cacheDelayPoolAggregateRestore from |
2008/06/10 06:07:28 | adri | +126 -6 | Flesh out cacheDelayPoolSummaryTable - the common information per-delay |
2008/06/10 04:55:52 | adri | +63 -7 | Create cacheDelayPools under cacheNetwork; add a simple OID for cacheDelayPoolCount. |
2008/06/10 04:50:53 | adri | +4 -4 | use xcalloc() to make sure the memory is zero'ed on allocate. |