Koozali.org: home of the SME Server

Graphical Server Monitor

jerryyap

Couldn't get it to work
« Reply #15 on: November 28, 2004, 06:22:01 PM »
Hi,

I followed swerts-knudsen's contrib page to the letter, careful to change the version from 2.1 to 2.3.

However, I still can't get it to work?
I get a page not found error.

Has anybody any luck with 2.3 on a SME6.0?

Regards,
Jerry

BOD

Graphical Server Monitor
« Reply #16 on: November 28, 2004, 07:39:47 PM »
http://bod.no-ip.org/phpsysinfo

mine works, use the rpm listed earlier it works

Landry

Graphical Server Monitor
« Reply #17 on: November 29, 2004, 04:48:33 PM »
Hello all.

I've developped a contrib, e-smith-sme6admin, which monitors many aspects of smeServer, but it is only in french at this moment. It monitors cpu, memory, e-mails, network load, network connections (ssh, ftp, pptp....) ,services status, disk usage...... It sends e-mails alerts when a problem is detected. As soon as i have time, i'll turn it to multi-lingual.

It's at http://firewall-services.com
Mail me for more info in english :D

mbachmann

Graphical Server Monitor
« Reply #18 on: November 30, 2004, 02:35:37 PM »
Your system monitor is incedibly well done, Landry. I just added your work to the howto / New Contrib Announcements section: http://no.longer.valid/phpwiki/index.php?pagename=New%20Development%20Announcements%20November%202004, feel free to add or edit.

Your panel provides everything one could ask for: controlling services, memory usage of services/processes, email alerts, temp and fan sensor, network usage and throughput. Really  good, congratulation for your good work.

drywalldude

You could use cacti
« Reply #19 on: December 01, 2004, 12:47:20 AM »
Until the sme admin is translated to English (if that's your language ) you could allways "cacti"

http://ericscomputer.kicks-ass.net/cacti_export/

Somebody please do an English translation for sme admin that looks like an awsome! addition to SME

chrisparker

Re: PHP-sysinfo
« Reply #20 on: December 01, 2004, 01:12:49 PM »
Quote from: "the_mad_prof"
Slightly o/t but how do I get the OS field to show correctly?  If I can manually configure I would state Contribs-SME, otherwise Redhat will be fine.


If you create a file called /etc/redhat-release, phpsysinfo will automatically pick the install up as a redhat release. In the file you can put whatever you want the name of the distro to show as

eg: Contents of my /etc/redhat-release file:

SME Server 6.01-1 (http://www.bahuma.net/phpsysinfo)

Offline stefan24

  • *****
  • 483
  • +0/-0
    • www.sme-server.de
Graphical Server Monitor
« Reply #21 on: December 01, 2004, 03:05:24 PM »
Hi!

FYI:

I just installed e-smith-phpsysinfo-public-2.3-1.noarch.rpm  and got an error in the post install script. When looking in this script I saw this line:

mail install@nightspirit.nl -s "e-smith-phpsysinfo-public-2.3-1 was installed." > /dev/null

There was no information anywhere, that this will happen.

Landry

Re: You could use cacti
« Reply #22 on: December 01, 2004, 03:52:54 PM »
Quote from: "drywalldude"


Somebody please do an English translation for sme admin that looks like an awsome! addition to SME


Don't worry, i'm planning a new version of my contrib (us+fr) for the end of the year. ;-)

Offline arnoldob

  • *
  • 183
  • +0/-0
Re: You could use cacti
« Reply #23 on: January 02, 2005, 09:12:00 PM »
Quote from: "Landry"

Don't worry, i'm planning a new version of my contrib (us+fr) for the end of the year. ;-)


Wonderful, I was just going to ask the same question. Any idea of when this will be done?

Great work, Thank you :)
Tampa, FL USA

Offline arnoldob

  • *
  • 183
  • +0/-0
Graphical Server Monitor
« Reply #24 on: January 02, 2005, 10:30:37 PM »
While we're waiting for the English version (now I know how the non-english users must feel) is there a way to get the newer rrdtool and sysstat rpm's to work with the sysmon add-on? I don't see any log file entries that point to a problem, but the graphs never update. Anyone out have any ideas?
Tampa, FL USA

Landry

Graphical Server Monitor
« Reply #25 on: January 03, 2005, 09:36:40 AM »
Hi.

I've already had this problem on my sme. If you want sme6admin and sysmon to work both, you have to keep sysstat4, because sysstat5 doesn't work with sysmon.
For rrdtools, try the rdtool-1.0.47 version, this works fine for  me.
If you have another problem with sme6admin, the log file is at /var/log/sme6admind.log
HTH

Ps : i'm doing the english version of sme6admin based on gettext(), so if translaters want to do the work for other languages (spanish, italian......), i'm completely okay with that.

djhomeless

Graphical Server Monitor
« Reply #26 on: January 18, 2005, 08:42:29 AM »
Hi Landry,
I really can't wait for the English translation, any idea how much longer it will take?

Geoffrey

Landry

Graphical Server Monitor
« Reply #27 on: January 18, 2005, 12:18:13 PM »
I'm working on it, but as i'm still student, i have LOTS of work  to do. But it's one of my priorities..

Offline elorenz

  • ***
  • 41
  • +0/-0
Graphical Server Monitor
« Reply #28 on: January 23, 2005, 01:38:28 AM »
Quote from: "Landry"
I'm working on it, but as i'm still student, i have LOTS of work  to do. But it's one of my priorities..


Hi Landry,
I'm working on an english translation.
The following code segment seems to be working wrong: no output!
=====================================================
        if (-e "/usr/sbin/clamd")
        {       my $sigs=0;

                foreach (/usr/bin/tail -n 4 /var/log/clamav/freshclam.log)
                {
        #               ClamAV update process started at Thu Jul 29 18:36:00 2004
                        if (/^ClamAV update process started at (\w{3} \w{3}\s{1,2}\d{1,3} [0-9:]{8} \d{4})/)
                        {
                            print $q->p("Derniere mise a jour de l'antivirus ClamAV : $1.\n");
                        }

        #               main.cvd is up to date (version: 24, sigs: 21793, f-level: 2, builder: tomek)
        #               daily.cvd is up to date (version: 428, sigs: 1177, f-level: 2, builder: acab)
        #               Database updated (23150 signatures) from database
                        if (/sigs: (\d+)/)
                        {
                            $sigs+=$1;
                        }
                        print $q->p("The database contains $sigs virus signatures.\n");
                }
        }
====================================================
Can you check this for me, I will gladly correct the code and send it to you as soon as it's translated.

Regards,
Ernesto Lorenz
............

Landry

Graphical Server Monitor
« Reply #29 on: January 23, 2005, 03:06:44 PM »
Do you have clamd installed ??
And don't worry, il working on the translation, there will be a big difference because i'm basing all the texts on gettext(), so people would be able to make translations for other languages.