|
|
| Author |
Message |
Makenshi Guest
|
|
| Back to top |
|
 |
Makenshi
Joined: 08 Jun 2004 Posts: 26 Location: Aalborg Ost, Denmark
|
Posted: Tue Jun 08, 2004 5:38 am Post subject: |
|
|
Forgot to log in. Added the templates to this post.
| Description: |
|
 Download |
| Filename: |
cacti_graph_template_squid_cache_objects.xml |
| Filesize: |
9.54 KB |
| Downloaded: |
7758 Time(s) |
| Description: |
|
 Download |
| Filename: |
cacti_graph_template_squid_http_data.xml |
| Filesize: |
15.15 KB |
| Downloaded: |
4906 Time(s) |
| Description: |
|
 Download |
| Filename: |
cacti_graph_template_squid_http_requests.xml |
| Filesize: |
9.87 KB |
| Downloaded: |
4728 Time(s) |
|
|
| Back to top |
|
 |
Makenshi
Joined: 08 Jun 2004 Posts: 26 Location: Aalborg Ost, Denmark
|
Posted: Thu Jun 10, 2004 4:22 am Post subject: |
|
|
| The server is temporarily offline due to an upgrade issue. That'll teach me to do it remotely. If I wasn't off sick it would have been fixed by now. I shall take a trip in to fix it this evening.
|
|
| Back to top |
|
 |
fish
Joined: 09 Nov 2004 Posts: 6
|
Posted: Tue Feb 15, 2005 10:27 am Post subject: |
|
|
i think it should has data field for snmp port coz squid use 3401 for its snmp so perhaps you should re adjust the scripts. how is it bro ?
your script was so cool!
|
|
| Back to top |
|
 |
thesg
Joined: 18 Feb 2005 Posts: 4
|
Posted: Fri Feb 18, 2005 11:45 am Post subject: using |
|
|
I'm using all three of these.. working GREAT!
THANKS!
|
|
| Back to top |
|
 |
kfradley
Joined: 22 Feb 2005 Posts: 4
|
Posted: Tue Feb 22, 2005 8:52 pm Post subject: Squid Issues |
|
|
I have the MIB and CFG file I have used to mointoring squid proxy service on port 3041 but how do I import that or get Cacti to reconize it?
I go to devices and try to query it but get SNMP error.
Any ideas will greatly help me, thank you.
|
|
| Back to top |
|
 |
kfradley
Joined: 22 Feb 2005 Posts: 4
|
Posted: Tue Feb 22, 2005 8:53 pm Post subject: Sorry |
|
|
| The CFG File and MIB I use are with MRTG. It works fine with it but dunno how to import the MIB?
|
|
| Back to top |
|
 |
joecen
Joined: 02 Mar 2005 Posts: 15
|
Posted: Thu Apr 07, 2005 10:02 pm Post subject: |
|
|
| Makenshi wrote: | | Forgot to log in. Added the templates to this post. |
hi,Makenshi.
I add your three templates and created a new host template.
After I added a new squid driver ,I saw "snmp error" in my device and the data source hadn't been created.
I use | Code: | snmpwalk -v 1 -c xxx 10.23.8.1:3401 .1.3.6.1.4.1.3495.1.3.2.1.4
|
response: | Code: | | SNMPv2-SMI::enterprises.3495.1.3.2.1.4.0 = Counter32: 731757 |
so I think my setting of squid is right.
how could I do?
| Description: |
|
| Filesize: |
69.53 KB |
| Viewed: |
42755 Time(s) |

|
|
|
| Back to top |
|
 |
Makenshi
Joined: 08 Jun 2004 Posts: 26 Location: Aalborg Ost, Denmark
|
Posted: Fri Apr 08, 2005 2:36 am Post subject: |
|
|
From the look of it, the problem is that Cacti cannot communicate with the snmp agent. First you need to check if your Squid has been compiled with snmp support. Also, you will need the correct directives for snmp in squid.conf. An example of these are:-
snmp_port 3401
acl snmppublic snmp_community public
snmp_access allow snmppublic
snmp_incoming_address 0.0.0.0
snmp_outgoing_address 255.255.255.255
Hope this helps!
|
|
| Back to top |
|
 |
PKLNTKJ334
Joined: 02 May 2005 Posts: 9 Location: Brazil
|
Posted: Thu May 05, 2005 9:05 am Post subject: |
|
|
hi all,
I am trying to graph my two squid servers, but with no lucky. One machine is running redhat9, so i checked squid src rpm and the squid.spec already had a configure option to --enable-snmp. So i think that my squid is fine, snmp enabled.
I edited the squid.conf and added the lines:
snmp_port 3401
acl snmppublic snmp_community public
snmp_access allow snmppublic
snmp_incoming_address 0.0.0.0
snmp_outgoing_address 255.255.255.255
and then restarted squid, but no graph at all.
Any idea of what else should be done for getting the squid graphs??
thanks in advance,
Clovis Sena
|
|
| Back to top |
|
 |
PKLNTKJ334
Joined: 02 May 2005 Posts: 9 Location: Brazil
|
Posted: Thu May 05, 2005 11:32 am Post subject: |
|
|
extra info:
running manually:
[csena@CamposdePelenor csena]$ snmpwalk -v 1 -c public 10.0.1.9:3401 .1.3.6.1.4.1.3495.1.3.2.1
SNMPv2-SMI::enterprises.3495.1.3.2.1.1.0 = Counter32: 96557
SNMPv2-SMI::enterprises.3495.1.3.2.1.2.0 = Counter32: 44533
SNMPv2-SMI::enterprises.3495.1.3.2.1.3.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.4.0 = Counter32: 39046
SNMPv2-SMI::enterprises.3495.1.3.2.1.5.0 = Counter32: 499309
SNMPv2-SMI::enterprises.3495.1.3.2.1.6.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.7.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.8.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.9.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.10.0 = INTEGER: 61479
SNMPv2-SMI::enterprises.3495.1.3.2.1.11.0 = INTEGER: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.12.0 = Counter32: 433979
SNMPv2-SMI::enterprises.3495.1.3.2.1.13.0 = Counter32: 32112
SNMPv2-SMI::enterprises.3495.1.3.2.1.14.0 = Counter32: 138238
SNMPv2-SMI::enterprises.3495.1.3.2.1.15.0 = Counter32: 117
and on another machine:
[csena@CamposdePelenor csena]$ snmpwalk -v 1 -c public 10.0.1.10:3401 .1.3.6.1.4.1.3495.1.3.2.1
SNMPv2-SMI::enterprises.3495.1.3.2.1.1.0 = Counter32: 888
SNMPv2-SMI::enterprises.3495.1.3.2.1.2.0 = Counter32: 272
SNMPv2-SMI::enterprises.3495.1.3.2.1.3.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.4.0 = Counter32: 538
SNMPv2-SMI::enterprises.3495.1.3.2.1.5.0 = Counter32: 3784
SNMPv2-SMI::enterprises.3495.1.3.2.1.6.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.7.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.8.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.9.0 = Counter32: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.10.0 = INTEGER: 639
SNMPv2-SMI::enterprises.3495.1.3.2.1.11.0 = INTEGER: 0
SNMPv2-SMI::enterprises.3495.1.3.2.1.12.0 = Counter32: 3692
SNMPv2-SMI::enterprises.3495.1.3.2.1.13.0 = Counter32: 433
SNMPv2-SMI::enterprises.3495.1.3.2.1.14.0 = Counter32: 92148
SNMPv2-SMI::enterprises.3495.1.3.2.1.15.0 = Counter32: 1
as I see, squid snmp is working, but I still can't have graph data.
any idea??
|
|
| Back to top |
|
 |
PKLNTKJ334
Joined: 02 May 2005 Posts: 9 Location: Brazil
|
Posted: Fri May 06, 2005 1:10 pm Post subject: |
|
|
I am making some more tests here and I would like to know if cacti is reaally using other port than default port 161...
How could I check this??
|
|
| Back to top |
|
 |
Morgan Cacti User
Joined: 25 Feb 2004 Posts: 187
|
Posted: Tue May 10, 2005 10:43 am Post subject: |
|
|
i posted a host template for bluecoat proxies. this should work on squid as they use the same mibs.
a brave soul should use the search button to find it.
Morgan
|
|
| Back to top |
|
 |
PKLNTKJ334
Joined: 02 May 2005 Posts: 9 Location: Brazil
|
Posted: Wed May 11, 2005 8:36 am Post subject: |
|
|
hi all,
searching the forums, I've found this:
http://forums.cacti.net/viewtopic.php?t=6057&highlight=port+3401
-----------------------------------------
You can configure your snmpd.conf file to passthrough snmp queries like ...
proxy -v 1 -c <communityname> <squid_machine>:3401 .1.3.6.1.4.1.3495.1
In my case -
proxy -v 1 -c public localhost:3401 .1.3.6.1.4.1.3495.1
Hope this helps.
-P
----------------------------------------
This worked for me. Now I am getting my squid data beeing graphed.
I hope it helps somebody else.
Clovis.
|
|
| Back to top |
|
 |
r_chetanjain Cacti User
Joined: 22 Aug 2003 Posts: 70
|
Posted: Tue Jul 05, 2005 12:23 pm Post subject: problem with graphs |
|
|
my cacti.log shows up
7/05/2005 10:55:03 PM - CMDPHP: Poller[0] Host[4] DS[13] WARNING: Result from SNMP not valid. Partial Result:
07/05/2005 10:55:03 PM - CMDPHP: Poller[0] Host[4] DS[14] WARNING: Result from SNMP not valid. Partial Result:
07/05/2005 10:55:03 PM - CMDPHP: Poller[0] Host[4] DS[15] WARNING: Result from SNMP not valid. Partial Result:
07/05/2005 10:55:03 PM - CMDPHP: Poller[0] Host[4] DS[16] WARNING: Result from SNMP not valid. Partial Result:
what this error means
|
|
| Back to top |
|
 |
|