Zabbix - 2.2 LTS
REHL 5 - Mysql DB back end
Running 1 server with 2 proxies
I've been testing Zabbix and an alternative monitoring system for the past few weeks as part of a POC and have had some great successes. However I have a unique issue in determining if a host is available or not. We have some embedded systems in a isolated part of our network. As such, we are unable to install the zabbix agent, and SNMP is not possible either. And to top it off... ICMP is blocked at the FW due to a security policy.
I have created items do simple checks - doing tcp probes on the host's open ports (mainly https) This is working successfully. I understand I can create triggers etc based on that. However, the host availability icons remain greyed out under the host list page.
(At this stage, we are only concerned with host availability.)
It would be nice to confirm the host availability within Zabbix via things like simple check, so things like the availability reporting will be complete.
I've tried things like changing the 'Show Value' in the item configured to 'Agent Ping Status' (as both successful probes return 1). But this clearly doesn't update the actual agent status - but rather just tags that data.
Is there a way to update host availability without using snmp, ICMP or agent ping etc - more so, with a TCP simple check or calculated item or something?
Even if it was a hack job - using zabbix_send cli tool or something.
Any ideas?
Cheers,
BigM
REHL 5 - Mysql DB back end
Running 1 server with 2 proxies
I've been testing Zabbix and an alternative monitoring system for the past few weeks as part of a POC and have had some great successes. However I have a unique issue in determining if a host is available or not. We have some embedded systems in a isolated part of our network. As such, we are unable to install the zabbix agent, and SNMP is not possible either. And to top it off... ICMP is blocked at the FW due to a security policy.
I have created items do simple checks - doing tcp probes on the host's open ports (mainly https) This is working successfully. I understand I can create triggers etc based on that. However, the host availability icons remain greyed out under the host list page.
(At this stage, we are only concerned with host availability.)
It would be nice to confirm the host availability within Zabbix via things like simple check, so things like the availability reporting will be complete.
I've tried things like changing the 'Show Value' in the item configured to 'Agent Ping Status' (as both successful probes return 1). But this clearly doesn't update the actual agent status - but rather just tags that data.
Is there a way to update host availability without using snmp, ICMP or agent ping etc - more so, with a TCP simple check or calculated item or something?
Even if it was a hack job - using zabbix_send cli tool or something.
Any ideas?
Cheers,
BigM
Comment