Hi Team, I recently purchased an APC Environmental monitoring system (since I've been having some temperature issues with my server room) and I have been working on graphing that temp data using MRTG. I have everything up and running, but now need some assistance in making the graphs more useful and readable!!
The APC unit measures both Temp and Humidity with a single probe and I'm currently getting a regular MRTG graph with Temp and Humidity on the same graph. Temp is in Green and Humidity is in Blue. Is there a way to swap those around as it would make more sense to me to have the temp be the blue line! The second questions is that the APC unit sends it measurements in Celcius and I'd like to that to Fahrenheit on the graph. Take a look at my config and you can see I attempted to do the x*1.8 + 32 conversion, but the problem I ran into is that the humidity is tied into that target and it messes the conversion out. I'm only really interested in seeing the Temp being graphed at this time... so is there a way to remove the humidity and just see the temp?? Any other ideas for me? My config is posted below: -Steve WorkDir: /var/www/html/mrtg Title[10.35.60.33_1]: Temperature for IT Server Room PageTop[10.35.60.33_1]: <H1>Temperature and Humidity in IT Server Room</H1> #Target[10.35.60.33_1]: ( 1.3.6.1.4.1.318.1.1.2.1.1.0&1.3.6.1.4.1.318.1.1.2.1.2.0:[EMAIL PROTECTED] * 1.8 ) + 32 Target[10.35.60.33_1]: 1.3.6.1.4.1.318.1.1.2.1.1.0&1.3.6.1.4.1.318.1.1.2.1.2.0:[EMAIL PROTECTED] MaxBytes[10.35.60.33_1]: 100 Options[10.35.60.33_1]: growright,gauge,nopercent YLegend[10.35.60.33_1]: Temp ShortLegend[10.35.60.33_1]: Legend1[10.35.60.33_1]: Temperature Legend2[10.35.60.33_1]: Humidity Legend3[10.35.60.33_1]: Max Temp. value per interval on graph Legend4[10.35.60.33_1]: Max Hum. value per interval on graph LegendI[10.35.60.33_1]: Sensor Temp: LegendO[10.35.60.33_1]: Sensor Humidity: Colours[10.35.60.33_1]: GREEN#00eb0c,BLUE#0000ff,GRAY#AAAAAA,VIOLET#ff00ff WithPeak[10.35.60.33_1]: ymw -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
