ignaqui

Results 1 comments of ignaqui

My fix was: - add `sudo` in front of command in `UserParameter` values for `/etc/zabbix/zabbix_agentd.d/zabbix_agent_ceph_plugin.conf`: ~ `UserParameter=ceph.health,**sudo** /opt/ceph-status.sh health` ~ - add file `/etc/sudoers.d/zabbix` with the following content: `zabbix ALL=NOPASSWD:/opt/ceph-status.sh`