<?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: how to monitor the vsftpd and apache servers in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449173#M15532</link>
    <description>service httpd status&lt;BR /&gt;rc=$?&lt;BR /&gt;&lt;BR /&gt;if [ $rc -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt;  echo "httpd server is down"&lt;BR /&gt;  service httpd start&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;For users:&lt;BR /&gt;&lt;BR /&gt;httpd_users=$(ps -ef | grep httpd | wc -l)&lt;BR /&gt;# This will get you a rough count of how many users are on, though you may need to manipulate the numbers based on how many spare processes you allocate to the apache server in httpd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Same thing would probably work for ftpd&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 22 Dec 2004 16:39:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-12-22T16:39:08Z</dc:date>
    <item>
      <title>how to monitor the vsftpd and apache servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449172#M15531</link>
      <description>Dear Gurus&lt;BR /&gt;how can I check, that how many users are connected to vsftpd and apache server, and what they(users/client) did ? i.e. in short how can i monitor my servers ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 22 Dec 2004 14:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449172#M15531</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-12-22T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to monitor the vsftpd and apache servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449173#M15532</link>
      <description>service httpd status&lt;BR /&gt;rc=$?&lt;BR /&gt;&lt;BR /&gt;if [ $rc -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt;  echo "httpd server is down"&lt;BR /&gt;  service httpd start&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;For users:&lt;BR /&gt;&lt;BR /&gt;httpd_users=$(ps -ef | grep httpd | wc -l)&lt;BR /&gt;# This will get you a rough count of how many users are on, though you may need to manipulate the numbers based on how many spare processes you allocate to the apache server in httpd.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Same thing would probably work for ftpd&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 22 Dec 2004 16:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449173#M15532</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-22T16:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to monitor the vsftpd and apache servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449174#M15533</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for more detailed info about what apache is doing - read about apache module called server-status in apache manual.</description>
      <pubDate>Thu, 23 Dec 2004 01:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449174#M15533</guid>
      <dc:creator>Andrius</dc:creator>
      <dc:date>2004-12-23T01:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to monitor the vsftpd and apache servers</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449175#M15534</link>
      <description>Simply:&lt;BR /&gt;&lt;BR /&gt;#ps -ef | grep httpd&lt;BR /&gt;&lt;BR /&gt;#ps -ef | grep vsftp&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 23 Dec 2004 03:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-monitor-the-vsftpd-and-apache-servers/m-p/3449175#M15534</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2004-12-23T03:24:52Z</dc:date>
    </item>
  </channel>
</rss>

