Difference between revisions of "Durep"

From SME Server
Jump to navigationJump to search
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
=== Version ===
 
=== Version ===
  
{{ #smeversion: smeserver-durep}}
+
{{#smeversion: smeserver-durep}}
  
  
Line 22: Line 22:
  
 
  yum --enablerepo=smecontribs install smeserver-durep
 
  yum --enablerepo=smecontribs install smeserver-durep
 +
config set UnsavedChanges no
 
  signal-event console-save
 
  signal-event console-save
  
Line 27: Line 28:
  
 
  yum --enablerepo=smecontribs install smeserver-durep
 
  yum --enablerepo=smecontribs install smeserver-durep
 +
config set UnsavedChanges no
 
  signal-event console-save
 
  signal-event console-save
 +
 +
=== Configuration ===
 +
In order to add more folders to stat you can use the following
 +
 +
  config setprop durep folders /path/tofolder1,/path/to/folder2
 +
 +
in order to enable or disable the update of stats every nights, choose one of these:
 +
 +
  config setprop durep status disabled
 +
  config setprop durep status enabled
  
 
=== Bugs ===
 
=== Bugs ===
Line 36: Line 48:
 
Only released version in smecontrib are listed here.
 
Only released version in smecontrib are listed here.
  
{{ #smechangelog: smeserver-durep}}
+
{{#smechangelog: smeserver-durep}}
  
 
----
 
----
 
[[Category:Contrib]]
 
[[Category:Contrib]]

Revision as of 20:23, 11 February 2018


Maintainer

User:Darrell May

Version

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



Please follow the installation instructions below.

Description

Webconsole allow ssh access through manager

Requirements

  • SME Server 7.X or 8.X or 9.X

Installation

  • For sme8
yum --enablerepo=smecontribs install smeserver-durep
config set UnsavedChanges no
signal-event console-save
  • For sme9
yum --enablerepo=smecontribs install smeserver-durep
config set UnsavedChanges no
signal-event console-save

Configuration

In order to add more folders to stat you can use the following

 config setprop durep folders /path/tofolder1,/path/to/folder2

in order to enable or disable the update of stats every nights, choose one of these:

 config setprop durep status disabled
 config setprop durep status enabled

Bugs

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

"No open bugs found."

Changelog

Only released version in smecontrib are listed here.

smeserver-durep Changelog: SME 10 (smecontribs)
2024/03/01 Brian Read 1.5.0-17.sme
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
2023/03/23 Michel Begue 1.5.0-16.sme
- fix typo in previous release [SME: 12342]
2023/03/22 Michel Begue 1.5.0-15.sme
- allow access to bar.png image in SM2 [SME: 12342]
2022/07/30 Brian Read 1.5.0-14.sme
- Re-build and link to latest devtools [SME: 11997]
2022/07/22 Jean-Philippe Pialasse 1.5.0-13.sme
- add to core backup [SME: 12007]