From: Buchan M. <bg...@st...> - 2007-12-19 06:25:30
|
I use fqdn's for all my hosts on hobbit (as we have a number of environments, and we duplicate the short host name for some servers in multiple environments), including the hobbit network test/devmon node. Due to the following code, I was never seeing the dm test for this node (which has some useful information when doing tuning of devmon): # Remove domain info, if any $nodename =~ s/\..*//; chomp $nodename; I don't think this is useful at all, if something besides the output of 'hostname' is required, the NODENAME should be set appropriately in devmon.cfg. Comments? Regards, Buchan |