16.07.2009

Monitoring UPS

#!/bin/bash
case `upsc apc@localhost ups.status` in

OL) echo ups_is_OK ;;
OB) init 0 ;;
esac