<?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 Software in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453174#M11674</link>
    <description>I currently have Predictive Software installed in our HP9000 11x but would like to find out if there is any other monitoring software that would call or page me if the system ever goes down.</description>
    <pubDate>Thu, 12 Oct 2000 22:32:55 GMT</pubDate>
    <dc:creator>Jade Bulante</dc:creator>
    <dc:date>2000-10-12T22:32:55Z</dc:date>
    <item>
      <title>Monitoring Software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453174#M11674</link>
      <description>I currently have Predictive Software installed in our HP9000 11x but would like to find out if there is any other monitoring software that would call or page me if the system ever goes down.</description>
      <pubDate>Thu, 12 Oct 2000 22:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453174#M11674</guid>
      <dc:creator>Jade Bulante</dc:creator>
      <dc:date>2000-10-12T22:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453175#M11675</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Check out EMS (its on the SupportPlus CD in the DIAGNOSTICS bundle).  Here's the documentation link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B6191-90022/B6191-90022.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B6191-90022/B6191-90022.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Oct 2000 23:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453175#M11675</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-12T23:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453176#M11676</link>
      <description>I have written several scripts that do just what you want.  Here is an example to follow.  This script checks every minute via cron for diabled printers and pages when it finds one.&lt;BR /&gt;&lt;BR /&gt;PRINTERS=`lpstat -p | grep 'disabled since' | awk '{print $2"," $3}'` &lt;BR /&gt;set -x&lt;BR /&gt;for i in $PRINTERS&lt;BR /&gt;do&lt;BR /&gt;   NAME=`echo $i | cut -f1 -d,`&lt;BR /&gt;   STATUS=`echo $i | cut -f2 -d,`&lt;BR /&gt;   if [ ! -f /home/admin/ptrcheck/$NAME.disabled ] &lt;BR /&gt;   then &lt;BR /&gt;       echo Printer $NAME is disabled &amp;gt;&amp;gt; /home/admin/ptrcheck/OUTPUT &lt;BR /&gt;       touch /home/admin/ptrcheck/$NAME.disabled &lt;BR /&gt;   fi &lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;if [ -f /home/admin/ptrcheck/OUTPUT ] &lt;BR /&gt;then &lt;BR /&gt;   cat /home/admin/ptrcheck/OUTPUT | mailx -s "Printer Warning" ##########@pagen&lt;BR /&gt;etmessage.net&lt;BR /&gt;   cat /home/admin/ptrcheck/OUTPUT | mailx -s "Printer Warning" ##########@pagenet.net&lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;cd /home/admin/ptrcheck&lt;BR /&gt;for fn in *.disabled &lt;BR /&gt;do &lt;BR /&gt;    NAME=`echo $fn | awk -F. '{print $1}'`&lt;BR /&gt;    cnt=`lpstat -p$NAME | grep enabled | wc -l` &lt;BR /&gt;    if [ $cnt -eq 1 ] &lt;BR /&gt;    then&lt;BR /&gt; rm /home/admin/ptrcheck/$NAME.disabled &lt;BR /&gt;    fi &lt;BR /&gt;done &lt;BR /&gt;&lt;BR /&gt;rm /home/admin/ptrcheck/OUTPUT&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2000 18:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453176#M11676</guid>
      <dc:creator>Craig A. Sharp</dc:creator>
      <dc:date>2000-10-18T18:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Software</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453177#M11677</link>
      <description>Can EMS be configured to grab a line and page somebody??</description>
      <pubDate>Wed, 18 Oct 2000 21:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-software/m-p/2453177#M11677</guid>
      <dc:creator>Jade Bulante</dc:creator>
      <dc:date>2000-10-18T21:32:18Z</dc:date>
    </item>
  </channel>
</rss>

