I am trying to create custom triggers for Application.MySQL and keep getting the following error:
Expression [{HOSTNAME}:mysql.threads[*].last(0)}] does not match to [server:key.func(param)]
My key on the client is:
UserParameter=mysql.threads[*],/usr/local/mysql/bin/mysqladmin -uXXXX -pXXXX status|cut -f3 -d":"|cut -f1 -d"Q"
I am gathering data for this key without a problem, but cannot add a trigger no matter what I try. Any ideas?
agent.version [s|1.1beta8]
Expression [{HOSTNAME}:mysql.threads[*].last(0)}] does not match to [server:key.func(param)]
My key on the client is:
UserParameter=mysql.threads[*],/usr/local/mysql/bin/mysqladmin -uXXXX -pXXXX status|cut -f3 -d":"|cut -f1 -d"Q"
I am gathering data for this key without a problem, but cannot add a trigger no matter what I try. Any ideas?
agent.version [s|1.1beta8]