How to config to detect sip trunk down?

Hello everyone.

Asterisk is configured to be monitorized by Librenms but I’m no able to send an email when sip trunk is down.

I can see on graphs “SIP Peers” and “Online (Monitored)”, but I don’t find any condition at “Alert Rules” to ask and compare this value to 1 and verify Trunk is Online (There is just one).

Am I on the rigth way to check it?

Thank you in advance for your help.

This works:

applications.app_type = “asterisk” AND application_metrics.metric = “stats_sipmononline” AND application_metrics.value < 1

Thank you Heidi SQL. This is the way.

Hi @Alfredo_J_V_P

This is indeed the way to deal with alerts for applications.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.