Is there some way to link a template to a host if the Zabbix Agent finds a service on a windows machine? For instance if it finds a Windows service containing "MSSQLSERVER" then link the MSSQL template? Right now I'm just doing discovery checks on port 1433 but that's not too efficient. Perhaps this is more for the Zabbix Agent active? Any ideas?
Ad Widget
Collapse
Link template if service found by Zabbix Agent?
Collapse
X
-
Tags: None
-
maybe you could write some custom "discovery scripts" that will be run periodically ( can be userparameters ) and if they find the service they'll contact Zabbix via api and assign a template to that particular host, in addition for Zabbix agent 2 you can utilize Go and write some custom pluginIs there some way to link a template to a host if the Zabbix Agent finds a service on a windows machine? For instance if it finds a Windows service containing "MSSQLSERVER" then link the MSSQL template? Right now I'm just doing discovery checks on port 1433 but that's not too efficient. Perhaps this is more for the Zabbix Agent active? Any ideas? -
Comment
Comment