<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Can we use macros in other config files besides hobbit-alerts.cfg? I'm
trying to use the following in hobbit-clients.cfg, and it's just not
working:<br>
<small><font face="Arial"><br>
$TOMCAT_1_1="prod-app-12|prod-app-15|prod-app-19"<br>
$TOMCAT_1_2="prod-app-32"<br>
$TOMCAT_1_3="prod-app-23|prod-app-27"<br>
$TOMCAT_2_1="prod-app-4|prod-app-7|prod-app-14|prod-app-29"<br>
<br>
HOST=%($TOMCAT_1_1)<br>
        PROC "tomcat_1_1" TRACK=tc_1_1<br>
<br>
HOST=%($TOMCAT_1_2)<br>
        PROC "tomcat_1_2"  TRACK=tc_1_2<br>
<br>
HOST=%($TOMCAT_1_3)<br>
        PROC "tomcat_1_3"  TRACK=tc_1_3<br>
<br>
HOST=%($TOMCAT_2_1)<br>
        PROC "tomcat_2_1"  TRACK=tc_2_1</font></small><br>
<br>
Note: I have many. many more hosts to define, which is why I would
prefer to use macros if possible.<br>
</body>
</html>