RRDTOOL Error in check_openmanage.php
juhlke
juhlke at aez-asdonkshof.de
Wed Aug 22 10:44:36 CEST 2012
Hi all,
if you are using the check_openmanage plugin V3.7.6 from
http://folk.uio.no/trondham/software/check_openmanage.html with Dell
Servers running the Dell Open Manage Version 7.1 you will be
experiencing RRDTOOL errors with the pnp4nagios-template of this V3.7.6
for displaying AMPERAGE PROBES. The template distinguishes between older
(eg. V6.5) and newer (eg V7.0 / V7.1) versions of Dell Open Manage, the
error only happens in the code for the new versions.
You have to do a small change in the check_openmanage.php , otherwise
the template mixes values from the AMBIENT TEMPERATURE into the AMPERAGE
PROBE, causing the rrdtool error
Original:
.....
else { # --new--
.....
# AMPERAGE PROBE
if (preg_match('/^A/', $label)) {
Change to:
# AMPERAGE PROBE
if (preg_match('/^A/', $label) && preg_match('/Current/',
$label)) {
Hope this will save your time:-)
Regards
Lars
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20120822/d0c300e0/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list