<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monitoring Apache web server status in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607010#M79404</link>
    <description>Does anyone know if "wget" is available for HP-UX?</description>
    <pubDate>Wed, 07 Nov 2001 18:31:24 GMT</pubDate>
    <dc:creator>Paul Mancillas</dc:creator>
    <dc:date>2001-11-07T18:31:24Z</dc:date>
    <item>
      <title>Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607004#M79398</link>
      <description>I need to be able to monitor the status of an Apache web server from a remote system on the Internet. Does anyone know of a way to check if a web site is up or down by using a query (like HTTP GET command) from another system on the Internet? Can I use a Perl or shell script to do this? If the web site goes down then I need the script to send an email to page me? Thank you for your help.</description>
      <pubDate>Sun, 04 Nov 2001 04:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607004#M79398</guid>
      <dc:creator>Paul Mancillas</dc:creator>
      <dc:date>2001-11-04T04:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607005#M79399</link>
      <description>Hello Paul,&lt;BR /&gt;&lt;BR /&gt;Piece of cake. Just use wget like that:&lt;BR /&gt;&lt;BR /&gt;wget YOUR_URL_GOES_HERE &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &amp;amp;&amp;amp; echo "OK"&lt;BR /&gt;&lt;BR /&gt;Just change the "echo OK" command for whatever you need, like a program that sends you mail or something.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Nov 2001 05:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607005#M79399</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-04T05:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607006#M79400</link>
      <description>Oops...&lt;BR /&gt;&lt;BR /&gt;Or even better, you may want to send email when your server is NOT OK. :)&lt;BR /&gt;&lt;BR /&gt;wget YOUR_URL_GOES_HERE &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || echo "Webserver is down" | mail youraddress@goeshere.com&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Nov 2001 05:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607006#M79400</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-04T05:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607007#M79401</link>
      <description>Take a look at BigBrother at &lt;A href="http://www.bb4.com" target="_blank"&gt;http://www.bb4.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Nov 2001 15:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607007#M79401</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-04T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607008#M79402</link>
      <description>...&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;&lt;BR /&gt;Angel Network Monitor: &lt;A href="http://www.paganini.net/angel" target="_blank"&gt;http://www.paganini.net/angel&lt;/A&gt; (I  wrote it myself, shameless plug here. :))&lt;BR /&gt;&lt;BR /&gt;Netsaint: &lt;A href="http://www.netsaint.org" target="_blank"&gt;http://www.netsaint.org&lt;/A&gt; (very complete, but complex to install)</description>
      <pubDate>Sun, 04 Nov 2001 19:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607008#M79402</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-04T19:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607009#M79403</link>
      <description>Big Brother seems ok to me.&lt;BR /&gt;If you like to have decent Web-Statistics as well, check out Webtrends:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webtrends.com" target="_blank"&gt;http://www.webtrends.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 05 Nov 2001 14:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607009#M79403</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-11-05T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Apache web server status</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607010#M79404</link>
      <description>Does anyone know if "wget" is available for HP-UX?</description>
      <pubDate>Wed, 07 Nov 2001 18:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitoring-apache-web-server-status/m-p/2607010#M79404</guid>
      <dc:creator>Paul Mancillas</dc:creator>
      <dc:date>2001-11-07T18:31:24Z</dc:date>
    </item>
  </channel>
</rss>

