Difference between revisions of "Sme7admin"

From SME Server
Jump to navigationJump to search
(14 intermediate revisions by 11 users not shown)
Line 1: Line 1:
 +
{{Languages|Sme7admin}}
 +
 +
{{Warning box| this refers to an obsolete version of SME Server, you should refer to a page related to your current version, if you still use sme 7, you have to update to a more recent version }}
 
== sme7admin for SME Server ==
 
== sme7admin for SME Server ==
 +
 +
for a sme 8 version see [[sme8admin|sme8admin]]
 +
 +
for a sme 9 version see [[sme8admin|sme9admin]]
  
 
=== Maintainer ===
 
=== Maintainer ===
http://sme.firewall-services.com/
+
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services]
  
 
=== Description ===
 
=== Description ===
Line 11: Line 18:
 
=== Installation ===
 
=== Installation ===
  
[http://sme.firewall-services.com/spip.php?rubrique4 HowTo and documentation]
+
yum install smeserver-sme7admin --enablerepo=smecontribs
 +
signal-event post-upgrade; signal-event reboot
  
=== Sensor detection ===
+
==== Sensor detection ====
  
 
''This I was unable to fully test myself, as I'm on a virtual machine, please modify/add info. /Per''
 
''This I was unable to fully test myself, as I'm on a virtual machine, please modify/add info. /Per''
Line 22: Line 30:
  
 
For my mainboard, I just hit enter for all questions, which then uses the defaults which can be seen as CAPs.
 
For my mainboard, I just hit enter for all questions, which then uses the defaults which can be seen as CAPs.
 +
 +
==== Check installed versions ====
 +
yum info installed smeserver-sme7admin
 +
yum info installed sysstat
 +
yum info installed hddtemp
 +
yum info installed perl-rrdtool
 +
yum info installed rrdtool
 +
 +
==== Uninstall ====
 +
yum remove sysstat
 +
yum remove hddtemp
 +
yum remove rrdtool
 +
 +
This will also remove smeserver-sme7admin and perl-rrdtool (for dependencies).
 +
 +
 +
==== Version updates ====
 +
 +
This comment is applicable as at 13 December 2011.
 +
 +
Please see this bug http://bugs.contribs.org/show_bug.cgi?id=6192 regarding version updates that are not available using yum.
 +
 +
These updates need to be manually downloaded and installed using the instructions shown in the bug report.
  
 
=== Additional information ===
 
=== Additional information ===
Line 28: Line 59:
  
 
Good luck [http://wiki.contribs.org/User:Per /Per]
 
Good luck [http://wiki.contribs.org/User:Per /Per]
 +
 +
=== Known Problems===
 +
 +
====Alert Emails ====
 +
Every morning you receive email from sme7admin regarding :
 +
 +
your.smeservername.com :Tue Apr  1 01:12:12 2008
 +
During the last 5 minutes, 375 outgoing e-mails were detected, you had set the alert
 +
limit to 5 outgoing e-mails.
 +
 +
This is a known bug in sme7admin. Sme7admin send a bogus report during log rotations every 01:12AM. This bug reported to bugzilla and will be fixed soon.
 +
 +
 +
==== du -s and CPU ====
 +
 +
'''du -s''' option allow you to have detailed information on the used of your hard drive. Unfortunately with the high volume of data in huge recent drives and/or with older slow CPU, you should NOT use this option unless wanting to see constant high CPU utilization, as this command will be launched every 5 minutes.
 +
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-sme7admin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-sme7admin|title=this link}}.
  
 
=== Tested software versions ===
 
=== Tested software versions ===
Line 44: Line 94:
  
 
----
 
----
 
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 +
[[Category: Administration:Monitoring]]

Revision as of 10:13, 30 July 2016



Warning.png Warning:
this refers to an obsolete version of SME Server, you should refer to a page related to your current version, if you still use sme 7, you have to update to a more recent version


sme7admin for SME Server

for a sme 8 version see sme8admin

for a sme 9 version see sme9admin

Maintainer

Daniel B. from Firewall Services

Description

  • sme7admin is a graphical monitor, alert raising, and services supervision tool for your SME 7 Server.
  • It adds a headline + several subpages to the server-manager.

Installation

yum install smeserver-sme7admin --enablerepo=smecontribs
signal-event post-upgrade; signal-event reboot

Sensor detection

This I was unable to fully test myself, as I'm on a virtual machine, please modify/add info. /Per

Detect the sensors on your mainboard, (run as root)

/usr/sbin/sensors-detect

For my mainboard, I just hit enter for all questions, which then uses the defaults which can be seen as CAPs.

Check installed versions

yum info installed smeserver-sme7admin
yum info installed sysstat
yum info installed hddtemp
yum info installed perl-rrdtool
yum info installed rrdtool

Uninstall

yum remove sysstat
yum remove hddtemp
yum remove rrdtool

This will also remove smeserver-sme7admin and perl-rrdtool (for dependencies).


Version updates

This comment is applicable as at 13 December 2011.

Please see this bug http://bugs.contribs.org/show_bug.cgi?id=6192 regarding version updates that are not available using yum.

These updates need to be manually downloaded and installed using the instructions shown in the bug report.

Additional information

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

Good luck /Per

Known Problems

Alert Emails

Every morning you receive email from sme7admin regarding :

your.smeservername.com :Tue Apr  1 01:12:12 2008
During the last 5 minutes, 375 outgoing e-mails were detected, you had set the alert
limit to 5 outgoing e-mails.

This is a known bug in sme7admin. Sme7admin send a bogus report during log rotations every 01:12AM. This bug reported to bugzilla and will be fixed soon.


du -s and CPU

du -s option allow you to have detailed information on the used of your hard drive. Unfortunately with the high volume of data in huge recent drives and/or with older slow CPU, you should NOT use this option unless wanting to see constant high CPU utilization, as this command will be launched every 5 minutes.

Bugs

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

Tested software versions

Host: SMEserver 7.1.3
Software: rrdtool-1.0.50-1.2.el4.rf.i386.rpm
perl-rrdtool-1.0.50-1.2.el4.rf.i386.rpm
hddtemp-0.3-0.beta12.2.2.el4.rf.i386.rpm
sysstat-5.0.5-1.i386.rpm
smeserver-sme7admin-1.1.0-1.noarch.rpm