OTRS NOTIFICATION SYSTEM

Moderator: crythias

Locked
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

OTRS NOTIFICATION SYSTEM

Post by klausneil »

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.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS NOTIFICATION SYSTEM

Post by crythias »

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
klausneil
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

Post by klausneil »

example the cron but the otrs.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS NOTIFICATION SYSTEM

Post by crythias »

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
klausneil
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

Post by klausneil »

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?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS NOTIFICATION SYSTEM

Post by crythias »

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?
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?

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
klausneil
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

Post by klausneil »

perfect, thank you very much
Locked