Zammad integration

Hi There,

I’m trying to plug Check MK into Zammad.
The goal is to create ticket on Zammad when an incident comes on one of my server monitored by check mk.
I followed the official documentation to do this. They recommend to create an API on checkmk server, then to create notifications rules with those API . That’s what I have done.

But, and that’s the problem, once everything done, no tickets are opened on Zammad.
I am looking for logs on my CheckMK server but I dont know where that kind of events should be logged.
I seems that there is traffic between both servers

15:46:40.610523 IP srvnagios.shima.lan.39748 > zammad.shima.lan.http: Flags [P.], seq 1:239, ack 1, win 502, options [nop,nop,TS val 710766122 ecr 705515024], length 238: HTTP: POST /api/v1/integration/check_mk/acf8f35bfeb9f58b65cea98519f6c12e HTTP/1.1
15:46:40.610606 IP srvnagios.shima.lan.39748 > zammad.shima.lan.http: Flags [P.], seq 239:727, ack 1, win 502, options [nop,nop,TS val 710766122 ecr 705515024], length 488: HTTP
15:46:40.610712 IP zammad.shima.lan.http > srvnagios.shima.lan.39748: Flags [.], ack 239, win 508, options [nop,nop,TS val 705515024 ecr 710766122], length 0
15:46:40.610922 IP zammad.shima.lan.http > srvnagios.shima.lan.39748: Flags [.], ack 727, win 505, options [nop,nop,TS val 705515024 ecr 710766122], length 0
15:46:40.821579 IP zammad.shima.lan.http > srvnagios.shima.lan.39748: Flags [P.], seq 1:1153, ack 727, win 505, options [nop,nop,TS val 705515235 ecr 710766122], length 1152: HTTP: HTTP/1.1 200 OK
15:46:40.821617 IP srvnagios.shima.lan.39748 > zammad.shima.lan.http: Flags [.], ack 1153, win 501, options [nop,nop,TS val 710766333 ecr 705515235], length 0
15:46:40.822790 IP srvnagios.shima.lan.39748 > zammad.shima.lan.http: Flags [F.], seq 727, ack 1153, win 501, options [nop,nop,TS val 710766335 ecr 705515235], length 0
15:46:40.823232 IP zammad.shima.lan.http > srvnagios.shima.lan.39748: Flags [F.], seq 1153, ack 728, win 505, options [nop,nop,TS val 705515236 ecr 710766335], length 0
15:46:40.823255 IP srvnagios.shima.lan.39748 > zammad.shima.lan.http: Flags [.], ack 1154, win 501, options [nop,nop,TS val 710766335 ecr 705515236], length 0
15:46:40.836615 IP srvnagios.shima.lan.39750 > zammad.shima.lan.http: Flags [S], seq 1725382488, win 64240, options [mss 1460,sackOK,TS val 710766348 ecr 0,nop,wscale 7], length 0
15:46:40.836940 IP zammad.shima.lan.http > srvnagios.shima.lan.39750: Flags [S.], seq 3575659871, ack 1725382489, win 65160, options [mss 1460,sackOK,TS val 705515250 ecr 710766348,nop,wscale 7], length 0
15:46:40.836955 IP srvnagios.shima.lan.39750 > zammad.shima.lan.http: Flags [.], ack 1, win 502, options [nop,nop,TS val 710766349 ecr 705515250], length 0
15:46:40.837055 IP srvnagios.shima.lan.39750 > zammad.shima.lan.http: Flags [P.], seq 1:239, ack 1, win 502, options [nop,nop,TS val 710766349 ecr 705515250], length 238: HTTP: POST /api/v1/integration/check_mk/acf8f35bfeb9f58b65cea98519f6c12e HTTP/1.1

I’ve never been comfortable with the notifications mechanism and even less with the APIs.
So I guess I made something wrong in my notification setup.
But I don’t see where.
Has anyone tried this integration between Zammad and CheckMK and could help me?

Thanks

Vincent

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.