I have two NICs on my zabbix server. I wish to monitor hosts using both NICs (one is on a privileged subnet while the other NIC is a "external subnet.") The point of this is to ensure internal services stay internal.
My solution to this was to use nmap to select the interface and check ports, and then somehow wrap this with something compatible with Zabbix.
The "Items" would be an appropriate place to add this, but I do not know how to extend the base set of Items. How would I go about this?
My solution to this was to use nmap to select the interface and check ports, and then somehow wrap this with something compatible with Zabbix.
The "Items" would be an appropriate place to add this, but I do not know how to extend the base set of Items. How would I go about this?
Comment