Ad Widget

Collapse

Apache Monitoring for FreeBSD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bashman
    Senior Member
    • Dec 2009
    • 432

    #16
    The option "-O -" doesn´t write any file, look at the man pages:

    Code:
    -O,  --output-document=FILE    write documents to FILE
    Make sure the wget parameters are well written.
    978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

    Comment

    • sue
      Member
      • Mar 2011
      • 41

      #17
      Originally posted by bashman
      The option "-O -" doesn´t write any file, look at the man pages:

      Code:
      -O,  --output-document=FILE    write documents to FILE
      Make sure the wget parameters are well written.
      OK..my mistake. i thought zero. not capital letter O..hehe. now its ok. n my template or gather item for reqpersec i insert before was wrong spelling..

      Now i want to monitor other host apache. before this i juz monitor localhost apache. if i want to monitor my zabbix appliance as monitored host, what should i do? should i make zapache bash script in zabbix appliance or jus add link template for zabbix appliance host?
      I aleady try it but its not work!

      Comment

      • bashman
        Senior Member
        • Dec 2009
        • 432

        #18
        You just have to do the same on your Zabbix host.

        Enable Apache server-status.

        Configure Zabbix Agent.

        Apply all the items to your host in Zabbix.

        http://www.zabbix.com/wiki/templates/apache
        978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

        Comment

        • sue
          Member
          • Mar 2011
          • 41

          #19
          Originally posted by bashman
          You just have to do the same on your Zabbix host.

          Enable Apache server-status.
          How to enable apache status in zabbix appliance? i try to do it like before but it cannot add code line ExtendedStatus On. It will show error when i want to restart apache2.
          when i comment that line and restartm, its ok but i cannot wget the status. at browser will show access forbidden.
          I try to get permission at
          /etc/apache2/conf.d/zabbix.conf
          but it looks like not work too. Next, what i can do?
          sorry for my english and hope u can understand and help me

          Comment

          Working...