summaryrefslogtreecommitdiff
path: root/bytemark/bin/custodian-queue-monitor
blob: 91a03641207b6e34e98bed6d4b6b22eea6b05bf3 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if ( custodian-queue --monitor ) ; then
    echo "All OK"
else
    echo "Too large a queue"
fi