Are your sure you want to go down this path, simply to satisfy your sense of aesthetics?<br>You will effectively be running a subtly, but significantly, non-standard build, which could lead to tears in the future, either for yourself, or those that come after you.<br>
If you, in a year or two, forget this change, and do an upgrade to the latest version, ALL your temperature stuff will break.<br>Likewise, I predict a world of pain for your successor, should you ever leave this position, and they ask for help on the list, or try and upgrade.<br>
>From their perception, the Xymon upgrade will have broken the test, and Xymon will be seen as a peice of rubbish, and because the change that caused all the pain will be long forgotten, there will be no constructive help available on the list.<br>
<br>At the end of the day, this is the joy of open source. You have the code, and can modify it to your heart's content.<br>It is your installation, and your right to do with it as you please.<br>That being said, please think carefully before you do this.<br>
In the long run, it might not be such a good idea.<br><br>Regards<br>     Vernon<br><br><br><br><div class="gmail_quote">On Thu, Jul 22, 2010 at 12:17 AM, Ryan Novosielski <span dir="ltr"><<a href="mailto:novosirj@umdnj.edu">novosirj@umdnj.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div><div class="im">> Ryan Novosielski wrote:<br>
>> Never got an answer on this. I'm hoping someone might know the story.<br>
>><br>
>> On 06/15/2010 03:49 PM, Ryan Novosielski wrote:<br>
>><br>
>>> Hi all,<br>
>>><br>
>>> I've not used the name "temperature" for this test because it is<br>
>>> obnoxiously long, instead substituting "temp" for the test name. I've<br>
>>> since found that Xymon will automatically graph my temperature tests if<br>
>>> I use the name "temperature" instead of temp. But, I still have no<br>
>>> desire to do that. Would changing it to "temp" require me to edit the<br>
>>> source code and recompile, or is this in config files? I can't find<br>
>>> anything on the web that necessarily addresses this.<br>
>>><br>
>>> Thanks for the pointers!<br>
>><br>
>> On Jul 21, 2010 8:17, W.J.M. Nelis <<a href="mailto:Wim.Nelis@nlr.nl">Wim.Nelis@nlr.nl</a>> wrote:<br>
>><br>
</div><div class="im">>> Look at hobbitgraph.cfg: there is a section called temperature, but none<br>
>> called temp.<br>
><br>
</div><div class="im">> On 07/21/2010 08:28 AM, Ryan Novosielski wrote:<br>
><br>
> Yeah, that I changed to [temp]. I'm assuming what I should be looking<br>
> for are temp*.rrd files. If they are not there, is the client or the<br>
> server not generating them? Where might I look to see why that is not<br>
> happening?<br>
<br>
</div>OK, I got further with this. As it turns out, this IS hard coded in the<br>
source code. First place is xymon-4.2.3/hobbitd/do_rrd.c as extracted<br>
from the source:<br>
<br>
- ---<br>
# diff do_rrd.c.orig do_rrd.c<br>
389c389<br>
<       else if (strcmp(id, "temperature") == 0) res =<br>
do_temperature_rrd(hostname, testname, msg, tstamp);<br>
- ---<br>
>       else if (strcmp(id, "temp") == 0) res =<br>
do_temperature_rrd(hostname, testname, msg, tstamp);<br>
- ---<br>
<br>
...but there's also an included file, ./rrd/do_temperature.c:<br>
<br>
- ---<br>
# diff do_temperature.c.orig do_temperature.c<br>
16c16<br>
<<br>
"DS:temperature:GAUGE:600:1:U",<br>
- ---<br>
>                                             "DS:temp:GAUGE:600:1:U",<br>
84c84<br>
<                       savech = *(p+1); *(p+1) = '\0';<br>
setupfn("temperature.%s.rrd", bol); *(p+1) = savech;<br>
- ---<br>
>                       savech = *(p+1); *(p+1) = '\0';<br>
setupfn("temp.%s.rrd", bol); *(p+1) = savech;<br>
- ---<br>
<br>
...I don't have graphs yet, but I think it might be the averages taking<br>
awhile. I guess we'll see. I do have RRD files now; anyone have any idea<br>
what to do if there are ultimately no graphs even with RRD files?<br>
<div class="im"><br>
- --<br>
- ---- _  _ _  _ ___  _  _  _<br>
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer<br>
|$&| |__| |  | |__/ | \| _| |<a href="mailto:novosirj@umdnj.edu">novosirj@umdnj.edu</a> - 973/972.0922 (2-0922)<br>
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.10 (GNU/Linux)<br>
Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
</div>iEYEARECAAYFAkxHHacACgkQmb+gadEcsb638gCgqf12Rl5CX6qQItSJW4erIZQU<br>
tdUAoIO+t3ayjRzZewwzzcPd9HGuyZo+<br>
=BZSj<br>
-----END PGP SIGNATURE-----<br>
<br>
<br>To unsubscribe from the xymon list, send an e-mail to<br>
<a href="mailto:xymon-unsubscribe@xymon.com">xymon-unsubscribe@xymon.com</a><br>
<br></blockquote></div><br>