<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I'm trying to install the check_apc_temp plugin, but I don't understand
what's collored red:<br>
<br>
#!/bin/bash<br>
#<br>
# Temperature check plugin for APC UPSes equipped with PowerNet(tm)<br>
# management cards.<br>
#<br>
# Checks the temperature probe gauge via SNMP. You must have SNMP<br>
# enabled on your UPS and know the community string.<br>
#<br>
# Written by Josh Malone (<a class="moz-txt-link-abbreviated" href="mailto:jmalone@ubergeeks.com">jmalone@ubergeeks.com</a>)<br>
# Last modified: 01-03-2007<br>
#<br>
# v 0.1 - First functional plugin deployed at NRAO<br>
# v 0.5 - Auto-determines units used by the UPS and sets thresholds<br>
#          appropriately<br>
<br>
# <font color="#ff0000">You may have to change these two if your UPS
MIB is different  <font color="#000000">-> what do I have to
change, wich two?</font></font><br>
<br>
# Name of the MIB to use. You can download this MIB from:<br>
# <a class="moz-txt-link-freetext" href="ftp://ftp.apcc.com/apc/public/software/pnetmib/mib/">ftp://ftp.apcc.com/apc/public/software/pnetmib/mib/</a><br>
<font color="#ff0000"># and install it in your snmp MIB
directory                                    <font color="#000000">->
where is this directory located, or were to create it?</font></font><br>
APCMIB="PowerNet-MIB"<br>
<br>
# Object ID (OID) for the temp probe gauge<br>
TEMPOID="iemStatusProbeCurrentTemp.1"<br>
UNITSOID="iemStatusProbeTempUnits.1"<br>
<br>
SNMPGET=/usr/bin/snmpget<br>
AWK=/bin/awk<br>
</body>
</html>