<div dir="ltr">The code that creates the RRD files is:<div><br></div><div>    setupfn2("%s.%s.rrd", "ifstat", ifname);<br></div><div><br></div><div>So the format is "ifstat.<ifname>.rrd".</div><div><br></div><div>The weird numbers and names are what Xymon thinks are interface names (ifname). Xymon gets the interface names from the [ifstat] section of the client message. I suspect the parsing code for the OS you are using is not compatible with the format that is in the [ifstat] section. If you can provide the [ifstat] section of client message, and the OS or class specification (typically found at the top of the client message), I might be able to be more specific.</div><div><br></div><div>If you've changed a host from Solaris to Linux, but still have the OS defined as Solaris (or CLASS set in hosts.cfg), the wrong match expression will be applied (for a different OS), and you may get this effect.</div><div><br></div><div>Until you find a fix, a work-around might be to specify INTERFACES:eth\d+ (or whatever regular expression matches your interface names) in hosts.cfg.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 29 March 2018 at 05:54, Galen Johnson <span dir="ltr"><<a href="mailto:Galen.Johnson@sas.com" target="_blank">Galen.Johnson@sas.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm betting that you are correct that these are your interface names on that server.  Running 'ifconfig -a' might help better identify what you're seeing,  If they are virtual devices, they may be coming and going in such a way that Xymon sees them, and adds them but they are named something else the next run since I would expect the timestamps to be the same if they were all active.<br>
<br>
=G=<br>
<br>
______________________________<wbr>__________<br>
From: Xymon <<a href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.com</a>> on behalf of Mills,David (HHSC Contractor) <<a href="mailto:David.Mills@hhsc.state.tx.us">David.Mills@hhsc.state.tx.us</a>><br>
Sent: Wednesday, March 28, 2018 1:28 PM<br>
To: Shawn Heisey; <a href="mailto:xymon@xymon.com">xymon@xymon.com</a><br>
<span class="">Subject: Re: [Xymon] RRD files are too big<br>
<br>
</span>EXTERNAL<br>
<div class="HOEnZb"><div class="h5"><br>
Thx, Shawn...<br>
<br>
I agree that the naming suggests some unique connection info like an IP, but I don’t see any of our IPs embedded into those names. The snippet I offered earlier was from a Windows box. The following is an example from one of our Solaris 11 hosts. Note that the RRD files with "net<digit>" correspond to iface names  net0, ... In the example that follows, the "vnetldc" probably refers to a virtual network interface tag since this host is part of a Solaris LDOM. The trailing hex digits probably have the same identifying function as the four dotted numbers in my original example, though I still don't know what they mean:<br>
<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:12 ifstat.net0.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:12 ifstat.net1.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:12 ifstat.net2.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:12 ifstat.net3.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:16 ifstat.net4.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:47 ifstat.phys.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:02 ifstat.vnetldc0x10.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:52 ifstat.vnetldc0x11.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 12:02 ifstat.vnetldc0x12.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:42 ifstat.vnetldc0x13.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:12 ifstat.vnetldc0x14.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:12 ifstat.vnetldc0x15.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:02 ifstat.vnetldc0x2.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 12:02 ifstat.vnetldc0x39.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 12:17 ifstat.vnetldc0x3a.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 12:07 ifstat.vnetldc0x3b.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:32 ifstat.vnetldc0x3c.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:32 ifstat.vnetldc0x3d.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 10:12 ifstat.vnetldc0x3e.rrd<br>
-rw-r--r--    1 xymon xymon 423K Mar 28 11:52 ifstat.vnetldc0x3f.rrd<br>
<br>
<br>
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*<wbr>~*~*~*~<br>
David Mills<br>
Systems Administrator<br>
Northrop Grumman<br>
(512) 595-1238 (mobile)<br>
<br>
-----Original Message-----<br>
From: Xymon [mailto:<a href="mailto:xymon-bounces@xymon.com">xymon-bounces@xymon.<wbr>com</a>] On Behalf Of Shawn Heisey<br>
Sent: Wednesday, March 28, 2018 11:03 AM<br>
To: <a href="mailto:xymon@xymon.com">xymon@xymon.com</a><br>
Subject: Re: [Xymon] RRD files are too big<br>
<br>
On 3/28/2018 9:12 AM, Mills,David (HHSC Contractor) wrote:<br>
><br>
> On a related note, I see lots (sometimes dozens, depending on the<br>
> client) of RRD files with names “ifstat.#.#.#.#.rrd”, where the ‘#’<br>
> are numbers, like this sampling:<br>
><br>
> -rw-r-----    1 xymon xymon 423K Mar  6 20:07 ifstat.47.147.0.12.rrd<br>
><br>
> -rw-r-----    1 xymon xymon 423K Mar  6 20:12 ifstat.108.0.121.0.rrd<br>
><br>
> -rw-r-----    1 xymon xymon 423K Mar  7 02:53 ifstat.73.68.58.9.rrd<br>
><br>
> -rw-r-----    1 xymon xymon 423K Mar  7 09:23 ifstat.0.1.0.128.rrd<br>
><br>
> -rw-r-----    1 xymon xymon 423K Mar  7 09:23 ifstat.0.116.111.32.rrd<br>
><br>
> -rw-r-----    1 xymon xymon 423K Mar  7 09:23<br>
> ifstat.101.115.115.32.rrd<br>
><br>
<br>
Looks like the filenames are generated from information sent by the xymon client running on the host.  I see files with interface names on my Xymon server. These are from a client running on a SPARC Solaris system:<br>
<br>
rrd/sahara/ifstat.bge1.rrd<br>
rrd/sahara/ifstat.bge3.rrd<br>
rrd/sahara/ifstat.bge2.rrd<br>
rrd/sahara/ifstat.bge0.rrd<br>
<br>
I'm running 4.3.23, RPM package built from source.  These ifstat files are 38K in size.<br>
<br>
I would have guessed that the numbers were IP addresses, but you've got two of them in that list starting with zero, and one ending with zero, so if those are IP addresses, there may be an invalid address configured somewhere.  And if they're not IP addresses, then I have no idea what they are, and you may need to look into the client running on the host.<br>
<br>
Thanks,<br>
Shawn<br>
<br>
______________________________<wbr>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/<wbr>mailman/listinfo/xymon</a><br>
______________________________<wbr>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/<wbr>mailman/listinfo/xymon</a><br>
______________________________<wbr>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/<wbr>mailman/listinfo/xymon</a><br>
</div></div></blockquote></div><br></div>