Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| monitors:apc_checks [2018/02/16 18:53] – fletch2k | monitors:apc_checks [2018/02/16 19:13] (current) – fletch2k | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| ^ Author | [[ cmaroney@gmail.com | fletch2k ]] | | ^ Author | [[ cmaroney@gmail.com | 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 / | - Ordered List ItemAdd the following example to the / | ||
| - | - Ordered List Item | ||
| - | | + | Add the following to / |
| + | |||
| + | TEST2RRD: | ||
| + | ... | ||
| + | GRAPHS: | ||
| + | ... | ||
| + | NCV_TempC=" | ||
| + | NCV_batt=" | ||
| + | NCV_volt=" | ||
| + | |||
| + | Add the following to / | ||
| + | [TempC] | ||
| + | TITLE Temperatures | ||
| + | YAXIS Degrees/ | ||
| + | DEF: | ||
| + | HRULE: | ||
| + | HRULE: | ||
| + | -u 35 | ||
| + | -l 0 | ||
| + | AREA: | ||
| + | COMMENT: \n | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | |||
| + | [volt] | ||
| + | TITLE I/O Voltage | ||
| + | YAXIS Volts | ||
| + | DEF: | ||
| + | DEF: | ||
| + | # | ||
| + | # | ||
| + | LINE1: | ||
| + | LINE2: | ||
| + | -u 240 | ||
| + | -l 0 | ||
| + | COMMENT: \n | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | |||
| + | [batt] | ||
| + | TITLE BatteryRunTime | ||
| + | YAXIS Minutes | ||
| + | DEF: | ||
| + | -u 60 | ||
| + | -l 0 | ||
| + | # | ||
| + | LINE2: | ||
| + | COMMENT: \n | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | GPRINT: | ||
| + | |||
| + | |||
| + | # Add the following line to / | ||
| + | | ||
| ENVFILE / | ENVFILE / | ||
| CMD $XYMONCLIENTHOME/ | CMD $XYMONCLIENTHOME/ | ||