Ad Widget

Collapse

Monitor informatica workflows in zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mpasha06
    Junior Member
    • Jan 2014
    • 15

    #1

    Monitor informatica workflows in zabbix

    Hi,

    I have installed informatica in linux nodes, there are many workflows and sessions are running. Need to set monitoring into zabbix for workflows as below scenario.

    1. If workflow fails.
    2. If workflow running long.
    3. If workflow suspend.

    Please share your thoughts on this.
  • mpasha06
    Junior Member
    • Jan 2014
    • 15

    #2
    Monitor informatica workflows in zabbix

    Him

    I am having problem with the key, I think I can use the system.run key to get status of workflow by executing a workflow monitor command with it.

    Comment

    • mpasha06
      Junior Member
      • Jan 2014
      • 15

      #3
      Monitor informatica workflows in zabbix

      OK, I system.run wont work here, I have a pmcmd command in see the workflow status in backend nodes.

      I have found that User parameters oprion can be use for monitor informatica workflows, looks its working fine.

      UserParameter=custom.wfloadtrending,/path/bin/pmcmd getworkflowdetails -sv infwork_DIR -d Domain_node2 -u user -p password -f DIR wf_Load_Trending | grep '[Succeeded]' | awk {'print $4'}

      will post the status.

      Comment

      • Roberthc85
        Junior Member
        • Jun 2023
        • 1

        #4
        how can i set the UserParameter?

        UserParameter=custom.wfloadtrending,/path/bin/pmcmd getworkflowdetails -sv infwork_DIR -d Domain_node2 -u user -p password -f DIR wf_Load_Trending | grep '[Succeeded]' | awk {'print $4'}

        I need to monitor PWC 10.2 in Zabbix 6.0

        1. If workflow fails.
        2. If workflow running long.
        3. If workflow suspend.​

        Comment

        Working...