Hello,
I have been trying to check if a specific String exists in a File using the vfs.file.regmatch function with zabbix_get .
This is how the key of ITEM looks:
vfs.file.regmatch[/u01/app/oracle/admin/MVXPR1/bdump/alert_MVXPR1.log,ORA-]
I don't no why, but it return 0. My file have this strings :
"ORA-1653: unable to extend table"
I have a 1.4.4 zabbix agent on solaris 9.
An other trouble on the same client with vfs.file.regmatch[/tmp/freespace.lst,alerte] item :
ZABBIX agent (active) but status are Not supported
When I have been trying with zabbix_get, it's return 1.
Thanks for your help
Cyrille
I have been trying to check if a specific String exists in a File using the vfs.file.regmatch function with zabbix_get .
This is how the key of ITEM looks:
vfs.file.regmatch[/u01/app/oracle/admin/MVXPR1/bdump/alert_MVXPR1.log,ORA-]
I don't no why, but it return 0. My file have this strings :
"ORA-1653: unable to extend table"
I have a 1.4.4 zabbix agent on solaris 9.
An other trouble on the same client with vfs.file.regmatch[/tmp/freespace.lst,alerte] item :
ZABBIX agent (active) but status are Not supported
When I have been trying with zabbix_get, it's return 1.
Thanks for your help
Cyrille
Comment