Ad Widget
Collapse
Call for discussion on ZABBIX 1.6
Collapse
X
-
-
you should be able to use keys like key[param_{HOST.HOST}_here], yes - at least that works with latest version of zabbixComment
-
perf_counter[\\{HOST.HOST}\MSMQ Queue({HOST.HOST}\private$\msmq.itemname.prd)\Mess ages in Queue]
Above is what I have changed the monitoring from but its now not working, suggesting the host.host part is incorrect
1) I cannot find {HOST.HOST} is the zabbix documentation. Are you able to supply a link?
2) I was expecting the key to be translated when looking in the servers config, is that an incorrect assumption?
3) The key does not error. but I guess that because its treating the content as text.
4) Is it possible to debug or trace the code to see what it is actually doing?
Thanks for your help so far.
(There is no space in Message, but for some reason there is on the post, have tried to remove)Comment
-
1. see https://www.zabbix.com/documentation...ed_by_location
2. in the configuration, macro/variable resolution is done in some places, but not in others. it's not very safe to rely on that
3. so what actually happens if there are no errors ? doesn't it go unsupported ?
what is the host name of that host ?
4. see the ability to change debuglevels either in the config file or on the fly (since 2.4), but beware - that can log a lot of information
it might be a good idea to start a new thread as well - or join irc
Comment

Comment