Xymon Mailing List Archive search

hpux client optimization

list Anatoli Bogajewski
Wed, 03 Aug 2005 15:03:50 +0200
Message-Id: <user-dfe83acaf3dd@xymon.invalid>

Hi Henrik,
Hi Folks,

thanks for your help prior, at the moment the server seems to be stable on 
hpux. 

Here are some smaller OS related problems with client  i noticed.

Withing [source]/client/Makefile
     3  ifeq ($(OSTYPE),hpux)
     4          EXTRATOOLS=hpux-meminfo
..should be hp-ux i guess. At the moment it remains uncompiled.

Within "hobbitclient-hp-ux.sh" you redirect output of TOP command, but 
this not works. The output looks like
[?25h78System: myserverWed Aug  3 14:18:54 2005

Something like this works for me:
echo "[top]"
top -d 1 -f $BBHOME/tmp/top.OUT
cat $BBHOME/tmp/top.OUT
rm $BBHOME/tmp/top.OUT

Hope it helps.

Greetings,

Anatoli Bogajewski