<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Adam Goryachev a écrit :
<blockquote cite="mid:494B2652.7030605@websitemanagers.com.au"
 type="cite">
  <pre wrap="">-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

<a class="moz-txt-link-abbreviated" href="mailto:doctor@makelofine.org">doctor@makelofine.org</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi all,

I'm using Xymon 4.2.2 on both clients and server side.
All my OS are linux (almost all are kernel 2.6)

My case :
One of my client does not send [vmstat] section to the server. After
researching a lot, i found that executing manually hobbitclient-linux.sh is
working great. I've the hobbit_vmstat.HOSTNAME.$$ file created, but it's
not moved to hobbit_vmstat.HOSTNAME. So I modified hobbitclient-linux.sh in
order to get directly the hobbit_vmstat.HOSTNAME file, and it works when i
start hobbitclient-linux.sh manually. But when i start xymon client, the
hobbit_vmstat.HOSTNAME is not generated, and the message sent to my server
still doesn't include [vmstat] section

I'm sorry if my explanations/vocabulary sucks.

Any help would be very appreciated
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You should check what OS xymon thinks you are running on the host where
it works and one where it doesn't... You can override the OS in the
config files if needed. On debian that is in /etc/default/hobbit but
check the man pages for the details for other OS's.

Hope that helps!

Regards,
Adam

- --
Adam Goryachev
Website Managers
<a class="moz-txt-link-abbreviated" href="http://www.websitemanagers.com.au">www.websitemanagers.com.au</a>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - <a class="moz-txt-link-freetext" href="http://enigmail.mozdev.org">http://enigmail.mozdev.org</a>

iEYEARECAAYFAklLJlIACgkQGyoxogrTyiWbHACgvkdbKjZXRvNUt7ShP3JM71hv
nTMAnjfgCrR4s4I6sf3eW9FCwWfD6d/R
=2OB1
-----END PGP SIGNATURE-----

To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>


  </pre>
</blockquote>
Hi,<br>
<br>
Thank you for your answer. In order to check what OS is detected by
xymon, I looked where the variable BBOSSCRIPT is defined, I found this
in hobbitclient.sh :<br>
if test "$BBOSSCRIPT" = ""; then<br>
        BBOSSCRIPT="hobbitclient-`uname -s | tr '[A-Z]' '[a-z]'`.sh"<br>
fi<br>
<br>
I do manually : echo "hobbitclient-`uname -s | tr '[A-Z]' '[a-z]'`.sh"<br>
The output is : hobbitclient-linux.sh (that is the right file)<br>
The column "info"confirms that the OS is well detected as Linux.<br>
<br>
Regards,<br>
Damien<br>
</body>
</html>