Hi,<br><br>I&#39;m currently using a Belkin UPS (<a href="http://www.belkin.com/au/IWCatProductPage.process?Product_Id=137904">http://www.belkin.com/au/IWCatProductPage.process?Product_Id=137904</a>) with nut, and my notify script doesn&#39;t receive a low battery warning. I receive ONBATT and ONLINE, but not any battery low message.<br>

<br>I&#39;ve run upsmon -D and I&#39;ve seen it polls the ups.status property. The problem seems to be that this UPS doesn&#39;t put LB (I guess that should stand for low battery) in the status. Even when the battery is at 7%, the status is still OB DISCHRG. If upsmon parses only this property, it&#39;s bound to miss LB message.<br>

<br>Here are the battery variables, reported by upsc:<br>battery.charge: 53<br>battery.charge.low: 30<br>battery.charge.warning: 30<br><br>Since battery.charge.low and battery.charge.warning settings are read-only, and LB doesn&#39;t get reported via ups.status, I&#39;m guessing the latter two of these are just advisory -- rather silly, but I guess that&#39;s it. Maybe upsmon should watch these as well?<br>

<br>I&#39;ve bypassed this problem by writing my own monitor that triggers the LB event and shuts down the somputer. The question is: did I miss something important? Is it supposed to work this way?<br><br>I&#39;m using nut-2.2.0, which is an older version, so this may well be the problem, but I&#39;m on Centos and the only rpms I&#39;ve found for 2.4 didn&#39;t work.<br>

<br>Best regards,<br>Gasper<br><br>