I need to monitor a host that I do not have control over, thus I cannot install agent software. All Trigger objects must be associated with an Item object, and all Item objects must be associated with a Host object. But I cannot create a Host object without specifying a Zabbix Agent, or SNMP, or JMX, or IPMI.
If I specify one of these, then Zabbix will keep trying to connect to the (non-existent) agent software of any of these services, and all of the "connection refused" results triggered an alert with the assumption the failures are because I'm trying to hack into the box, and the box shut me out completely.
On the other hand, if I define a special item for some other host, which will monitor the machine that would've locked me out, the dashboard and the triggers will notify people "Machine A is at fault!" when it's really machine B that is unresponsive.
Zabbix advertises agentless monitoring, but it seems that Host objects always assume that there is some agent software (whether it be Zabbix, SNMP, JMX or IPMI), and I cannot create Item objects without a Host object to hang it on.
I wish to create Items (and Triggers) for a machine that I cannot install any agent software into. I believe what I need is a means of creating a Host object without specifying the Zabbix, SNMP, JMX nor IPMI, but the web-based interface will not allow me to do this.
If I specify one of these, then Zabbix will keep trying to connect to the (non-existent) agent software of any of these services, and all of the "connection refused" results triggered an alert with the assumption the failures are because I'm trying to hack into the box, and the box shut me out completely.
On the other hand, if I define a special item for some other host, which will monitor the machine that would've locked me out, the dashboard and the triggers will notify people "Machine A is at fault!" when it's really machine B that is unresponsive.
Zabbix advertises agentless monitoring, but it seems that Host objects always assume that there is some agent software (whether it be Zabbix, SNMP, JMX or IPMI), and I cannot create Item objects without a Host object to hang it on.
I wish to create Items (and Triggers) for a machine that I cannot install any agent software into. I believe what I need is a means of creating a Host object without specifying the Zabbix, SNMP, JMX nor IPMI, but the web-based interface will not allow me to do this.
Comment