monitors:apc_checks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
monitors:apc_checks [2018/02/16 19:10] fletch2kmonitors:apc_checks [2018/02/16 19:12] fletch2k
Line 16: Line 16:
   - Ordered List ItemEdit the script and update the $UPS variable with the FQN for the UPS   - Ordered List ItemEdit the script and update the $UPS variable with the FQN for the UPS
   - Ordered List ItemAdd the following example to the /usr/share/xymon-client/etc/clientlaunch.cfg:   - Ordered List ItemAdd the following example to the /usr/share/xymon-client/etc/clientlaunch.cfg:
 +
 Add the following to /etc/xymon/xymonserver.cfg: Add the following to /etc/xymon/xymonserver.cfg:
-TEST2RRD:TempC=ncv,volt=ncv,batt=ncv + 
-... +    TEST2RRD:TempC=ncv,volt=ncv,batt=ncv 
-GRAPHS:TempC,volt,batt +    ... 
-... +    GRAPHS:TempC,volt,batt 
-NCV_TempC="Reading:GAUGE" +    ... 
-NCV_batt="BatteryTime:GAUGE" +    NCV_TempC="Reading:GAUGE" 
-NCV_volt="InputVoltage:GAUGE,OutputVoltage:GAUGE"+    NCV_batt="BatteryTime:GAUGE" 
 +    NCV_volt="InputVoltage:GAUGE,OutputVoltage:GAUGE"
  
 Add the following to /etc/xymon/graphs.cfg Add the following to /etc/xymon/graphs.cfg
Line 46: Line 48:
         DEF:ivolt=volt.rrd:InputVoltage:AVERAGE         DEF:ivolt=volt.rrd:InputVoltage:AVERAGE
         DEF:ovolt=volt.rrd:OutputVoltage:AVERAGE         DEF:ovolt=volt.rrd:OutputVoltage:AVERAGE
-       HRULE:0#FF8000:LOW +        #HRULE:0#FF8000:LOW 
-       HRULE:240#8A0808:HIGH+        #HRULE:240#8A0808:HIGH
         LINE1:ivolt#0000ff:InputVoltage         LINE1:ivolt#0000ff:InputVoltage
         LINE2:ovolt#00FF00:OutputVoltage         LINE2:ovolt#00FF00:OutputVoltage
  • monitors/apc_checks.txt
  • Last modified: 2018/02/16 19:13
  • by fletch2k