Submitted by paul.kelly on Tue, 03/22/2011 - 10:35
A simple report that lists the domains hosted on a server and indicates key fact and figures, such as
Storage utilised/limit
Storage split be web/email?
IP address
Memory allocations
email addresses
etc
I primarily want to see how much space each domain takes on the server, however, whilst requesting, the others seem like a good idea.
This report can be online or downloadable, as necessary.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Tue, 03/22/2011 - 12:08 Comment #1
There are a couple of ways you can get this information :
On the List Virtual Servers page. If this is missing information you need, you can control which columns appear at System Settings -> Virtualmin Configuration -> User interface settings -> Columns to show.
From the command line, by running
virtualmin list-domains --multiline
. This will dump all information about all virtual servers.Do either of those work for you?
Submitted by paul.kelly on Tue, 03/22/2011 - 12:20 Comment #2
Thanks for the (always) quick response.
For my immediate need, 1 is ideal.
However, if there was a graphical way of having 2 in the VM panel, that would be overwhelmingly great!
Submitted by JamieCameron on Tue, 03/22/2011 - 12:24 Comment #3
The full dump in option 2 is too much information for most users to comprehend, so I wouldn't really want to put it in there.
What is your objective in fetching this information? Do you want to import it into some other program?
Submitted by paul.kelly on Tue, 03/22/2011 - 12:37 Comment #4
Being honest, laziness!
Whilst I can scrape around at the command prompt, using a GUI is just easier!
Thing is, I, and probably only some users might only want to access this weekly/monthly/etc. As domains increase and traffic, storage etc increase, to have all of that info at the click of a button would just be convenient!
Submitted by JamieCameron on Tue, 03/22/2011 - 12:47 Comment #5
The information dumped from the CLI is also accessing via a remote API, so if you really want a more flexible custom report you could write your own simple PHP or perl script to generate this. For more info, see http://www.virtualmin.com/documentation/developer/http
Submitted by Issues on Tue, 04/05/2011 - 14:20 Comment #6
Automatically closed -- issue fixed for 2 weeks with no activity.