<div dir="ltr"><div class="gmail_default" style="font-family:monospace">Hey,</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  Sorry, I was a bit frustrated and probably not being very clear.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  Yes, I am trying to follow the instructions located at : <a href="https://xymon.sourceforge.io/xymon/help/howtograph.html" target="_blank" style="font-family:Arial,Helvetica,sans-serif">https://xymon.sourceforge.io/xymon/help/howtograph.html</a> </div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  I've got the data being sent to the xymon server and it is generating rrd file entries.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  What I'm not seeing is the column named cfbytes on the "Main View" xymon web page.  Not sure how to figure out why this is not showing up.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  I have confirmed that your rrdtool graph command is working for the rrd file in question.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">Thanks,<br>Matt</div><div class="gmail_default" style="font-family:monospace"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 17, 2022 at 7:37 PM Jeremy Laidman <<a href="mailto:jeremy@laidman.org">jeremy@laidman.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Matthew<div><br></div><div>I'm a bit confused: you say you don't get anything on the status page, then you say you don't see the column. Perhaps I'm misunderstanding your terminology, but I would have thought you'd need a "cfbytes" column to be able to click on the coloured dot that takes you to the "cfbytes" status page? The fact that you have an NCV_cfbytes definition suggests that you *are* creating a status message, and thus I would expect you to see a status page for cfbytes, with the contents of the status message. But you're saying there's nothing on the status page for the "cfbytes" column, and also that there's no "cfbytes" column.</div><div><br></div><div>Are you following the instructions in the custom graphs howto?</div><div><br></div><div><a href="https://xymon.sourceforge.io/xymon/help/howtograph.html" target="_blank">https://xymon.sourceforge.io/xymon/help/howtograph.html</a></div><div><br></div><div>If you are indeed getting a column and a status page, just with no graph on it, then either the TEST2RRD value is not doing its job making svcstatus.cgi not try to display the graph, or the graph image is broken. I have to admit, I don't recall seeing the use of "+=" in xymonserver.cfg before, and I can't find it in any of the man pages, but the code definitely seems to support it, so I think that's fine.</div><div><br></div><div>What you might want to do is to see if the graph works at all. Go to another page with a graph for the same host, such as CPU, and click on the graph, then modify the URL and change the "service=la" (or whatever) into "service=cfbytes" and see if the graphs show. If you see graphs, then there's something weird with svcstatus.cgi.</div><div><br></div><div>On the other hand, if you have a bunch of broken graphs, then rrdgraph is complaining about something. Typically you don't see rrdgraph problems in any logs, but you can view error logs by running rrdgraph from a shell, something like this:</div><div><br></div><div>  $ cd /var/lib/xymon/rrd/<hostname>/</div><div>  $ rrdtool graph /dev/null --title "Cloudflare traffic" --vertical-label "Bytes" "DEF:cfbytes=cfbytes.rrd:cfbytes:AVERAGE" "AREA:cfbytes#00CCCC:time" "COMMENT:\n" "GPRINT:cfbytes:LAST: \: %5.1lf (cur)" "GPRINT:cfbytes:MAX: \: %5.1lf (max)" "GPRINT:cfbytes:MAX: \: %5.1lf (max)" "GPRINT:cfbytes:AVERAGE: \: %5.1lf (avg)\n"</div><div><br></div><div>If rrdtool parses your graph definition on the command-line, it will return an image size, such as "497x193". If it finds problems in what it sees, it'll return an error message, hopefully indicating what it didn't like.</div><div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 17 Jul 2022 at 00:35, Matthew Goebel <<a href="mailto:mgoebel@emich.edu" target="_blank">mgoebel@emich.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:monospace"><br clear="all"></div><div class="gmail_default" style="font-family:monospace">Hello,</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  Running Xymon 4.3.29 on Redhat ES 8.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  I've got custom data creating rrd files, so that part is working.  Now when I try to set up the graph I don't get anything on the status page.</div><div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">  rrd file <span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo;font-size:11px">cfbytes.rrd : variable cfbytes</span></div><div class="gmail_default" style="font-family:monospace"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo;font-size:11px"><br></span></div><div class="gmail_default" style="font-family:monospace"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo;font-size:11px">in xymonserver.cfg</span></div><div class="gmail_default" style="font-family:monospace"><span style="font-variant-ligatures:no-common-ligatures;color:rgb(0,0,0);font-family:Menlo;font-size:11px"><br></span></div><div class="gmail_default" style="font-family:monospace">





<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">TEST2RRD+=",cfconns=ncv,cfbytes=ncv,cfcached=ncv,cfgoodreqs=ncv,cfthreats=ncv"</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">





</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">GRAPHS+=",cfconns,cfbytes"</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">





</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">NCV_cfbytes="cfbytes:GAUGE"</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">and in graphs.cfg</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">[cfbytes]</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>TITLE Cloudflare traffic</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>YAXIS Bytes</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>DEF:cfbytes=cfbytes.rrd:cfbytes:AVERAGE</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>AREA:cfbytes#00CCCC:time</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>COMMENT:\n</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>GPRINT:cfbytes:LAST: \: %5.1lf (cur)</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>GPRINT:cfbytes:MAX: \: %5.1lf (max)</span></p><p style="margin:0px;font:11px Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>GPRINT:cfbytes:MIN: \: %5.1lf (min)</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">














</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span>      </span>GPRINT:cfbytes:AVERAGE: \: %5.1lf (avg)\n</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">I restarted xymon server to pick up the changes, but am not seeing the new column created. Hoping it is something simple I missed.</span></p></div>





<div class="gmail_default" style="font-family:monospace"><br></div><div class="gmail_default" style="font-family:monospace">Thanks,<br>Matt</div><div class="gmail_default" style="font-family:monospace"><br></div><div><br></div>-- <br><div dir="ltr"><div dir="ltr">Matthew Goebel : <a href="mailto:goebel@emunix.emich.edu" target="_blank">m</a><a href="mailto:goebel@emich.edu" target="_blank">goebel@emich.edu</a> : Unix Jockey @ EMU : Hail Eris<br>Neo-Student, Net Lurker, Donut consumer, and procrastinating medher...<br> "Always with the negative waves, Moriarty" - Oddball<br> "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer<div><div><br style="color:rgb(34,34,34)"></div><br></div></div></div></div>
_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Matthew Goebel : <a href="mailto:goebel@emunix.emich.edu" target="_blank">m</a><a href="mailto:goebel@emich.edu" target="_blank">goebel@emich.edu</a> : Unix Jockey @ EMU : Hail Eris<br>Neo-Student, Net Lurker, Donut consumer, and procrastinating medher...<br> "Always with the negative waves, Moriarty" - Oddball<br> "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer<div><div><br style="color:rgb(34,34,34)"></div><br></div></div></div>