Re: [openwisp] Sending API request : reg

2023-05-24 Thread Federico Capoano
I would write a receiver function listening to this signal: https://github.com/openwisp/openwisp-monitoring/#threshold_crossed Find more about Django signals: https://docs.djangoproject.com/en/4.2/topics/signals/ You need to put the code in the python path. A good place to store it is in the

[openwisp] Sending API request : reg

2023-05-22 Thread Logunath K
Greetings... Hii team, I am planning to generate ticket system for routers notifications. If I want to send an API request from openwisp2 hosted server to ticket raising server. How and where can I edit notifications code in the openwisp2?