Difference between revisions of "Sme8admin"
Unnilennium (talk | contribs) (Created page with "{{Languages|Sme7admin}} == sme8admin for SME Server == === Maintainer === [mailto:tests@pialasse.comUser:Unnilennium] [mailto:daniel@firewall-services.com[[User:VIP-ire|Dani...") |
Unnilennium (talk | contribs) |
||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Languages| | + | {{Languages|Sme8admin}} |
== sme8admin for SME Server == | == sme8admin for SME Server == | ||
+ | |||
+ | for a sme 7 version check [[sme7admin|sme7admin]] | ||
+ | |||
+ | |||
+ | for a sme 9 version check [[sme9admin|sme9admin]] | ||
+ | === Version === | ||
+ | {{ #smeversion: smeserver-sme8admin}} | ||
+ | |||
=== Maintainer === | === Maintainer === | ||
− | [mailto:tests@pialasse.com[[User:Unnilennium]]] | + | [mailto:tests@pialasse.com[[User:Unnilennium|Unnilennium]]] |
+ | |||
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services] | [mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services] | ||
Line 15: | Line 24: | ||
yum install smeserver-sme8admin --enablerepo=smecontribs | yum install smeserver-sme8admin --enablerepo=smecontribs | ||
+ | then | ||
+ | service mysql.init restart | ||
+ | service sme8admind start | ||
+ | or | ||
+ | |||
+ | signal-event post-upgrade; signal-event reboot | ||
==== Sensor detection ==== | ==== Sensor detection ==== | ||
Line 33: | Line 48: | ||
==== Uninstall ==== | ==== Uninstall ==== | ||
− | yum remove | + | yum remove smeserver-sme8admin |
− | |||
− | |||
− | + | === 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 [http://wiki.contribs.org/User:Per /Per] | ||
− | |||
− | + | ===Known Problems=== | |
+ | ==== du -s and CPU ==== | ||
− | + | The '''du -s''' option allows you to have detailed information on the use of your hard drive. Unfortunately with the high volume of data in recent huge drives and/or with older slower CPUs, you should NOT use this option unless you want to see constant high CPU utilization, as this command will be launched every 5 minutes. | |
+ | ==== disabling IMAP ==== | ||
+ | Disabling IMAP will fails webmail authentication. As a result, disabling IMAP will only work until new reboot or some event to be trigger. This will also make webmail fails until next reboot. | ||
+ | After reboot disabled IMAP will be set automatically to enabled and access to localhost. | ||
=== Bugs === | === Bugs === | ||
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-sme8admin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-sme8admin|title=this link}}. | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-sme8admin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-sme8admin|title=this link}}. | ||
+ | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-sme8admin |noresultsmessage="No open bugs found."}} | ||
− | + | ===Changelog=== | |
+ | Only released version in smecontrib are listed here. | ||
+ | {{ #smechangelog: smeserver-sme8admin }} | ||
---- | ---- | ||
− | [[Category: Contrib]] | + | [[Category: Deprecated Contrib]] |
[[Category: Administration:Monitoring]] | [[Category: Administration:Monitoring]] |
Latest revision as of 06:49, 18 April 2021
sme8admin for SME Server
for a sme 7 version check sme7admin
for a sme 9 version check sme9admin
Version
Maintainer
Daniel B. from Firewall Services
Description
- sme8admin is a graphical monitor, alert raising, and services supervision tool for your SME 8 Server.
- It adds a headline + several subpages to the server-manager.
Installation
yum install smeserver-sme8admin --enablerepo=smecontribs
then
service mysql.init restart service sme8admind start
or
signal-event post-upgrade; signal-event reboot
Sensor detection
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. You will need to follow the instructions in order to add the detected sensors in rc.local to have them loaded on reboot.
Check installed versions
yum info installed smeserver-sme8admin yum info installed sysstat yum info installed hddtemp yum info installed perl-rrdtool yum info installed rrdtool
Uninstall
yum remove smeserver-sme8admin
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
du -s and CPU
The du -s option allows you to have detailed information on the use of your hard drive. Unfortunately with the high volume of data in recent huge drives and/or with older slower CPUs, you should NOT use this option unless you want to see constant high CPU utilization, as this command will be launched every 5 minutes.
disabling IMAP
Disabling IMAP will fails webmail authentication. As a result, disabling IMAP will only work until new reboot or some event to be trigger. This will also make webmail fails until next reboot.
After reboot disabled IMAP will be set automatically to enabled and access to localhost.
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-sme8admin component or use this link .
Changelog
Only released version in smecontrib are listed here.