Jay wrote:Did you start the hub BEFORE bringing up XL?
yes, does my command look correct?
<message>
<name>new mail incomming</name>
<class>mail.incoming.new</class>
<address>*.*.*.*</address>
<body>
block=message
state=[date], you have [msg] new Mail(s) from [from]
text=subject : [subject]
</body>
<xlobby>goto:goto new mail</xlobby>
<device>address</device>
</message>
are there any downsides to making the xAP plugin triggers work for the instance name as well as vendor and device? i would like to have different triggers for different instances. thanks!
ptrinchi wrote:are there any downsides to making the xAP plugin triggers work for the instance name as well as vendor and device? i would like to have different triggers for different instances. thanks!
damage > No, you can’t do it. The only instance name you can have is the address of the sender xyz for you or the value of a field in the body of the message (not the field name but the value of this field like Failed or Success).
If you want to put an icon up for each server monitored you have to configure the Xap emitter to have one message per server with the server name as the address or a message with a body like
{
ping_name=abc
ping_status=Success
}