Ad Widget

Collapse

Zabbix able to show number of apache connections?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suthing
    Junior Member
    • Sep 2006
    • 1

    #1

    Zabbix able to show number of apache connections?

    I'm a newbie in zabbix.

    I wonder if zabbix can do the following:

    1. Show number of Apache connections per hour.
    2. Show which script/file is triggered in every hour.
    3. Show full URL which triggered the apache connections.

    I need everything above store in somewhere (maybe in database) for me to view back when needed.

    Can anyone answer me? Thanks in advance.


    Newbie,
    suthing
  • edeus
    Senior Member
    • Aug 2005
    • 120

    #2
    I would look at implementing this via apache snmp or status modules.

    There are many log reporting tools out there but they wouldnt really work as a "quickly get the value via agent", rather maybe having a cron script running which stores the values somewhere, then the agent polls the saved values.

    There are many stats modules for apache (integrated and script based). I am sure there's an elegant solution somewhere. If you come up with something, please let us know.

    Comment

    Working...