<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Rolf,<br>
      <br>
      <br>
      I hit this problem a while back on Fedora 16 and I found a trick
      to get it working: to pipe a cat command to the output of the
      ifconfig.<br>
      <br>
      Here's a patch I proposed:<br>
      <br>
      --- xymonclient-linux.sh.orig    2012-01-06 11:30:09.000000000
      +0100<br>
      +++ xymonclient-linux.sh    2012-01-06 11:30:35.000000000 +0100<br>
      @@ -55,7 +55,7 @@<br>
        echo "[free]"<br>
        free<br>
        echo "[ifconfig]"<br>
      -/sbin/ifconfig<br>
      +/sbin/ifconfig | cat<br>
        echo "[route]"<br>
        netstat -rn<br>
        echo "[netstat]"<br>
      @@ -64,7 +64,7 @@<br>
        # Bug in RedHat's netstat spews annoying error messages.<br>
        netstat -ant 2>/dev/null<br>
        echo "[ifstat]"<br>
      -/sbin/ifconfig<br>
      +/sbin/ifconfig | cat<br>
        # Report mdstat data if it exists<br>
        if test -r /proc/mdstat; then echo "[mdstat]"; cat /proc/mdstat;
      fi<br>
        echo "[ps]"<br>
      <br>
      <br>
      Corresponding thread in xymon developer mailing list:<br>
      <a class="moz-txt-link-freetext" href="http://sourceforge.net/p/xymon/mailman/message/28638172/">http://sourceforge.net/p/xymon/mailman/message/28638172/</a><br>
      <br>
      <br>
      Could you please try it and let us know wether it helps in your
      case ?<br>
      <br>
      <br>
      Francois.<br>
      <br>
      <br>
      Le 11/03/2015 18:42, Rolf Brusletto a écrit :<br>
    </div>
    <blockquote
cite="mid:CAP7WRv-+_Qh+SRWBew-qw3i7CTw4Xxb-1D=UuseZWC6C5D0p=g@mail.gmail.com"
      type="cite">
      <div dir="ltr">I googled, and couldn't find anything regarding
        this, but I'm not seeing any interface graphs for hosts with
        CentOS7 / RedHat 7, and I'm trying to understand why. RPMs
        freshly built from 4.3.18 for CentOS7, the client is running
        4.3.18, and the server is 4.3.9. Is there some sort of
        incompatability here with the output from ifconfig or ifstat? <br
          clear="all">
        <div>
          <div class="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div><span style="color:rgb(136,136,136)"><br>
                    </span></div>
                  <span style="color:rgb(136,136,136)">Best regards,</span>
                  <div><br style="color:rgb(136,136,136)">
                    <span style="color:rgb(136,136,136)">Rolf Brusletto</span><br
                      style="color:rgb(136,136,136)">
                    <span style="color:rgb(136,136,136)">Senior Network
                      And Systems Admin</span><br
                      style="color:rgb(136,136,136)">
                    <span style="color:rgb(136,136,136)">Global
                      Liquidity Partners, LLC</span><br
                      style="color:rgb(136,136,136)">
                    <a moz-do-not-send="true"
                      href="mailto:rolf@glptrading.com"
                      style="color:rgb(17,85,204)" target="_blank">rolf@glptrading.com</a></div>
                  <div><font color="#999999">720-763-8163 office</font><br>
                    <span style="color:rgb(136,136,136)">303-638-8013
                      mobile</span><br>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <p><span style="font-size:9pt"><em></em></span> </p>
      <p><span style="font-size:9pt"><em><strong>Confidentiality Notice:</strong> 
            This email, including attachments, may include non-public,
            proprietary, confidential or legally privileged
            information.  If you are not an intended recipient or an
            authorized agent of an intended recipient, you are hereby
            notified that any dissemination, distribution or copying of
            the information contained in or transmitted with this e-mail
            is unauthorized and strictly prohibited.  If you have
            received this email in error, please notify the sender by
            replying to this message and permanently delete this e-mail,
            its attachments, and any copies of it immediately.  You
            should not retain, copy or use this e-mail or any attachment
            for any purpose, nor disclose all or any part of the
            contents to any other person.</em></span></p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Xymon mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xymon@xymon.com">Xymon@xymon.com</a>
<a class="moz-txt-link-freetext" href="http://lists.xymon.com/mailman/listinfo/xymon">http://lists.xymon.com/mailman/listinfo/xymon</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>