Hi,
We have an in-house application ("Scheduler") that polls a number of local folders looking for "trigger" files that will signify there is work available for that server to process. The last thing the scheduler does after polling is write a "marker" file to a defined location. If the marker file is older than X number of minutes the scheduler has stopped and needs to be investigated. All fine so far.
The problem I have is that the name of the marker file is [nodename].txt. It seems though that the only varible I can user when creating a template is ${IP}. Whilst I can get around this by having the dev team change the name of the marker file to [ip].txt (we have done this for one node, which seems to work fine) there are quite a few schdulers that need chaning, so I wont be particularly popular asking for them all to be done.
Is it possible for more varibles to be made available to this monitor?
Thanks
Stuart