i didn't found any solution to create a item for all running services from ubuntu/centos servers/systems via zabbix agent, somehow i was able to do it after changing the agent config file under user defined.
UserParameter+systemd.service.status[*],systemctl is-active $1
But we have many servers, and it is very difficult to make the entry on each system zabbix agent conf file, is there any solution which can be used to achieve this?
FYI - we are using zabbix server version 7.0.11
UserParameter+systemd.service.status[*],systemctl is-active $1
But we have many servers, and it is very difficult to make the entry on each system zabbix agent conf file, is there any solution which can be used to achieve this?
FYI - we are using zabbix server version 7.0.11
Comment