Is there anyway to add a completely unique key into each monitor entry? For example we have:
[monitor:/opt/edesign/glassfish/nodeagents/webg_agent/webg-w3/logs]
[monitor:/opt/edesign/glassfish/nodeagents/webg_agent/webg-w4/logs]
The host for these is webg which is not specific enough and the source is something like "/opt/edesign/glassfish/nodeagents/webg_agent/webg-w4/logs.server.log" which is not good on graphs. I was hoping to do something like:
[monitor:/opt/edesign/glassfish/nodeagents/webg_agent/webg-w3/logs]
instance=webg-w3
[monitor:/opt/edesign/glassfish/nodeagents/webg_agent/webg-w4/logs]
instance=webg-w4.
and be able to use "instance" in the search....I was also hoping to keep source and host the way it is (they're useful in their own way).
Thanks for any pointers (or other ways to tackle this).