I noticed last night that some config files in the installed directories have lines like this:

     optional directory @XYMONHOME@/etc/graphs.d

while others have that label expanded out:

     optional directory /home/xymon/server/etc/tasks.d

The files are under xymon-4.4-alpha/xymond/etcfiles and the "cfgfiles" section in the Makefile in the directory above takes care of replacing the labels with the expanded paths.  If I manually fix that line in graphs.cfg, new graph definitions are picked up from the graphs.d subdirectory, so that one at least needs fixing.  Are all the config files supposed to be able to include optional subdirectories??  If so, that Makefile needs some attention.  I can get to it later and send out a patch, if it needs doing.

Ralph Mitchell