You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are not receiving any mail probably because mail.fr is rejecting the mails from your system. I am having the same issue, try installing the mutt email client use it to see the mails in your system. You might have a number of rejected mails.
[eventlistener:crashmail] command=/usr/local/bin/crashmail -a -m [email protected] events=PROCESS_STATE
and I do not receive anything....
Did you guys solve this?
Nope, I wasn't able to get it to work.
Since, I wanted notification in someway, I created an incoming hook our MS Teams and send an HTTP POST request for all my notifications.
I have written a custom event listener for that.
Hello,
I tried installing superlance and running crashmail like this:
sudo apt-get install python-pip
sudo pip install superlance
after i do:
sudo nano /etc/supervisor/supervisord.conf
and after i added:
[eventlistener:crashmail]
command=/usr/local/bin/crashmail -a -m [email protected]
events=PROCESS_STATE
and I do not receive anything....
My fichier crashmail is :
#!/usr/bin/python
-- coding: utf-8 --
import re
import sys
from superlance.crashmail import main
if name == 'main':
sys.argv[0] = re.sub(r'(-script.pyw?|.exe)?$', '', sys.argv[0])
sys.exit(main())
Can you help me please ?
Thanks
Best regards
Ben
The text was updated successfully, but these errors were encountered: