Hi!
You can add additional parameters to agent using ExternalParameter config file option. For example, you can add to nxagentd.conf on some node
After that, agent will provide additional parameter named WebVersion. You can get value of this parameter by creating new DCI on this node, and create thresholds to detect value changes.
Best regards,
Victor
You can add additional parameters to agent using ExternalParameter config file option. For example, you can add to nxagentd.conf on some node
Code Select
ExternalParameter = WebVersion:wget -qO- https://www.netxms.org/download | perl -e 'while(<>) { chomp $$_; if ($$_ =~ /stable version is ([0-9\.]+)\,/) { print "$$1\n"; } }'
After that, agent will provide additional parameter named WebVersion. You can get value of this parameter by creating new DCI on this node, and create thresholds to detect value changes.
Best regards,
Victor
Буду делать в 1.1.x ветке.