Ad Widget

Collapse

Windows logs parse to create Items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maco1717
    Junior Member
    • Apr 2019
    • 21

    #1

    Windows logs parse to create Items

    Hi,

    I am wondering if I was able or how would I be able to implement solutions for the following.

    My applications create a folder in the Windows Event log and then my application's services store the different event with the information of the server and well message or error and code.

    I am able to get logs in an item on the Zabbix server I would like to create service dependant items.

    This would mean, parse the logs received from the remote server in the Zabbix server and generate items for the different services using some sort of string matching, then populate those items with the corresponding logs of each service.

    As I mentioned the logs go into the same Event viewer folder and the only way to differentiate services is by the content of the event message.

    Once I have the events stored in their own items in Zabbix I would then create triggers based on error codes and such...

    Any ideas on if this is possible to implement in Zabbix or any word around or something like this?

    Thanks in advance.
    \M

  • AVP.Riga
    Member
    • Oct 2020
    • 59

    #2
    Hello,

    It is possible to create a dependent item from another dependent item
    (maximum of 3 levels supported)

    Comment

    • maco1717
      Junior Member
      • Apr 2019
      • 21

      #3
      Thanks for your reply,

      Could you elaborate a bit more in how I could implement the above using dependant items?

      Thanks again,
      \M

      Comment

      • AVP.Riga
        Member
        • Oct 2020
        • 59

        #4
        Maybe you should look forward a new feature named as Synthetic monitoring: https://www.zabbix.com/whats_new_5_2

        Comment

        Working...