Hi all,
I'm using v1.6.1 and when I try to use something like this:
AFAIK this works for everything except web monitoring scenarios. For web monitoring, the resultant email contains this instead:
I can only assume that '$1' is supposed to be a variable containing the scenario name, but is either not escaped correctly or is double-quoted incorrectly or none of the above; I don't know.
uname -r:
gcc -v:
I'm using v1.6.1 and when I try to use something like this:
Code:
{ITEM.NAME}: {{HOSTNAME}:{TRIGGER.KEY}.last(0)}
Code:
Failed step of scenario '$1': 1
uname -r:
Code:
2.6.24-21-server
Code:
Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Comment