Hi ,
Need help on configuring an existing Zabbix process. We currently have Zabbix (not sure of version) installed in one of our linux servers.
we use zabbix to monitor an application we have running on the server.
We are trying to find out the search key value to add to the below .xml script so that zabbix sends out email based on the threshold of the error token :
Example : If the following <Token value="error.semantic" /> occurs 10 times within the app send out the email if not do not trigger email.
Please HELP !!!!!
- <ProcessConfig ClassName="com.netbytel.tools.zabbix.CallLogZabbix FileScanProcess" name="BCD_ID_Intent">
<options key="InputFolderPath" value="/usr/local/tuvox/public/logs/tuvbcdt/BCD_ID_Intent" />
<options key="TempFolder" value="/usr/local/tuvox/zabbixfilescanprocess/temp" />
<options key="SendEmail" value="FALSE" />
<options key="DEBUG" value="TRUE" />
<options key="HostName" value="USGADTC8TUV02" />
<options key="APP_NAME" value="BCD_IDIntent" />
- <SearchKeyList>
- <SearchKey key="BCD_ID_Intent_Metric_1" displayName="Semantic error">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value="error.semantic" />
</SearchKey>
- <SearchKey key="BCD_ID_Intent_Metric_2" displayName="Error Event">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value=":ErrorEvent:" />
<Exclude value="error.semantic" excludeType="AFTER" />
<Exclude value="error.badfetch.badxmlpage" excludeType="AFTER" />
</SearchKey>
- <SearchKey key="BCD_ID_Intent_Metric_3" displayName="Error – Genesys error -Configurations not loaded">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value="ErrorEvent:error.badfetch.badxmlpage" />
</SearchKey>
- <SearchKey key="BCD_ID_Intent_Metric_4" displayName="Err 1000 – Unknown err from a class in code">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value="Set_CTReturnCode:1000" />
</SearchKey>
Need help on configuring an existing Zabbix process. We currently have Zabbix (not sure of version) installed in one of our linux servers.
we use zabbix to monitor an application we have running on the server.
We are trying to find out the search key value to add to the below .xml script so that zabbix sends out email based on the threshold of the error token :
Example : If the following <Token value="error.semantic" /> occurs 10 times within the app send out the email if not do not trigger email.
Please HELP !!!!!

- <ProcessConfig ClassName="com.netbytel.tools.zabbix.CallLogZabbix FileScanProcess" name="BCD_ID_Intent">
<options key="InputFolderPath" value="/usr/local/tuvox/public/logs/tuvbcdt/BCD_ID_Intent" />
<options key="TempFolder" value="/usr/local/tuvox/zabbixfilescanprocess/temp" />
<options key="SendEmail" value="FALSE" />
<options key="DEBUG" value="TRUE" />
<options key="HostName" value="USGADTC8TUV02" />
<options key="APP_NAME" value="BCD_IDIntent" />
- <SearchKeyList>
- <SearchKey key="BCD_ID_Intent_Metric_1" displayName="Semantic error">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value="error.semantic" />
</SearchKey>
- <SearchKey key="BCD_ID_Intent_Metric_2" displayName="Error Event">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value=":ErrorEvent:" />
<Exclude value="error.semantic" excludeType="AFTER" />
<Exclude value="error.badfetch.badxmlpage" excludeType="AFTER" />
</SearchKey>
- <SearchKey key="BCD_ID_Intent_Metric_3" displayName="Error – Genesys error -Configurations not loaded">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value="ErrorEvent:error.badfetch.badxmlpage" />
</SearchKey>
- <SearchKey key="BCD_ID_Intent_Metric_4" displayName="Err 1000 – Unknown err from a class in code">
<SearchResultHandler name="email" initFilename="handlerconf/BCD_ID_Intent_emailHandler.xml" />
<Token value="Set_CTReturnCode:1000" />
</SearchKey>