On 10/20/2015 02:26 PM, sebastien.boulia...@cpu.ca wrote:

Hi,

I would like to monitor Squid with Centreon using SNMP.

I configured Squid using http://wiki.squid-cache.org/Features/Snmp

## SNMP Configuration

acl snmpcpu snmp_community cpuread

snmp_port 3401

snmp_access allow snmpcpu localnet

snmp_access deny all

netstat -ano | grep 3401

udp6 0      0 :::3401 :::*                                off (0.00/0/0)

BUT

When I try to do a snmpwalk, I got a timeout.

[root@bak ~]# snmpwalk xxxxxxxxxx:3401 -c cpuread -v 1

[root@bak ~]#

Anyone monitor Squid using SNMP ? Do you experiment some issues ?

Thanks for your answers community!

Sébastien Boulianne



_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
this did not work - snmpwalk -v2c -c SecretHandShake proxy1:3401
this did work - snmpwalk -v2c -c SecretHandShake proxy1:3401 .1.3

not sure why you would need to "prime" the OID, but...
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to