Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Graph templates for Squid
Goto page 1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Cacti Forum Index -> Scripts and Templates
Author Message
Makenshi
Guest





PostPosted: Tue Jun 08, 2004 5:33 am    Post subject: Graph templates for Squid Reply with quote

I have made templates for the following:-

HTTP Requests (requests per second)
HTTP Traffic (kilobytes per second)
Cache object (objects)

See them in action here.
Back to top
Makenshi



Joined: 08 Jun 2004
Posts: 26
Location: Aalborg Ost, Denmark

PostPosted: Tue Jun 08, 2004 5:38 am    Post subject: Reply with quote

Forgot to log in. Added the templates to this post.


cacti_graph_template_squid_cache_objects.xml
 Description:
Squid - Cache Objects

Download
 Filename:  cacti_graph_template_squid_cache_objects.xml
 Filesize:  9.54 KB
 Downloaded:  7796 Time(s)


cacti_graph_template_squid_http_data.xml
 Description:
Squid - HTTP Traffic

Download
 Filename:  cacti_graph_template_squid_http_data.xml
 Filesize:  15.15 KB
 Downloaded:  4930 Time(s)


cacti_graph_template_squid_http_requests.xml
 Description:
Squid - HTTP Requests

Download
 Filename:  cacti_graph_template_squid_http_requests.xml
 Filesize:  9.87 KB
 Downloaded:  4749 Time(s)

Back to top
Makenshi



Joined: 08 Jun 2004
Posts: 26
Location: Aalborg Ost, Denmark

PostPosted: Thu Jun 10, 2004 4:22 am    Post subject: Reply with quote

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

PostPosted: Tue Feb 15, 2005 10:27 am    Post subject: Reply with quote

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

PostPosted: Fri Feb 18, 2005 11:45 am    Post subject: using Reply with quote

I'm using all three of these.. working GREAT!

THANKS!
Back to top
kfradley



Joined: 22 Feb 2005
Posts: 4

PostPosted: Tue Feb 22, 2005 8:52 pm    Post subject: Squid Issues Reply with quote


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

PostPosted: Tue Feb 22, 2005 8:53 pm    Post subject: Sorry Reply with quote

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

PostPosted: Thu Apr 07, 2005 10:02 pm    Post subject: Reply with quote

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?



squidsnmp.JPG
 Description:
 Filesize:  69.53 KB
 Viewed:  42986 Time(s)

squidsnmp.JPG


Back to top
Makenshi



Joined: 08 Jun 2004
Posts: 26
Location: Aalborg Ost, Denmark

PostPosted: Fri Apr 08, 2005 2:36 am    Post subject: Reply with quote

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

PostPosted: Thu May 05, 2005 9:05 am    Post subject: Reply with quote

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

PostPosted: Thu May 05, 2005 11:32 am    Post subject: Reply with quote

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

PostPosted: Fri May 06, 2005 1:10 pm    Post subject: Reply with quote

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

PostPosted: Tue May 10, 2005 10:43 am    Post subject: Reply with quote

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

PostPosted: Wed May 11, 2005 8:36 am    Post subject: Reply with quote

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

PostPosted: Tue Jul 05, 2005 12:23 pm    Post subject: problem with graphs Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Scripts and Templates All times are GMT - 5 Hours
Goto page 1, 2, 3, 4, 5  Next
Page 1 of 5

 



Powered by phpBB © 2001, 2005 phpBB Group