<?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: extending supermon/mond monitoring in ICE-Linux (or NRPE) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4638001#M55944</link>
    <description>Thanks for getting back to me. The supermon data (shonode metrics mem) is great for overall memory stats on the blade. &lt;BR /&gt;&lt;BR /&gt;I was looking for particular process data. I am trying to customize our monitoring/ICE install and this was the first case.&lt;BR /&gt;&lt;BR /&gt;In a non-ICE Nagios install I have this example in place (called by check_by_ssh):&lt;BR /&gt;&lt;BR /&gt; check_ps.sh -p http -w 2 -c 3 -t mem"&lt;BR /&gt;&lt;BR /&gt;OK - Process: http, User: backup, CPU: 0.0%, RAM: 0.0%, Start: 12:14, CPU Time: 0 min | 'cpu'=0.0 'memory'=0.0 'cputime'=0 ]&lt;BR /&gt;&lt;BR /&gt;So I can modify the nrpe_local.cfg and add in a:&lt;BR /&gt;&lt;BR /&gt;command[check_http_process]=/opt/hptc/nagios/libexec/check_ps.sh -p http -w 2 -c 3 -t mem&lt;BR /&gt;&lt;BR /&gt;but is that the best way to do it?</description>
    <pubDate>Tue, 01 Jun 2010 15:36:31 GMT</pubDate>
    <dc:creator>craig mandelblit</dc:creator>
    <dc:date>2010-06-01T15:36:31Z</dc:date>
    <item>
      <title>extending supermon/mond monitoring in ICE-Linux (or NRPE)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4637999#M55942</link>
      <description>New to ICE-Linux but have some Nagios Experiance.&lt;BR /&gt;&lt;BR /&gt;How do you figure out how to extend mon monitoring to perform additional threshold checks? I saw a warning to not use ssh or NRPE which are the standard Nagios solutions.&lt;BR /&gt;&lt;BR /&gt;For example I want the functionality provided by check_procs where I can monitor for processes that are using too much Virtual Memory (--metric=VSZ).&lt;BR /&gt;&lt;BR /&gt;Is there documentation on supermon? Does collectl play into this?&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 13:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4637999#M55942</guid>
      <dc:creator>craig mandelblit</dc:creator>
      <dc:date>2010-05-26T13:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: extending supermon/mond monitoring in ICE-Linux (or NRPE)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4638000#M55943</link>
      <description>Collectl is not integrated with IC-Linux so collectl won't help here.&lt;BR /&gt;&lt;BR /&gt;If you run "shownode metrics" on your CMS and invoke it with the available options, do you see the information you're looking for?&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;[root@mercury ~]# shownode metrics mem&lt;BR /&gt;Timestamp             |Node      |Total     |Free      |Buffer    |Shared    |TotalHigh |TotalFree |Cached    &lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;2010-05-27 11:17:17   |icelx1    |4046316   |236528    |161460    |0         |0         |0         |2315320   &lt;BR /&gt;2010-05-27 11:17:17   |icelx2    |3922876   |159148    |133552    |0         |0         |0         |2220792   &lt;BR /&gt;2010-05-27 11:17:17   |icelx4    |2054292   |113736    |143084    |0         |0         |0         |682600    &lt;BR /&gt;2010-05-27 11:17:17   |icelx5    |1021932   |243328    |130168    |0         |0         |0         |425020    &lt;BR /&gt;2010-05-24 17:05:09   |icelx7    |503784    |379124    |11084     |0         |0         |0         |51948     &lt;BR /&gt;&lt;BR /&gt;And you can run /opt/hptc/supermon/usr/bin/get_stats on your CMS.  This will show you all the information/metrics collected by supermon.&lt;BR /&gt;&lt;BR /&gt;Currently there is no way to extend/customize the data collected by Nagios/supermon.&lt;BR /&gt;&lt;BR /&gt;If you need to collect additional data you will need to create a new Nagios plug-in.&lt;BR /&gt;&lt;BR /&gt;Does this help?&lt;BR /&gt;&lt;BR /&gt;And where did you see the warning about not using NRPE or SSH?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Donna</description>
      <pubDate>Thu, 27 May 2010 13:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4638000#M55943</guid>
      <dc:creator>Donna Firkser</dc:creator>
      <dc:date>2010-05-27T13:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: extending supermon/mond monitoring in ICE-Linux (or NRPE)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4638001#M55944</link>
      <description>Thanks for getting back to me. The supermon data (shonode metrics mem) is great for overall memory stats on the blade. &lt;BR /&gt;&lt;BR /&gt;I was looking for particular process data. I am trying to customize our monitoring/ICE install and this was the first case.&lt;BR /&gt;&lt;BR /&gt;In a non-ICE Nagios install I have this example in place (called by check_by_ssh):&lt;BR /&gt;&lt;BR /&gt; check_ps.sh -p http -w 2 -c 3 -t mem"&lt;BR /&gt;&lt;BR /&gt;OK - Process: http, User: backup, CPU: 0.0%, RAM: 0.0%, Start: 12:14, CPU Time: 0 min | 'cpu'=0.0 'memory'=0.0 'cputime'=0 ]&lt;BR /&gt;&lt;BR /&gt;So I can modify the nrpe_local.cfg and add in a:&lt;BR /&gt;&lt;BR /&gt;command[check_http_process]=/opt/hptc/nagios/libexec/check_ps.sh -p http -w 2 -c 3 -t mem&lt;BR /&gt;&lt;BR /&gt;but is that the best way to do it?</description>
      <pubDate>Tue, 01 Jun 2010 15:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-supermon-mond-monitoring-in-ice-linux-or-nrpe/m-p/4638001#M55944</guid>
      <dc:creator>craig mandelblit</dc:creator>
      <dc:date>2010-06-01T15:36:31Z</dc:date>
    </item>
  </channel>
</rss>

