Hi, I am trying to make a trigger for IIS port.
I want it to be checked from the agent running on the same machine.
IIS is listening on ports (say), 7028 (http) and 8443 (https)
After applying App IIS template I get a trigger checking for port 80(disabled on machine) - but no matter what I try i can't make it check for other port(s)
original trigger is called: Template App IIS by Zabbix agent: IIS: Port {$IIS.PORT} is down
expression is: "net.tcp.service[{$IIS.SERVICE},,{$IIS.PORT}]"
I tried changing the defined value of $iis.port (by changing value of the macro), - no success
tried writing 7028 instead of $iis.port eg
"net.tcp.service[{$IIS.SERVICE},,7028]"
result:
Cannot add trigger
I simply want to check 2 other ports instead of 80. Surely its very simple
Thanks
I want it to be checked from the agent running on the same machine.
IIS is listening on ports (say), 7028 (http) and 8443 (https)
After applying App IIS template I get a trigger checking for port 80(disabled on machine) - but no matter what I try i can't make it check for other port(s)
original trigger is called: Template App IIS by Zabbix agent: IIS: Port {$IIS.PORT} is down
expression is: "net.tcp.service[{$IIS.SERVICE},,{$IIS.PORT}]"
I tried changing the defined value of $iis.port (by changing value of the macro), - no success
tried writing 7028 instead of $iis.port eg
"net.tcp.service[{$IIS.SERVICE},,7028]"
result:
Cannot add trigger
- Incorrect item key "net.tcp.service[{$IIS.SERVICE},,7028]" provided for trigger expression on "MyHost".
I simply want to check 2 other ports instead of 80. Surely its very simple

Thanks

Comment