Ad Widget

Collapse

Squid Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrBSK
    Junior Member
    • Jun 2010
    • 8

    #1

    Squid Monitoring

    I have setup with zabbix server and clients which arein linux.
    In one of my linux server which is runnig squid service,i need to monitor the number of http requests,cache and so and so.
    For that i fount a parameters for monitoring basic squid performance through the below link given in zabbix homepage.
    http://www.zabbix.com/wiki/howto/monitor/web/squid

    Now i have added the parameters in my zabbix_agentd.conf in my client,
    If am check in the GUI frontend,i found the added items are not supported by zabbix agent.Like
    Number of HTTP requests received squid.http_requests 30 90 365 ZABBIX agent Not supported Squid Not supported by ZABBIX agent

    Can anyone help me to sort out the issue and give any templates if have to monitor the squid performance.

    Thanks in Advance.

    --BSK
  • MrBSK
    Junior Member
    • Jun 2010
    • 8

    #2
    Squid Server monitoring

    Hi Friends,
    can anyone give me an idea about monitoring the squid server performance like hits, requests, cache and all basic info.

    This is an urgent requirement,expecting all your valuable guidance ASAP.

    --BSK

    Comment

    • MrBSK
      Junior Member
      • Jun 2010
      • 8

      #3
      Any replies?
      Its urgent! Any users familiar this with issue,Please give me a valuable reply.

      Comment

      • MrBSK
        Junior Member
        • Jun 2010
        • 8

        #4
        I think the replies are only getting for the Basic or complicated things?
        Even this also the basic query only
        Please anyone can suggest ?

        Comment

        • MrBSK
          Junior Member
          • Jun 2010
          • 8

          #5
          Here is an update:
          If i run the command,
          squidclient -h 121.XXX.XX.XXX mgr:info

          Output:
          -------------------------------------------------------------------------
          HTTP/1.0 403 Forbidden

          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
          <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
          <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
          <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
          </HEAD><BODY>
          <H1>ERROR</H1>
          <H2>The requested URL could not be retrieved</H2>
          <HR noshade size="1px">
          <P>
          While trying to retrieve the URL:
          <A HREF="cache_object://121.XXX.XX.XXX/info">cache_object://121.XXX.XX.XXX/info</A>
          <P>
          The following error was encountered:
          <UL>
          <LI>
          <STRONG>
          Access Denied.
          </STRONG>
          <P>
          Access control configuration prevents your request from
          being allowed at this time. Please contact your service provider if
          you feel this is incorrect.
          </UL>
          <P>Your cache administrator is <A HREF="mailto:root">root</A>.


          <BR clear="all">
          <HR noshade size="1px">
          <ADDRESS>
          Generated Wed, 16 Jun 2010 19:50:17 GMT by abcde.fghi.com (squid/2.6.STABLE21)
          </ADDRESS>
          </BODY></HTML>
          --------------------------------------------------------------------------


          So i am confused is anything need to change in the squid.conf file,
          Expecting valuable Suggestions............

          Thanks ini Advance

          Comment

          • richlv
            Senior Member
            Zabbix Certified Trainer
            Zabbix Certified SpecialistZabbix Certified Professional
            • Oct 2005
            • 3112

            #6
            see squid configuration file, acl and access sections. you must allow access for manager acl from whatever ip you want to access it
            Zabbix 3.0 Network Monitoring book

            Comment

            Working...