From CHRIS.MORRIS@RWEnpower.com Wed Jun 24 08:14:05 2026 From: CHRIS.MORRIS@RWEnpower.com To: xymon@xymon.com Subject: Incorrect links in msgs page Date: Wed, 07 Jun 2006 12:30:55 +0100 Message-ID: <5D9CB2D13D0B004FA00E70149B166A916A9620@TRN2622> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4661931630649303543==" --===============4661931630649303543== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Running hobbit-4.2-beta, monitoring 2 log files - on the msgs page the first Full Log link is actually to the second file. Below is the html source :- No entries in /var/log/messages No entries in /var/log/mrtg.log Full log /var/log/messages Full log /var/log/mrtg.log Regards, Chris **************************************************************************** The information contained in this email is intended only for the use of the i= ntended recipient at the email address to which it has been addressed. If the= reader of this message is not an intended recipient, you are hereby notified= that you have received this document in error and that any review, dissemina= tion or copying of the message or associated attachments is strictly prohibit= ed. If you have received this email in error, please contact the sender by return= email or call 01793 877777 and ask for the sender and then delete it immedia= tely from your system.Please note that neither RWE npower nor the sender acce= pts any responsibility for viruses and it is your responsibility to scan atta= chments (if any). ***************************************************************************** --===============4661931630649303543==-- From henrik@hswn.dk Wed Jun 24 08:14:06 2026 From: henrik@hswn.dk To: xymon@xymon.com Subject: [hobbit] Incorrect links in msgs page Date: Thu, 08 Jun 2006 23:05:00 +0200 Message-ID: <20060608210500.GB22491@hswn.dk> In-Reply-To: <5D9CB2D13D0B004FA00E70149B166A916A9620@TRN2622> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8465002509046986525==" --===============8465002509046986525== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, Jun 07, 2006 at 12:30:55PM +0100, Morris, Chris (Shared Services) wro= te: >=20 > Running hobbit-4.2-beta, monitoring 2 log files - on the msgs page the first > Full Log link is actually to the second file. This should fix it. Regards, Henrik --===============8465002509046986525==-- From roland.graeub@rtc.ch Wed Jun 24 08:14:06 2026 From: roland.graeub@rtc.ch To: xymon@xymon.com Subject: Feature request for hobbitping / small client bugs Date: Fri, 09 Jun 2006 09:20:29 +0200 Message-ID: In-Reply-To: <20060608210500.GB22491@hswn.dk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1189704113675343428==" --===============1189704113675343428== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Henrik Is it possible to add a function to set the networkadress that hobbitping use= for network tests ? In our enviorment we use a service ip for hobbit and all firewall rules are m= ade for this adress, so its important that Hobbit use this adress to ping the= clients. For fping i found a patch that works for me (see fping-2.4b2_to+interface.pat= ch.txt)=20 FPING=3D"/usr/local/bin/fping -I 192.168.1.22" # Path and options for the = 'fping' program. Two small things for the hobbitclient: On Solaris Systems i get a error about top: /opt/hobbitclient/client/bin/hobbitclient-sunos.sh: top: not found when i set the full path for top in hobbitclient-sunos.sh it works fine echo "[top]" /usr/local/bin/top -b 20 With ./runclient.sh status i get the client (Solaris & Linux) dosent run, but= it runs fine: =20 [hobbit at altara client]$ ./runclient.sh status Hobbit client (clientlaunch) does not appear to be running [hobbit at altara client]$ ps -ef | grep hobbit hobbit 20015 1 0 Jun08 ? 00:00:00 /opt/hobbit/client/bin/hobbit= launch --config=3D/opt/hobbit/client/etc/clientlaunch.cfg --log=3D/opt/hobbit= /client/logs/clientlaunch.log --pidfile=3D/opt/hobbit/client/logs/clientlaunc= h.altara.rtc.ch.pid hobbit 29367 1 0 08:39 ? 00:00:00 sh -c vmstat 300 2 1>/opt/hob= bit/client/tmp/hobbit_vmstat.altara.rtc.ch.29351 2>&1; mv /opt/hobbit/client/= tmp/hobbit_vmstat.altara.rtc.ch.29351 /opt/hobbit/client/tmp/hobbit_vmstat.al= tara.rtc.ch hobbit 29369 29367 0 08:39 ? 00:00:00 vmstat 300 2 hobbit 29488 29435 0 08:41 pts/3 00:00:00 grep hobbit Regards, Roland --===============1189704113675343428==-- From henrik@hswn.dk Wed Jun 24 08:14:06 2026 From: henrik@hswn.dk To: xymon@xymon.com Subject: [hobbit] Feature request for hobbitping / small client bugs Date: Fri, 09 Jun 2006 11:00:56 +0200 Message-ID: <20060609090056.GA11365@hswn.dk> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1983276372913396625==" --===============1983276372913396625== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, Jun 09, 2006 at 09:20:29AM +0200, Gr=C3=A4ub Roland wrote: > Is it possible to add a function to set the networkadress that hobbitping=20 > use for network tests ? >=20 > In our enviorment we use a service ip for hobbit and all firewall rules=20 > are made for this adress, so its important that Hobbit use this adress=20 > to ping the clients. OK, there is a patch now for this in the beta-patches "Enhancements" section = at http://www.hswn.dk/hobbitsw/betapatches/ The option you'll want is "--source=3DIP". > On Solaris Systems i get a error about top: > /opt/hobbitclient/client/bin/hobbitclient-sunos.sh: top: not found > when i set the full path for top in hobbitclient-sunos.sh it works fine > echo "[top]" > /usr/local/bin/top -b 20 I've modified all the client-side scripts to use the $TOP variable which is set during the client installation. That should resolve this issue. Patch available in the beta-patches area. > With ./runclient.sh status i get the client (Solaris & Linux) dosent run, b= ut it runs fine: > =20 > [hobbit at altara client]$ ./runclient.sh status > Hobbit client (clientlaunch) does not appear to be running It was checking the wrong PID file. Patch available in the beta-patches area. Thanks, Henrik --===============1983276372913396625==--