OTRS NOTIFICATION SYSTEM
Moderator: crythias
-
- Znuny superhero
- Posts: 682
- Joined: 29 May 2012, 22:47
- Znuny Version: 6.0.24
- Real Name: Klaus Salazar
- Location: Perú
OTRS NOTIFICATION SYSTEM
Greetings, is there any way to shoot some otrs mail when one of your modules is stopped, or additional application to assist in this task, thank you very much.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS NOTIFICATION SYSTEM
What module? Sendmail?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny superhero
- Posts: 682
- Joined: 29 May 2012, 22:47
- Znuny Version: 6.0.24
- Real Name: Klaus Salazar
- Location: Perú
Re: OTRS NOTIFICATION SYSTEM
example the cron but the otrs.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS NOTIFICATION SYSTEM
Run a cronjob that greps ps auxww for the service.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny superhero
- Posts: 682
- Joined: 29 May 2012, 22:47
- Znuny Version: 6.0.24
- Real Name: Klaus Salazar
- Location: Perú
Re: OTRS NOTIFICATION SYSTEM
the problem is that the emails do not automatically arrive in the queue, I always have to be pressing the button fetchmail, I have configured fetchmail file to run every minute, which could be happening?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: OTRS NOTIFICATION SYSTEM
That's not fair to us. Your question asked how to monitor [insert ambiguously defined function here]. If you're looking for why fetchmail isn't running, why didn't you ask that first?klausneil wrote:the problem is that the emails do not automatically arrive in the queue, I always have to be pressing the button fetchmail, I have configured fetchmail file to run every minute, which could be happening?
Start with checking the crontab for the user otrs... search the forum for crontab postmastermailbox.pl
bin/Cron.sh restart otrs
check error logs and your system log for cron jobs
check if PostmasterPID already running
attempt to run from the commandline
Alternatively, see what you can do to enable procmail to receive tickets instantly.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny superhero
- Posts: 682
- Joined: 29 May 2012, 22:47
- Znuny Version: 6.0.24
- Real Name: Klaus Salazar
- Location: Perú
Re: OTRS NOTIFICATION SYSTEM
perfect, thank you very much