Hi Michael,<br><br>yes, I thought that running a cronjob would do the job :) and I wrote some shell script to get all quotas and send them through mail.<br>The command line you suggested would be better.<br><br>My idea of read-only admin user was to let access to an operator or someone with not very knowledge of the system.<br>
Maybe they should be trained and get full admin access.<br><br>Rgds,<br><br>Enid<br><br><div class="gmail_quote">On Thu, May 27, 2010 at 1:53 PM, Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it">mstauber@blueonyx.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi enid vx,<br>
<div class="im"><br>
> But is there a way that this feature could be enabled in the future?<br>
<br>
</div>I don't want to rule it out entirely, but would it really be that practical?<br>
After all, what you yourself need it it for is a very limited purpose and most<br>
BlueOnyx users wouldn't really benefit from it.<br>
<br>
You said you want someone else but you to be able to see the list of over<br>
quota sites and users.<br>
<br>
That list is - since a few updates ago - available through "Active Monitor" /<br>
"Disk Usage". But of course you'll need to be server admin or "extra-admin" in<br>
order to see that.<br>
<br>
Alternatively you could run a cronjob with this command in it (it's a long one<br>
liner):<br>
<br>
/usr/sausalito/sbin/<a href="http://get_quotas.pl" target="_blank">get_quotas.pl</a> --users --sort=usage --descending |  awk<br>
'{if (($2 > $3)&&($3 != 0)) print $1}'<br>
<br>
That generates a list of all user accounts that are over quota. Your cronjob<br>
could then simply email that output to an interested third party and you'd be<br>
done with it.<br>
<br>
No GUI access needed there. And what good would a read-only admin account do,<br>
if one can only monitor everything (including the quota), but not be able to<br>
fix anything? :o)<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</div></div></blockquote></div><br>