apcupsd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apcupsd [2009/08/26 09:12] – 172.26.0.166 | apcupsd [2011/09/02 12:42] (current) – aorth | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The HPC's head node is connected to an APC battery backup unit which has a USB cable that can be used for monitoring power status. The [[http:// | The HPC's head node is connected to an APC battery backup unit which has a USB cable that can be used for monitoring power status. The [[http:// | ||
| - | ===== Configuration ===== | + | |
| + | ===== Installation (RPM) ===== | ||
| + | Download pre-compiled RPMs for Enterprise Linux 5 from the EPEL project: http:// | ||
| + | |||
| + | ===== Installation (manual) ===== | ||
| + | Download source from: http:// | ||
| + | |||
| + | < | ||
| + | cd apcupsd-3.14.7 | ||
| + | ./configure --enable-usb --enable-cgi | ||
| + | make | ||
| + | sudo make install</ | ||
| + | |||
| + | ===== Configuration | ||
| ==== Daemon ==== | ==== Daemon ==== | ||
| Line 8: | Line 21: | ||
| After the software is installed, there are two files which need attention: | After the software is installed, there are two files which need attention: | ||
| - | === / | + | ==== / |
| - | Make sure to list the the localhost and give it a name. This is used for remote monitoring and also for checking the status via the multimon CGI script: | + | Make sure to list the the localhost and give it a name. This is used for remote monitoring and also for checking the status via the multimon CGI script: |
| < | < | ||
| # | # | ||
| Line 30: | Line 43: | ||
| MONITOR 127.0.0.1 " | MONITOR 127.0.0.1 " | ||
| - | === / | + | ==== / |
| - | The defaults are ok, but make sure the daemon is configured to use '' | + | The defaults are ok, but make sure the daemon is configured to use the following settings (leave '' |
| - | < | + | < |
| + | UPSTYPE usb | ||
| DEVICE</ | DEVICE</ | ||
| - | ==== Web monitoring interface ==== | + | ==== Web monitoring interface |
| + | |||
| + | The '' | ||
| + | |||
| + | Copy the CGI scripts: | ||
| + | < | ||
| + | $ sudo cp multimon.cgi upsimage.cgi upsstats.cgi / | ||
| + | |||
| + | Check the status by visiting http:// | ||
| + | |||
| + | ===== Startup ===== | ||
| + | Add the daemon to the default runlevels: | ||
| + | < | ||
| + | |||
| + | ===== Testing ===== | ||
| + | Make sure the daemon is stopped, then run: | ||
| - | The '' | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
apcupsd.1251277932.txt.gz · Last modified: (external edit)
