Search found 10 matches

by RicochetPeter
Thu May 31, 2007 6:07 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Change period from daily to mins/secs etc
Replies: 4
Views: 12994

KS-Soft wrote:Ok, I have added medium priority task

Regards
Alex
Very nice :D
Many Kudos to you guys!
by RicochetPeter
Tue May 22, 2007 6:24 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Change period from daily to mins/secs etc
Replies: 4
Views: 12994

Change period from daily to mins/secs etc

Hi folks, I have a test, which runs at 13.00h each day. Now I also have an action profile in which I would like to change the test interval to 10minutes when "bad" state is entered. Problem is: as "daily at 13.00h" is an "irregular" schedule, the change isn't performed....
by RicochetPeter
Thu Mar 01, 2007 7:48 am
Forum: RMA for UNIX
Topic: RMA password in clear text
Replies: 4
Views: 20409

thx :)
by RicochetPeter
Wed Feb 28, 2007 11:21 am
Forum: RMA for UNIX
Topic: RMA password in clear text
Replies: 4
Views: 20409

Having it in the config file (rma.ini) in clear text is what I would like to prevent...
by RicochetPeter
Wed Feb 28, 2007 10:40 am
Forum: RMA for UNIX
Topic: RMA password in clear text
Replies: 4
Views: 20409

RMA password in clear text

Hi KS-Soft,

I see that the windows RMA hides its password in two lines of text which are somewhat cryptic, whereas the Linux RMA uses the password in clear text. This looks like a little security hole to me. Is it possible to have it in a similar form as in the Windows RMA?
by RicochetPeter
Mon Feb 26, 2007 11:01 am
Forum: RMA for UNIX
Topic: CPU Usage in Linux RMA
Replies: 12
Views: 74582

In both cases, mpstat -P ALL | tail -1 gets the correct line. Sorry, it will only get the value for the last CPU, as far as I understand the "tail" programme. If that's intended, like in a single CPU machine, it's OK, but surely not in a multi-CPU machine. Another thing is that "grep...
by RicochetPeter
Mon Feb 26, 2007 10:36 am
Forum: RMA for UNIX
Topic: CPU Usage in Linux RMA
Replies: 12
Views: 74582

Did that, same effect: running the script on the agent machine returns "1.56", f.e., but hostmon shows 9, or 10. Sorry, I cannot see any reason why it shows such difference. Probably, you have to recompile the agent on your system. Please send request to support@ks-soft.net and we will se...
by RicochetPeter
Mon Feb 26, 2007 8:31 am
Forum: RMA for UNIX
Topic: CPU Usage in Linux RMA
Replies: 12
Views: 74582

by the way, using

Code: Select all

Linux) mpstat -P ALL | grep all | awk '{print 100-$(NF-1)}';;
instead of

Code: Select all

Linux) mpstat -P ALL | tail -1 | awk '{print 100-$(NF-1)}';;
makes more sense, if you ask me...
by RicochetPeter
Mon Feb 26, 2007 8:28 am
Forum: RMA for UNIX
Topic: CPU Usage in Linux RMA
Replies: 12
Views: 74582

What exact linux do you use? Ubuntu 6.06 x86 here What output do you get using 'uname' utility? root@leia:/usr/local/hostmon# uname -a Linux leia 2.6.15-26-server #1 SMP Fri Sep 8 21:00:37 UTC 2006 i686 GNU/Linux Have you tried to refresh "SPU usage test"? Yes, I manually refreshed the te...
by RicochetPeter
Mon Feb 26, 2007 8:01 am
Forum: RMA for UNIX
Topic: CPU Usage in Linux RMA
Replies: 12
Views: 74582

Hi, sorry for *bumping* this rather old thread. I'm having an issue with checking CPU load on a linux machine. The check currently shows up in the HostMon console with a value of >14, whereas when I run the vmstat code in cpu.sh manually on the machine, it returns something like 2 or 3. The disk spa...