Hi,
I found a way to discover all Oracle alertlog files on a host. I configured them like : log[/oracle/instance/alert.log,ORA-] and I see all lines containing the ORA- messages from the alertlog popping up in the item's history, as I hoped for.
Now I want to create triggers for various situations, like one that fires when we get an ORA-00600 or ORA-07405 -> internal errors
{template zbx_alertlog:log[{#ALERTLOG},ORA-].str("ORA-(27093|17624)")}<>0
or
{template zbx_alertlog:log[{#ALERTLOG},ORA-].str("ORA-01008:*")}<>0
Idea is: trigger if messages match.
Is this supposed to work this way?
I don't get any alerts while I am sure I do get the messages.
Can you help me?
thanks,
I found a way to discover all Oracle alertlog files on a host. I configured them like : log[/oracle/instance/alert.log,ORA-] and I see all lines containing the ORA- messages from the alertlog popping up in the item's history, as I hoped for.
Now I want to create triggers for various situations, like one that fires when we get an ORA-00600 or ORA-07405 -> internal errors
{template zbx_alertlog:log[{#ALERTLOG},ORA-].str("ORA-(27093|17624)")}<>0
or
{template zbx_alertlog:log[{#ALERTLOG},ORA-].str("ORA-01008:*")}<>0
Idea is: trigger if messages match.
Is this supposed to work this way?
I don't get any alerts while I am sure I do get the messages.
Can you help me?
thanks,
Comment