Difference between revisions of "Diskusage"

From SME Server
Jump to navigationJump to search
(Added Diskusage install HowTo)
 
 
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
== Diskusage for SME Server ==
 
== Diskusage for SME Server ==
 +
{{Level|easy}}
  
 
=== Maintainer ===
 
=== Maintainer ===
[http://myezserver.com/ Darrel May (dmay) at myEZserver] (Software)
+
[http://myezserver.com/ Darrel May] (Contrib)
 +
 
 +
=== Version ===
 +
{{ #smeversion: smeserver-diskusage }}
  
 
=== Description ===
 
=== Description ===
 +
Diskusage adds a panel to the server-manager showing filesystem, i-bay and user statistics.
 +
[http://wiki.contribs.org/Image:Contrib_diskusage01.png Screenshot] from minimal test-machine.
  
*Diskusage adds a panel to the server-manager showing filesystem, i-bay and user statistics.
+
=== Download and Installation ===
  
Step-by-step silly HowTo for installation.
+
* For SME8
 +
yum install --enablerepo=smecontribs smeserver-diskusage
 +
signal-event console-save
  
It reflects the experiences I've had during install and are probably not always applicable.
+
* For SME9
  
This howto are intended for Linux-newbies.
+
yum install --enablerepo=smecontribs smeserver-diskusage
 +
signal-event console-save
  
Check latest releases at http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/
+
* For SME10
  
Replace filenames if you use other versions.
+
yum install --enablerepo=smecontribs smeserver-diskusage
 +
signal-event console-save
  
=== Installation ===
 
  
1. Log in (with username root) to the SMEserver console.
+
No need to reboot
 
+
<br>Open your webbrowser and go to the server-manager.  
2. Download smeserver-diskusage
+
<br>Under "Administration" there should be a new line named "Disk usage".
 
 
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/smeserver-diskusage-0.0.1-1dmay.noarch.rpm
 
  
3. Install smeserver-diskusage
+
=== Uninstall ===
 
+
  rpm -e smeserver-diskusage
  yum localinstall smeserver-diskusage-0.0.1-1dmay.noarch.rpm
 
 
 
You will get a y/N-question, answer y if it looks fine.
 
 
 
4. Instructions at the end of previous installation advices the following commands:
 
<br><code>signal-event post-upgrade and signal-event reboot</code>
 
<br>but you can skip that (not necessary) and move on.
 
 
 
5. Open your webbrowser and go to the server-manager.
 
<br>Under "Administration" there should be a new line named "Disk usage".
 
  
 
=== Additional information ===
 
=== Additional information ===
Line 45: Line 42:
 
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
 
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
  
Please note that this was written in april 2007, if the software change then this howto may be outdated.
+
=== Check installed version ===
 
+
yum info installed smeserver-diskusage
Please do edit if you find errors or have improvements, but make sure that it works!
+
=== Bugs ===
 
+
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-{{PAGENAME}} component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-{{PAGENAME}}|title=this link}}.  
Good luck [http://wiki.contribs.org/User:Per /Per]
 
  
=== Tested software versions ===
+
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |disablecache=1 |component=smeserver-{{PAGENAME}}|noresultsmessage="No open bugs found."}}
 +
==Changelog==
 +
Only released version of smeserver-{{PAGENAME}} in smecontrib are listed here.
  
Host: SMEserver 7.1.3
+
{{ #smechangelog: smeserver-{{PAGENAME}}}}
<br>
 
Software: smeserver-diskusage-0.0.1-1dmay.noarch.rpm
 
  
 
----
 
----
  
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 +
[[Category: Administration:Monitoring]]

Latest revision as of 17:17, 12 October 2020

Diskusage for SME Server

PythonIcon.png Skill level: easy
The instructions on this page can be followed by a beginner.


Maintainer

Darrel May (Contrib)

Version

Contrib 10:
Contrib 9:
smeserver-diskusage
The latest version of smeserver-diskusage is available in the SME repository, click on the version number(s) for more information.


Description

Diskusage adds a panel to the server-manager showing filesystem, i-bay and user statistics. Screenshot from minimal test-machine.

Download and Installation

  • For SME8
yum install --enablerepo=smecontribs smeserver-diskusage
signal-event console-save
  • For SME9
yum install --enablerepo=smecontribs smeserver-diskusage
signal-event console-save
  • For SME10
yum install --enablerepo=smecontribs smeserver-diskusage
signal-event console-save


No need to reboot
Open your webbrowser and go to the server-manager.
Under "Administration" there should be a new line named "Disk usage".

Uninstall

rpm -e smeserver-diskusage

Additional information

Announce smeserver-diskusage

If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).

Check installed version

yum info installed smeserver-diskusage

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-Diskusage component or use this link .

"No open bugs found."

Changelog

Only released version of smeserver-Diskusage in smecontrib are listed here.

smeserver-Diskusage Changelog: SME 10 (smecontribs)
2021/08/22 Terry Fage 0.0.2-5.sme
- apply locale 2021-08-22 patch
2021/03/24 Brian Read 0.2.0-4.sme
- Add Update event to createlinks [SME: 11030]

2021/03/24 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,

by assuming the date is correct and changing the weekday.
2020/10/12 Brian Read 0.2.0-3.sme
- Initial import to SME10 tree [SME: 11030]
2015/07/01 stephane de Labrusse - 0.2.0-2
- add smeserver-diskusage-0.2.0-locale-2015-07-01.patch [SME: 8966]