Guest User

Untitled

a guest
Jul 18th, 2011
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {upsStatus.errors}
  2. {upsBattStat.errors}
  3. {upsLoadOut.errors}
  4. {upsBattRep.errors}
  5. {upsVoltageIn.errors}
  6.  
  7. UPS status:
  8.  
  9. Vendor: apc
  10. Model: {upsModel}
  11.  
  12. UPS Status: {upsOutStat}
  13. Battery Status: {upsBattStat}
  14.  
  15. Runtime Remaining: {upsMinsRunTime}
  16. - minutes (red={upsMinsRunTime.thresh:red}m)
  17. Battery Capacity: {upsBattCap}%
  18. UPS Load: {upsLoadOut}% (yellow={upsLoadOut.thresh:yellow}%
  19. red={upsLoadOut.thresh:red}%)
  20.  
  21. Voltage in: {upsVoltageIn}
  22. (yellow={upsVoltageIn.thresh:yellow}v
  23. red={upsVoltageIn.thresh:red}v)
  24. Voltage out: {upsVoltageOut}
  25.  
  26. Last failure due to: {upsFailCause}
  27. Time on battery: {upsSecsOnBatt}
  28. - seconds
Advertisement
Add Comment
Please, Sign In to add comment