I did echo this variable in one of my custom script on xymon client.
i.e. client/ext/myscript.sh
But I didn't get the value.
Is this the file you are talking about or any other alert script?
On Mon, Jun 3, 2013 at 5:13 AM, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>wrote:
On 31 May 2013 19:50, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
So, do you mean to say that these variables which I listed are only
available during alerts ?
Can I echo these variables in any of my custom script?
Yes.
eg. put "echo $BBALPHAMSG > some_file" in my custom script?
Only in an alert script.
J