UPSMON FOR FREEBSD README upsmon PM1 PM2 PM3 1. upsmon has 3 parameters: PM1, PM2 and PM3 2. PM1: COMPORT => ttyd0 (COM1 of UNIX) or ttyd1 (COM2 of UNIX) It must include the path when you appoint the parameter PM1 (Ex: /dev/ttyd0) Please be noted that PM1 must be appointed. 3. PM2: It is for setting the breakout delay time default: 60 sec. If PM2 don’t be appointed, the breakout delay time will be 60 seconds. 4. PM3: It is for setting the UPS shutdown delay time default: 60 sec. If PM3 don’t be appointed, the UPS shutdown delay time will be 60 seconds. ./upsmon /dev/ttyd0 300 60 Note: The Caps is considered different with Low case in UNIX. Installation step must use root LOGIN: 5. Copy upsmon.tar to /etc directory. 6. use "tar xvf upsmon.tar" to install software. 7. It will be created a upsmon directory. 8. Change to upsmon directory. 9. Test UPSMON and comport: Use command ./upsmon /dev/ttyd0 300 60 ( "./upsmon" must be included when you use this command) Means: ./upsmon COM1 300 seconds AC fail count and 60 seconds UPS shutdown delay. You will see UPS CONNECT OR NO CONNECT UPS in tty1 (ctrl_alt_F1) If it didn’t connect UPS, you can use the command "kill PID" to delete the process of UPSMON Then, use command ./upsmon /dev/ttyd1 300 60 (Leading "./" to "upsmon” must be included when you use this command) Means: ./upsmon COM2 300 seconds AC fail count and 60 seconds UPS shutdown delay. If it still doesn’t connect, please check the CABLE? PC and UPS are all be connected correctly. 10. After the connection confirmed, please edit the system setup file rc under /etc/rc and add the following command to rc: /etc/upsmon/upsmon /dev/ttyd0 300 60 or /etc/upsmon/upsmon /dev/ttyd1 300 60 The system will execute upsmon after restart the computer. 11. You can see the situation of UPS if you use the command ./upsdisp under directory /etc/upsmon ("./upsmon" must be included when you use this command) 12. Use CTRL-C, you can exit UPSDISP. 13. The UPS Event Log file save to: /etc/upsmon/PCMYYMM.log. (PS: The YY is year and the MM is month.) 14. The down file is a shutdown script and you can edit it by yourself.