Hello,
I'm using Zabbix v1.38. When I try to add the following trigger:
I get the following error message:
However, the following does work:
So it seems like the str() functions won't accept hypens ("-"). Is this a known bug?
Many thanks,
Matt
I'm using Zabbix v1.38. When I try to add the following trigger:
Code:
{DirectAdmin_t:vfs.file.perms[/etc/virtual/domainowners].str(-rw-r--r--)}=0
Code:
* Expression [{DirectAdmin_t:vfs.file.perms[/etc/virtual/domainowners].str(-rw-r--r--)}] does not match to [server:key.func(param)]
Code:
{DirectAdmin_t:vfs.file.perms[/etc/virtual/domainowners].str(drwxrwxrwx)}=0
Many thanks,
Matt
Comment