force bandwidth limit check

bluenix

Verified User
Joined
Mar 22, 2006
Messages
23
I have changed the content of the e-mail a user gets when reaching his/her bandwidth limit. I would like to test if it works, but the bandwidth is only checked once a day. How can I force DA to check bandwidth at this very moment?
 
Execute the following on the command line:

Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
Thank you for the quick reply!
It worked, although it only works once.
Say, for instance, a user crosses his/her bandwidth. I run the command and an e-mail is being sent.
Then I make the bandwidth limit higher, as that the user is not using too much anymore. Next thing, the user crosses the new bandwidth limit. Again I run the command, but nothing happens. No e-mail is being sent. Why is that?
 
Back
Top