[Solved] Disable auto responses to Nagios notifications

Moderator: crythias

Locked
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

[Solved] Disable auto responses to Nagios notifications

Post by robcar »

Hello,
I have implemented OTRS and SystemMonitoring package and everything seems fine.
I would like to avoid having OTRS auto-responding to Nagios notifications.
How can I prevent only those auto-responses to Nagios from being sent? 'Normal' humans opening tickets should continue to receive them instead.
Thank you
--
rob
Last edited by robcar on 22 Mar 2016, 15:39, edited 1 time in total.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Disable auto responses to Nagios notifications

Post by RStraub »

Go to Admin-Postmasterfilter and create a new item:

Filter on the address "From -> .*@YourNagiosAdress.com"

Set header:
"X-OTRS-Loop -> 1"
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

Re: Disable auto responses to Nagios notifications

Post by robcar »

Thanks!
Seems just what I was looking for. I've already implemented the mail filter. Now I'm going to wait for the next Nagios notification and see if the filter works as expected.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
robcar
Znuny newbie
Posts: 40
Joined: 23 Oct 2015, 15:41
Znuny Version: 5.0.3
Real Name: Roberto Carraro
Company: FAIV

Re: [Solved] Disable auto responses to Nagios notifications

Post by robcar »

Confirmed, works as expected.
Problem solved, thank you.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: [Solved] Disable auto responses to Nagios notifications

Post by RStraub »

Very much welcome :)
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked