List of OID used on SQUID remote monitoring using SNMP.
Module data
By default SQUID uses 3401 port for SNMP agent, and you need to enable the SNMP agent in the SQUID server. After that, you can use SNMP queries to obtain detailed performance informacion on SQUID server. Most important metrics are resumed here.
To use a different port (in this case, 3401), remember to use address:port syntax on the module definition in pandora:
cacheUptime 1.3.6.1.4.1.3495.1.1.3 (TIMETICKS)
cacheVersionId 1.3.6.1.4.1.3495.1.2.3 (STRING)
cacheSysPageFaults 1.3.6.1.4.1.3495.1.3.1.1 (COUNTER)
cacheMemUsage 1.3.6.1.4.1.3495.1.3.1.4 (INTEGER)
cacheCpuUsage 1.3.6.1.4.1.3495.1.3.1.5 (INTEGER)
cacheClientProtoHttpRequests 1.3.6.1.4.1.3495.1.3.2.1.1 (COUNTER)
cacheServerRequests 1.3.6.1.4.1.3495.1.3.2.1.10 (COUNTER)
cacheServerErrors 1.3.6.1.4.1.3495.1.3.2.1.11 (COUNTER)
cacheServerInKb 1.3.6.1.4.1.3495.1.3.2.1.12 (COUNTER)
cacheServerOutKb 1.3.6.1.4.1.3495.1.3.2.1.13 (COUNTER)
cacheClients 1.3.6.1.4.1.3495.1.3.2.1.15 (INTEGER)
cacheHttpHits 1.3.6.1.4.1.3495.1.3.2.1.2 (COUNTER)
cacheHttpErrors 1.3.6.1.4.1.3495.1.3.2.1.3 (COUNTER)
cacheHttpInKb 1.3.6.1.4.1.3495.1.3.2.1.4 (COUNTER)
cacheHttpOutKb 1.3.6.1.4.1.3495.1.3.2.1.5 (COUNTER)
cacheEntries 1.3.6.1.4.1.3495.1.4.1.1 (INTEGER)
cacheRequests 1.3.6.1.4.1.3495.1.4.1.2 (COUNTER)
cacheHits 1.3.6.1.4.1.3495.1.4.1.3 (COUNTER)
cachePendingHits 1.3.6.1.4.1.3495.1.4.1.4 (COUNTER)
cacheMisses 1.3.6.1.4.1.3495.1.4.1.6 (COUNTER)