<?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 Monitoring script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665183#M677659</link>
    <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I am in need of a perl script which simultaneously connects to multiple hosts and ports and checks there availability based on the success or failure of making a connection on a port.&lt;BR /&gt;&lt;BR /&gt;Though I have a bare bone script which does check for the health of the port on A host but I need something which checks for 50+ ports on 50+ hosts in parallel.&lt;BR /&gt; I want to have a script which checks for this in parallel and returns success or failure immediately for a single host/port.&lt;BR /&gt;Want to have a config file which keeps the information about ports and hosts separately.&lt;BR /&gt;The goal is to integrate this into Xymon(aka Hobbit) so that each port/host combination can be shown separately.&lt;BR /&gt;&lt;BR /&gt;Going forward I want to scale this script so it can also do a POST/GET on URLs to check for the health of the applications. If this is something which you already have and can share that would be great along with the port-checker.&lt;BR /&gt;&lt;BR /&gt;The other way I am thinking is to use the current script I have which checks for a single port/host to reference multiple config files each one having a combination of host/port so that if a new host/port needs to be added then I dont have to change the script.&lt;BR /&gt;Any new design ideas are welcome and how it can be utilized into Xymon so that the each host/port combination's status can be shown real time.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan.</description>
    <pubDate>Fri, 23 Jul 2010 02:48:17 GMT</pubDate>
    <dc:creator>Allanm</dc:creator>
    <dc:date>2010-07-23T02:48:17Z</dc:date>
    <item>
      <title>Monitoring script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665183#M677659</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;I am in need of a perl script which simultaneously connects to multiple hosts and ports and checks there availability based on the success or failure of making a connection on a port.&lt;BR /&gt;&lt;BR /&gt;Though I have a bare bone script which does check for the health of the port on A host but I need something which checks for 50+ ports on 50+ hosts in parallel.&lt;BR /&gt; I want to have a script which checks for this in parallel and returns success or failure immediately for a single host/port.&lt;BR /&gt;Want to have a config file which keeps the information about ports and hosts separately.&lt;BR /&gt;The goal is to integrate this into Xymon(aka Hobbit) so that each port/host combination can be shown separately.&lt;BR /&gt;&lt;BR /&gt;Going forward I want to scale this script so it can also do a POST/GET on URLs to check for the health of the applications. If this is something which you already have and can share that would be great along with the port-checker.&lt;BR /&gt;&lt;BR /&gt;The other way I am thinking is to use the current script I have which checks for a single port/host to reference multiple config files each one having a combination of host/port so that if a new host/port needs to be added then I dont have to change the script.&lt;BR /&gt;Any new design ideas are welcome and how it can be utilized into Xymon so that the each host/port combination's status can be shown real time.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan.</description>
      <pubDate>Fri, 23 Jul 2010 02:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665183#M677659</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2010-07-23T02:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665184#M677660</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You could use an application called Nagios. Check this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.nagios.org/download/" target="_blank"&gt;http://www.nagios.org/download/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It very easy to check services/hosts availability.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Fri, 23 Jul 2010 09:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665184#M677660</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-07-23T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665185#M677661</link>
      <description>Hi Allan:&lt;BR /&gt;&lt;BR /&gt;And you are offering to pay how much?&lt;BR /&gt;&lt;BR /&gt;You might look to leveraging Net::Telnet as a connection vehicle for various ports.  Of course, Perl fork()s might be helpful in performing your parallel operations.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 24 Jul 2010 00:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665185#M677661</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-07-24T00:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665186#M677662</link>
      <description>You might want to use perl threads. &lt;BR /&gt;Please see perlthrtut man.</description>
      <pubDate>Sat, 24 Jul 2010 03:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-script/m-p/4665186#M677662</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2010-07-24T03:00:32Z</dc:date>
    </item>
  </channel>
</rss>

