Hi,
We developed a tool in .Net to discover all the sites, ports, and main URL's on an IIS server, this tool is intended to be run as part of an LLD to create items and triggers automatically for our IIS servers. It all works perfect for most of our IIS servers, we have a discovery rule that uses the Zabbix agent to run this tool (system.run[C:\zabbix_agent\extra\websiteDiscovery.exe]) and the tool returns a JSON object and the items are being created but we have only one server that we see that no items are being created for it. I tried to capture the traffic using tcpdump and it looks just ok to me... How can we begin to troubleshoot this issue?
We developed a tool in .Net to discover all the sites, ports, and main URL's on an IIS server, this tool is intended to be run as part of an LLD to create items and triggers automatically for our IIS servers. It all works perfect for most of our IIS servers, we have a discovery rule that uses the Zabbix agent to run this tool (system.run[C:\zabbix_agent\extra\websiteDiscovery.exe]) and the tool returns a JSON object and the items are being created but we have only one server that we see that no items are being created for it. I tried to capture the traffic using tcpdump and it looks just ok to me... How can we begin to troubleshoot this issue?
Comment