Hi all,
I want to verify if on the server they are some files does not correctly removed. I have made a script to do this check. It's work nice. But I need to use zabbix_sender with this script on the client and schedule it.
I have found may be another solution. It's to create a new item with the key system.run[lsof |grep u02]. But if I test this commande the result is empty.
If I run only system.run[lsof], I have a result but with some "permission denied" for all open file does not run with zaggix agent user.
Do you have a solution to resolve this permission problem ?
THX
Regards
Olivier
I want to verify if on the server they are some files does not correctly removed. I have made a script to do this check. It's work nice. But I need to use zabbix_sender with this script on the client and schedule it.
I have found may be another solution. It's to create a new item with the key system.run[lsof |grep u02]. But if I test this commande the result is empty.
If I run only system.run[lsof], I have a result but with some "permission denied" for all open file does not run with zaggix agent user.
Do you have a solution to resolve this permission problem ?
THX
Regards
Olivier
Comment