<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Curtis LaMasters a écrit:
<blockquote
 cite="mid:6b13ab0f0812021417h1d72c78dlec7081369770638d@mail.gmail.com"
 type="cite">What is the best method for doing this.  I would prefer to
have some sort of script that parses information on the remote host on
HP hardware.  I have found a few that use SNMP but I'm not sure how
that works with NRPE/NSCA.  For Dell hardware I use check_dell.exe from
  <a moz-do-not-send="true" href="http://www.itefix.no/">http://www.itefix.no</a>. 
Anything similar would be great.<br>
</blockquote>
<font face="Arial"><br>
Hi,<br>
<br>
I tried several scripts based on SNMP, but some of them are not very
accurate/efficient (ie, status remains OK even if you remove a power
supply or a fan, or even if the server does not respond to SNMP at all
!). So the best rule if you use any SNMP-based script is to make some
tests in your real environment before using it :-)<br>
<br>
I choosed one, called "GWFL plugins 2.1" (this one also includes tests
for other things than hp). It works fine on all my servers (ML350, 370,
DL360, DL380 all generations). It queries the Insight Agents on the
Proliant server using SNMP. This is completely independant from
NRPE/NSCA. You just have to configure SNMP service on your server
(basically, check the "community string", and check if there are
restrictions on IP addresses allowed). Results are accurate and I would
recommend it.<br>
<br>
I also use a script called "check_insight_log.sh". You run it on your
Nagios server, and it queries the Insight Log of your Proliant server
via SNMP. It's useful to see if new things happen in this log, such as
POST errors, ASR, blue screens, messages about RAID status, etc...<br>
<br>
I would also recommand "check_ilo2_health.pl" already mentioned by
Christopher, even if  I didn't have time to experiment it thoroughly.<br>
<br>
All these available on NagiosExchange.<br>
<br>
Hope this helps. Kind regards</font><br>
<div class="moz-signature">-- <br>
<title>Signature</title>
<meta http-equiv="Content-Type" content="text/html; ">
<style type="text/css">
<!--
.stylesig {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px;
        color: #000066;
}
-->
</style>
<p class="stylesig"><strong>Toussaint OTTAVI</strong><br>
<br>
</p>
</div>
</body>
</html>