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
[Solved] Disable auto responses to Nagios notifications
Moderator: crythias
-
- 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
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.
-
- 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
Go to Admin-Postmasterfilter and create a new item:
Filter on the address "From -> .*@YourNagiosAdress.com"
Set header:
"X-OTRS-Loop -> 1"
Filter on the address "From -> .*@YourNagiosAdress.com"
Set header:
"X-OTRS-Loop -> 1"
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- 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
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.
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.
-
- 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
Confirmed, works as expected.
Problem solved, thank you.
Problem solved, thank you.
OTRS 5 on Linux with MySQL and LDAP A.D. backend.
-
- 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
Very much welcome 

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS