Koozali.org: home of the SME Server

System Monitor

Derek

System Monitor
« on: August 22, 2001, 02:15:52 AM »
I have installed the System Monitor package and it's 2 dependant packages. However, the graphs show up as broken links in my e-smith manager.

Has anyone encountered this problem or had experience getting this package working properly?

TIA

Derek

Robert Heaton

Re: System Monitor
« Reply #1 on: August 22, 2001, 02:21:08 PM »
I had no problems using the system monitor, first I installed the two dependent packages;

rrdtool-1.0.28-1.i386.rpm
sysstat-3.3.3-3.i386.rpm

Then I installed the monitor;
e-smith-monitor_en-1.0-02.noarch.rpm

And I have had no problems, I'm using E-smith 4.1.2 I take it you're using the same???


Rob.

Derek

Re: System Monitor
« Reply #2 on: August 22, 2001, 08:05:23 PM »
Hi Rob,

I'm using 4.1.1  I wonder if that could be a factor?

I installed the packages using rpm -ivh rrdtool...etc. Is that the same way you did it?

Derek

Nate

Re: System Monitor
« Reply #3 on: August 22, 2001, 10:08:55 PM »
I have it installed on 4.1.1 it works great.

Derek

Re: System Monitor
« Reply #4 on: August 22, 2001, 11:34:09 PM »
Hmmm....

I uninstalled it using rpm -e..and then reinstalled.

Works great now.

Gremlins I guess.

vikram

Re: System Monitor
« Reply #5 on: August 23, 2001, 12:59:46 AM »
Hi

HOw do i install the system monitor and what all we can do with it.

reg

Derek

Re: System Monitor
« Reply #6 on: August 23, 2001, 11:58:15 PM »
Go to this website. You can download the packages and it explains everything.

http://modesmith.dogbox.homeip.net/

steve

Re: System Monitor
« Reply #7 on: August 24, 2001, 02:16:09 AM »
Fantastic addition

DavidG

Re: System Monitor
« Reply #8 on: September 07, 2001, 08:46:56 AM »
Yes. I have the same issue from time to time. The fix is to simply force a re-install of the monitor rpm. It has only happened to my system when I've updated other components. The fix seems simple enough.

Nother question -

The HD usage graph is solid green - I can't see any "headroom". I'm using a MegaRAID adapter and RAID5 so I figured "monitor" can't see thru the HW BIOS on the adapter. Know of any workaround?

Derek

Re: System Monitor
« Reply #9 on: September 07, 2001, 07:46:15 PM »
I don't know of a workaround but the developers are aware of the problem and I think that they are trying to include a fix in the next rpm release. You might want to search the developer mailing list archive to get more info.

Jaime Nebrera

Re: System Monitor
« Reply #10 on: September 11, 2001, 03:08:59 AM »
Hi David,

  I'm one of the developers of e-smith monitor and can promise that besides Derek says we didn't know about this :))))

  To calculate hd usage we run df -k every 15 minutes and take the info directly from it. If this command works under RAID you should not find any problem. The problem is we dont have any RAID (software nor hardware) and can't test it (the same thing happened with the network interfaces, our system is very simple).

  BTW, we have run into 2 problems while developing our new release:

    1) The Wpassword bug" or sometimes "graphs don't appear". This is a Perl related problem with the permissionjs of the monitor function. If we use the -T switch it seems some people get a "admin password bug". If we remove the -T but put the script with SUID the default behaviour is -T and graphs don't appear. At the end we have decided to let the SUID activated but use the -U inside the script. This mught be a security problem. This is caused because inside the script an external shell is used (rrdtool update command) with variables as arguments. We are studying RRDtool documentation to make use of some of its perl bindings, but wont make it for this 2.0-00 release.

    2) The data gathering script now runs as a daemon instead of in cron. Every thing works fine but we have been told that e-smith "remakes" the rc.d directory after an update, removing our link. We don't know yet how to solve this, any experience or ideas?

  Regards

Patrick Basile

Re: System Monitor
« Reply #11 on: October 31, 2001, 05:58:55 AM »
Hello Jaime (and all),

I was wondering if the System Monitor software has been fixed to work with SME V5, or if there is a workaround to make it work until a 'fix' is found and implemented.  I loved this when it was runningon my 4.1.2 server, and sure would like it on my V5 machine.

Thoughts/ideas/tips?

Regards,
Patrick

Robin Dunn

Re: System Monitor
« Reply #12 on: October 31, 2001, 06:16:52 AM »
Patrick Basile wrote:
>
> I was wondering if the System Monitor software has been fixed
> to work with SME V5, or if there is a workaround to make it
> work until a 'fix' is found and implemented.  

Just connect directly to http://yourdomain.com:980/ instead of what you normally do.  That way when it does the reload it will go to the right address.

--Robin